|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DDLStatementNode | |
|---|---|
| com.akiban.sql.parser | |
| com.akiban.sql.unparser | |
| Uses of DDLStatementNode in com.akiban.sql.parser |
|---|
| Subclasses of DDLStatementNode in com.akiban.sql.parser | |
|---|---|
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. |
| Uses of DDLStatementNode in com.akiban.sql.unparser |
|---|
| Methods in com.akiban.sql.unparser with parameters of type DDLStatementNode | |
|---|---|
protected String |
NodeToString.qualifiedDDLNode(DDLStatementNode node)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||