public class MemGenericConstantActionFactory extends SpliceGenericConstantActionFactory
Constructor and Description |
---|
MemGenericConstantActionFactory() |
Modifier and Type | Method and Description |
---|---|
ConstantAction |
getDropIndexConstantAction(java.lang.String fullIndexName,
java.lang.String indexName,
java.lang.String tableName,
java.lang.String schemaName,
UUID tableId,
long tableConglomerateId)
Make the ConstantAction for a DROP INDEX statement.
|
createConstraintConstantActionArray, getAlterTableConstantAction, getCreateAliasConstantAction, getCreateConstraintConstantAction, getCreateIndexConstantAction, getCreateRoleConstantAction, getCreateSchemaConstantAction, getCreateSequenceConstantAction, getCreateTableConstantAction, getCreateTriggerConstantAction, getCreateViewConstantAction, getDeleteConstantAction, getDropAliasConstantAction, getDropConstraintConstantAction, getDropPinConstantAction, getDropRoleConstantAction, getDropSchemaConstantAction, getDropSequenceConstantAction, getDropStatisticsConstantAction, getDropTableConstantAction, getDropTriggerConstantAction, getDropViewConstantAction, getGrantConstantAction, getGrantRoleConstantAction, getInsertConstantAction, getLockTableConstantAction, getPinTableConstantAction, getRenameConstantAction, getRevokeConstantAction, getRevokeRoleConstantAction, getSavepointConstantAction, getSetConstraintsConstantAction, getSetRoleConstantAction, getSetSchemaConstantAction, getSetSessionPropertyConstantAction, getSetTransactionIsolationConstantAction, getUpdatableVTIConstantAction, getUpdatableVTIConstantAction, getUpdateConstantAction
primaryKeyConstantActionCheck
public ConstantAction getDropIndexConstantAction(java.lang.String fullIndexName, java.lang.String indexName, java.lang.String tableName, java.lang.String schemaName, UUID tableId, long tableConglomerateId)
GenericConstantActionFactory
getDropIndexConstantAction
in class GenericConstantActionFactory
fullIndexName
- Fully qualified index nameindexName
- Index name.tableName
- The table nameschemaName
- Schema that index lives in.tableId
- UUID for tabletableConglomerateId
- heap conglomerate ID for table