Package jetbrains.buildServer.serverSide.db.schema
-
Interface Summary Interface Description TypeDef -
Class Summary Class Description ConnectedQueryBuilder Use this query builder with overloaded methods if the instance is supposed to be short-lived (e. g.: stored in a local variable), so that there's little chance that the underlying database connection is interrupted.DomainDef Data domain.QueryBuilder A service class that build SQL statements according to schema definitions.SchemaDef Database schema definition.SchemaDefBuilder Builds, serializes and deserializes schema definitions.SimpleTypeDef Type specification.TableDef Table definition.TableFieldDef Field definition.TableKeyDef Table key or index. -
Enum Summary Enum Description BaseType Type for database datum.TableKeyKind Teable key kind. -
Exception Summary Exception Description UnknownDomainException Thrown when asked to get a value of an unknown domain.