CommandInterfaceRepresents a SQL statement.
UNKNOWN = 0The type for unknown statement.
ALTER_INDEX_RENAME = 1The type of a ALTER INDEX RENAME statement.
ALTER_TABLE_ALTER_COLUMN_DEFAULT = 10The type of a ALTER TABLE ALTER COLUMN SET DEFAULT statement.
ALTER_TABLE_ALTER_COLUMN_CHANGE_TYPE = 11The type of an ALTER TABLE ALTER COLUMN statement that changes the column
data type.
ALTER_TABLE_DROP_COLUMN = 12The type of a ALTER TABLE DROP COLUMN statement.
ALTER_TABLE_ALTER_COLUMN_SELECTIVITY = 13The type of a ALTER TABLE ALTER COLUMN SELECTIVITY statement.
ALTER_TABLE_DROP_CONSTRAINT = 14The type of a ALTER TABLE DROP CONSTRAINT statement.
ALTER_TABLE_RENAME = 15The type of a ALTER TABLE RENAME statement.
ALTER_TABLE_ALTER_COLUMN_RENAME = 16The type of a ALTER TABLE ALTER COLUMN RENAME statement.
ALTER_USER_ADMIN = 17The type of a ALTER USER ADMIN statement.
ALTER_USER_RENAME = 18The type of a ALTER USER RENAME statement.
ALTER_USER_SET_PASSWORD = 19The type of a ALTER USER SET PASSWORD statement.
ALTER_SCHEMA_RENAME = 2The type of a ALTER SCHEMA RENAME statement.
ALTER_VIEW = 20The type of a ALTER VIEW statement.
ANALYZE = 21The type of a ANALYZE statement.
CREATE_AGGREGATE = 22The type of a CREATE AGGREGATE statement.
CREATE_CONSTANT = 23The type of a CREATE CONSTANT statement.
CREATE_ALIAS = 24The type of a CREATE ALIAS statement.
CREATE_INDEX = 25The type of a CREATE INDEX statement.
CREATE_LINKED_TABLE = 26The type of a CREATE LINKED TABLE statement.
CREATE_ROLE = 27The type of a CREATE ROLE statement.
CREATE_SCHEMA = 28The type of a CREATE SCHEMA statement.
CREATE_SEQUENCE = 29The type of a CREATE SEQUENCE statement.
ALTER_TABLE_ADD_CONSTRAINT_CHECK = 3The type of a ALTER TABLE ADD CHECK statement.
CREATE_TABLE = 30The type of a CREATE TABLE statement.
CREATE_TRIGGER = 31The type of a CREATE TRIGGER statement.
CREATE_USER = 32The type of a CREATE USER statement.
CREATE_DOMAIN = 33The type of a CREATE DOMAIN statement.
CREATE_VIEW = 34The type of a CREATE VIEW statement.
DEALLOCATE = 35The type of a DEALLOCATE statement.
DROP_AGGREGATE = 36The type of a DROP AGGREGATE statement.
DROP_CONSTANT = 37The type of a DROP CONSTANT statement.
DROP_ALL_OBJECTS = 38The type of a DROP ALL OBJECTS statement.
DROP_ALIAS = 39The type of a DROP ALIAS statement.
ALTER_TABLE_ADD_CONSTRAINT_UNIQUE = 4The type of a ALTER TABLE ADD UNIQUE statement.
DROP_INDEX = 40The type of a DROP INDEX statement.
DROP_ROLE = 41The type of a DROP ROLE statement.
DROP_SCHEMA = 42The type of a DROP SCHEMA statement.
DROP_SEQUENCE = 43The type of a DROP SEQUENCE statement.
DROP_TABLE = 44The type of a DROP TABLE statement.
DROP_TRIGGER = 45The type of a DROP TRIGGER statement.
DROP_USER = 46The type of a DROP USER statement.
DROP_DOMAIN = 47The type of a DROP DOMAIN statement.
DROP_VIEW = 48The type of a DROP VIEW statement.
GRANT = 49The type of a GRANT statement.
ALTER_TABLE_ADD_CONSTRAINT_REFERENTIAL = 5The type of a ALTER TABLE ADD FOREIGN KEY statement.
REVOKE = 50The type of a REVOKE statement.
PREPARE = 51The type of a PREPARE statement.
COMMENT = 52The type of a COMMENT statement.
TRUNCATE_TABLE = 53The type of a TRUNCATE TABLE statement.
ALTER_SEQUENCE = 54The type of a ALTER SEQUENCE statement.
ALTER_TABLE_SET_REFERENTIAL_INTEGRITY = 55The type of a ALTER TABLE SET REFERENTIAL_INTEGRITY statement.
BACKUP = 56The type of a BACKUP statement.
CALL = 57The type of a CALL statement.
DELETE = 58The type of a DELETE statement.
EXECUTE = 59The type of a EXECUTE statement.
ALTER_TABLE_ADD_CONSTRAINT_PRIMARY_KEY = 6The type of a ALTER TABLE ADD PRIMARY KEY statement.
EXPLAIN = 60The type of a EXPLAIN statement.
INSERT = 61The type of a INSERT statement.
MERGE = 62The type of a MERGE statement.
NO_OPERATION = 63The type of a no operation statement.
REPLACE = 63The type of a REPLACE statement.
RUNSCRIPT = 64The type of a RUNSCRIPT statement.
SCRIPT = 65The type of a SCRIPT statement.
SELECT = 66The type of a SELECT statement.
SET = 67The type of a SET statement.
UPDATE = 68The type of a UPDATE statement.
SET_AUTOCOMMIT_TRUE = 69The type of a SET AUTOCOMMIT statement.
ALTER_TABLE_ADD_COLUMN = 7The type of a ALTER TABLE ADD statement.
SET_AUTOCOMMIT_FALSE = 70The type of a SET AUTOCOMMIT statement.
COMMIT = 71The type of a COMMIT statement.
ROLLBACK = 72The type of a ROLLBACK statement.
CHECKPOINT = 73The type of a CHECKPOINT statement.
SAVEPOINT = 74The type of a SAVEPOINT statement.
ROLLBACK_TO_SAVEPOINT = 75The type of a ROLLBACK TO SAVEPOINT statement.
CHECKPOINT_SYNC = 76The type of a CHECKPOINT SYNC statement.
PREPARE_COMMIT = 77The type of a PREPARE COMMIT statement.
COMMIT_TRANSACTION = 78The type of a COMMIT TRANSACTION statement.
ROLLBACK_TRANSACTION = 79The type of a ROLLBACK TRANSACTION statement.
ALTER_TABLE_ALTER_COLUMN_NOT_NULL = 8The type of a ALTER TABLE ALTER COLUMN SET NOT NULL statement.
SHUTDOWN = 80The type of a SHUTDOWN statement.
SHUTDOWN_IMMEDIATELY = 81The type of a SHUTDOWN IMMEDIATELY statement.
SHUTDOWN_COMPACT = 82The type of a SHUTDOWN COMPACT statement.
BEGIN = 83The type of a BEGIN {WORK|TRANSACTION} statement.
SHUTDOWN_DEFRAG = 84The type of a SHUTDOWN DEFRAG statement.
ALTER_TABLE_RENAME_CONSTRAINT = 85The type of a ALTER TABLE RENAME CONSTRAINT statement.
EXPLAIN_ANALYZE = 86The type of a EXPLAIN ANALYZE statement.
ALTER_TABLE_ALTER_COLUMN_VISIBILITY = 87The type of a ALTER TABLE ALTER COLUMN SET INVISIBLE statement.
CREATE_SYNONYM = 88The type of a CREATE SYNONYM statement.
DROP_SYNONYM = 89The type of a DROP SYNONYM statement.
ALTER_TABLE_ALTER_COLUMN_NULL = 9The type of a ALTER TABLE ALTER COLUMN SET NULL statement.
ALTER_TABLE_ALTER_COLUMN_ON_UPDATE = 90The type of a ALTER TABLE ALTER COLUMN SET ON UPDATE statement.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||