AlterIndex

class AlterIndex(dbmsDef: ERROR CLASS: Symbol not found for DbmsDef, indexType: IndexType) : Alter

Constructors

Link copied to clipboard
constructor(dbmsDef: ERROR CLASS: Symbol not found for DbmsDef, indexType: IndexType)

Functions

Link copied to clipboard
fun canComment(): Boolean
Link copied to clipboard
fun canCreate(): Boolean
Link copied to clipboard
fun canDrop(): Boolean
Link copied to clipboard
fun canRename(): Boolean
Link copied to clipboard
fun comment(pair: SyncPair<*, *>, source: Index?, index: Index): AlterStatement
Link copied to clipboard
fun create(pair: SyncPair<*, *>, idx: Index): AlterScript
Link copied to clipboard
fun createEnding(pair: SyncPair<*, *>, idx: Index): String
Link copied to clipboard
Link copied to clipboard
fun drop(pair: SyncPair<*, *>, idx: Index): AlterScript
Link copied to clipboard
fun rename(pair: SyncPair<*, *>, idx: Index, target: Index): AlterScript