Uses of Class
jetbrains.buildServer.serverSide.db.schema.TableDef
-
-
Uses of TableDef in jetbrains.buildServer.serverSide.db
Methods in jetbrains.buildServer.serverSide.db with parameters of type TableDef Modifier and Type Method Description Couple<String>
SQLDialect. createPermTableHeaderFooter(TableDef table, DBFunctions dbf)
static void
TestDB. createTable(DBFunctions dbf, TableDef table, boolean recreateIfExists)
static void
TestDB. createTable(TableDef table, boolean recreateIfExists)
Couple<String>
SQLDialect. createTempTableHeaderFooter(TableDef table, DBFunctions dbf)
protected void
BaseDatabaseTestCase. ensureCleanTable(TableDef table)
-
Uses of TableDef in jetbrains.buildServer.serverSide.db.schema
Methods in jetbrains.buildServer.serverSide.db.schema that return TableDef Modifier and Type Method Description static TableDef
SchemaDefBuilder. buildTableDef(String... entries)
Parses and builds one table definiton.TableDef
SchemaDef. getTable(String name)
Methods in jetbrains.buildServer.serverSide.db.schema that return types with arguments of type TableDef Modifier and Type Method Description List<TableDef>
SchemaDef. getAllTables()
Returns all table definitions.Map<TableDef,List<TableFieldDef>>
SchemaDef. getDomainFields(DomainDef domain)
Lists fields of tables that relate to the specified domain.List<TableDef>
SchemaDef. getTables(boolean includePermanent, boolean includeTemporary)
Returns all permanent table definitions.Methods in jetbrains.buildServer.serverSide.db.schema with parameters of type TableDef Modifier and Type Method Description String[]
ConnectedQueryBuilder. genCreateTableCompletely(TableDef table)
Generates the DDL statement(s) for creating the specified table along with its keys and indices (if any).String[]
QueryBuilder. genCreateTableCompletely(TableDef table, DBFunctions dbf)
Generates statements for creating the specified table and its keys and indices. -
Uses of TableDef in jetbrains.buildServer.serverSide.maintenance
Constructors in jetbrains.buildServer.serverSide.maintenance with parameters of type TableDef Constructor Description PackValuesConvertor(List<String> fieldNames, TableDef tableDef)
TableRestoreProcessor(SQLDialect dialect, TableDef table, boolean truncateInBytes, TableImportTuning baseTuning, Logger logger, Logger truncationLogger, String truncationLoggerName)
-
Uses of TableDef in jetbrains.buildServer.serverSide.versioning.converters
Methods in jetbrains.buildServer.serverSide.versioning.converters with parameters of type TableDef Modifier and Type Method Description protected static void
TableTransformingBaseConverter. copyTableConsideringLengths(DBFunctions dbf, String srcName, TableDef dest)
static void
ConverterUtil. createTableIfNotExists(DBFunctions dbf, TableDef tableDefinition)
Creates the given table if such table doesn't exists.
-