Uses of Class
dev.galasa.db2.Db2ManagerException
-
Uses of Db2ManagerException in dev.galasa.db2
Modifier 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
Modifier 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