Package | Description |
---|---|
com.akiban.sql.parser | |
com.akiban.sql.unparser |
Modifier and Type | Class and Description |
---|---|
class |
AlterTableNode
A AlterTableNode represents a DDL statement that alters a table.
|
class |
CreateAliasNode
A CreateAliasNode represents a CREATE ALIAS statement.
|
class |
CreateIndexNode
A CreateIndexNode is the root of a QueryTree that represents a CREATE INDEX
statement.
|
class |
CreateRoleNode
A CreateRoleNode is the root of a QueryTree that
represents a CREATE ROLE statement.
|
class |
CreateSchemaNode
A CreateSchemaNode is the root of a QueryTree that
represents a CREATE SCHEMA statement.
|
class |
CreateSequenceNode
A CreateSequenceNode is the root of a QueryTree that
represents a CREATE SEQUENCE statement.
|
class |
CreateTableNode
A CreateTableNode is the root of a QueryTree that represents a CREATE TABLE or DECLARE GLOBAL TEMPORARY TABLE
statement.
|
class |
CreateTriggerNode
A CreateTriggerNode is the root of a QueryTree
that represents a CREATE TRIGGER
statement.
|
class |
CreateViewNode
A CreateViewNode is the root of a QueryTree that represents a CREATE VIEW
statement.
|
class |
DropAliasNode
A DropAliasNode represents a DROP ALIAS statement.
|
class |
DropGroupNode |
class |
DropIndexNode
A DropIndexNode is the root of a QueryTree that represents a DROP INDEX
statement.
|
class |
DropRoleNode
A DropRoleNode is the root of a QueryTree that represents
a DROP ROLE statement.
|
class |
DropSchemaNode
A DropSchemaNode is the root of a QueryTree that represents
a DROP SCHEMA statement.
|
class |
DropSequenceNode
A DropSequenceNode represents a DROP SEQUENCE statement.
|
class |
DropTableNode
A DropTableNode is the root of a QueryTree that represents a DROP TABLE
statement.
|
class |
DropTriggerNode
A DropTriggerNode is the root of a QueryTree that represents a DROP TRIGGER
statement.
|
class |
DropViewNode
A DropViewNode is the root of a QueryTree that represents a DROP VIEW
statement.
|
class |
GrantNode
This class represents a GRANT statement.
|
class |
GrantRoleNode
This class represents a GRANT role statement.
|
class |
RenameNode
A RenameNode is the root of a QueryTree that represents a
RENAME TABLE/COLUMN/INDEX statement.
|
class |
RevokeNode
This class represents a REVOKE statement.
|
class |
RevokeRoleNode
This class represents a REVOKE role statement.
|
class |
SavepointNode
A SavepointNode is the root of a QueryTree that represents a Savepoint (ROLLBACK savepoint, RELASE savepoint and SAVEPOINT)
statement.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
NodeToString.qualifiedDDLNode(DDLStatementNode node) |
Copyright © 2013. All Rights Reserved.