Index
Realiza a manipulação de indexes em base de dados.
if (!_db.checkExists().index("client", "name")) {
_db.index().create(
"client", // Nome da Tabela
"name" // Nome da Coluna
); // O index client_name_idx será criado criado.
}
create
create(arg0: string, arg1: string) : Index
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
arg0 | string | |
arg1 | string |
Return
( Index )
getKey
getKey() : string
Return
( string )
isH2
isH2() : boolean
Return
( boolean )
isH2(arg0: Builder) : boolean
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
arg0 | Builder |
Return
( boolean )
isMSSQL
isMSSQL() : boolean
Return
( boolean )
isMSSQL(arg0: Builder) : boolean
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
arg0 | Builder |
Return
( boolean )
isMariaDB
isMariaDB() : boolean
Return
( boolean )
isMariaDB(arg0: Builder) : boolean
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
arg0 | Builder |
Return
( boolean )
isPostgreSQL
isPostgreSQL() : boolean
Return
( boolean )
isPostgreSQL(arg0: Builder) : boolean
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
arg0 | Builder |
Return
( boolean )
sequence
sequence() : boolean
Return
( boolean )