Package jetbrains.buildServer.serverSide.db.HSQL
-
Class Summary Class Description HsqlDataSource Produces connections wrapped by our classes (depend on the RDBMS type).HsqlPossibilityVerifier -
Exception Summary Exception Description CouldNotConnectToHsqlException Throws when TeamCity unable to open an HSQL database.HsqlFileDoesntExistException Thrown when requested to open an existent HSQL database (and not create a new one), but the specified database file doesn't exists.HsqlInternalError HSQLInternalInitializingError HsqlOutOfMemoryException Internal HSQL memory problem.HsqlOutOfMemoryOrCorruptedException Internal HSQL memory problem, or HSQL DB is corrupted.HsqlOutOfMemorySQLException Wrapper for internal HSQL memory problem.