Uses of Interface
liquibase.executor.jvm.RowMapper

Packages that use RowMapper
liquibase.executor.jvm   
 

Uses of RowMapper in liquibase.executor.jvm
 

Methods in liquibase.executor.jvm that return RowMapper
protected  RowMapper JdbcExecutor.getColumnMapRowMapper()
          Create a new RowMapper for reading columns as key-value pairs.
protected  RowMapper JdbcExecutor.getSingleColumnRowMapper(Class requiredType)
          Create a new RowMapper for reading result objects from a single column.
 

Methods in liquibase.executor.jvm with parameters of type RowMapper
 List JdbcExecutor.query(SqlStatement sql, RowMapper rowMapper)
           
 List JdbcExecutor.query(SqlStatement sql, RowMapper rowMapper, List<SqlVisitor> sqlVisitors)
           
 Object JdbcExecutor.queryForObject(SqlStatement sql, RowMapper rowMapper)
           
 Object JdbcExecutor.queryForObject(SqlStatement sql, RowMapper rowMapper, List<SqlVisitor> sqlVisitors)
           
 



Copyright © 2012 Liquibase.org. All Rights Reserved.