Uses of Interface
dev.galasa.db2.IResultMap
-
Uses of IResultMap in dev.galasa.db2
Modifier and TypeMethodDescriptionIDb2Schema.executeSql
(String stmt, Object... params) Executes a single statement, with any parametersModifier and TypeMethodDescriptionIDb2Schema.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.