Uses of Interface
dev.galasa.db2.IResultMap
Packages that use IResultMap
- 
Uses of IResultMap in dev.galasa.db2
Methods in dev.galasa.db2 that return IResultMapModifier and TypeMethodDescriptionIDb2Schema.executeSql(String stmt, Object... params) Executes a single statement, with any parametersMethods in dev.galasa.db2 that return types with arguments of type IResultMapModifier 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.