Uses of Class
jetbrains.buildServer.serverSide.db.schema.TableKeyKind
-
Packages that use TableKeyKind Package Description jetbrains.buildServer.serverSide.db jetbrains.buildServer.serverSide.db.schema -
-
Uses of TableKeyKind in jetbrains.buildServer.serverSide.db
Methods in jetbrains.buildServer.serverSide.db with parameters of type TableKeyKind Modifier and Type Method Description String
SQLDialect. inlineKey(boolean tableIsTemp, TableKeyKind keyKind, String keyName, String... columns)
Phrase to inline the key into a table create statement.boolean
SQLDialect. isSupportInlineKey(TableKeyKind keyKind)
Determines does the RDBMS allow to inline the specified key definition into a table create statement. -
Uses of TableKeyKind in jetbrains.buildServer.serverSide.db.schema
Methods in jetbrains.buildServer.serverSide.db.schema that return TableKeyKind Modifier and Type Method Description TableKeyKind
TableKeyDef. getKind()
static TableKeyKind
TableKeyKind. valueOf(String name)
Returns the enum constant of this type with the specified name.static TableKeyKind[]
TableKeyKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-