DbSchema
Toggle table of contents
10.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
DbSchema
DbSchema
/
com.wisecoders.dbs.dbms.sync.engine.operations
/
AlterIndex
Alter
Index
class
AlterIndex
(
dbmsDef
:
ERROR CLASS: Symbol not found for DbmsDef
,
indexType
:
IndexType
)
:
Alter
Members
Constructors
Alter
Index
Link copied to clipboard
constructor
(
dbmsDef
:
ERROR CLASS: Symbol not found for DbmsDef
,
indexType
:
IndexType
)
Functions
can
Comment
Link copied to clipboard
fun
canComment
(
)
:
Boolean
can
Create
Link copied to clipboard
fun
canCreate
(
)
:
Boolean
can
Drop
Link copied to clipboard
fun
canDrop
(
)
:
Boolean
can
Rename
Link copied to clipboard
fun
canRename
(
)
:
Boolean
comment
Link copied to clipboard
fun
comment
(
pair
:
SyncPair
<
*
,
*
>
,
source
:
Index
?
,
index
:
Index
)
:
AlterStatement
create
Link copied to clipboard
fun
create
(
pair
:
SyncPair
<
*
,
*
>
,
idx
:
Index
)
:
AlterScript
create
Ending
Link copied to clipboard
fun
createEnding
(
pair
:
SyncPair
<
*
,
*
>
,
idx
:
Index
)
:
String
create
Inline
Link copied to clipboard
fun
createInline
(
idx
:
Index
)
:
SimpleStatement
fun
createInline
(
pair
:
SyncPair
<
*
,
*
>
,
idx
:
Index
)
:
AlterStatement
drop
Link copied to clipboard
fun
drop
(
pair
:
SyncPair
<
*
,
*
>
,
idx
:
Index
)
:
AlterScript
rename
Link copied to clipboard
fun
rename
(
pair
:
SyncPair
<
*
,
*
>
,
idx
:
Index
,
target
:
Index
)
:
AlterScript