Uses of Class
dev.galasa.db2.Db2ManagerException
Packages that use Db2ManagerException
-
Uses of Db2ManagerException in dev.galasa.db2
Methods in dev.galasa.db2 that throw Db2ManagerExceptionModifier and TypeMethodDescriptionIDb2Schema.executeSql
(String stmt, Object... params) Executes a single statement, with any parametersIDb2Schema.executeSqlFile
(InputStream in) Executes a file of statements which are line separated.IDb2Schema.executeSqlList
(String stmt, Object... params) Executes a single statement with any parameters which expects multiple records returned.IDb2Instance.getDatabaseName()
Requests from the database to return the database name. -
Uses of Db2ManagerException in dev.galasa.db2.spi
Methods in dev.galasa.db2.spi that throw Db2ManagerExceptionModifier and TypeMethodDescriptionIDb2ManagerSpi.getInstanceFromTag
(String tag) Provides the db2 instance back.IDb2ManagerSpi.getSchemaFromTag
(String tag, String db2Tag) Retrieve Schema impl from tagIDb2ManagerSpi.getSchemaFromTag
(String tag, String db2Tag, boolean archive) Retrieve Schema impl from tagIDb2ManagerSpi.getSchemaFromTag
(String tag, String db2Tag, boolean archive, int resultSetType, int resultSetConcurrency) Retrieve Schema impl from tag