Uses of Interface
liquibase.executor.jvm.RowMapper

Packages that use RowMapper
liquibase.executor.jvm   
 

Uses of RowMapper in liquibase.executor.jvm
 

Classes in liquibase.executor.jvm that implement RowMapper
 class ColumnMapRowMapper
          RowMapper implementation that creates a java.util.Map for each row, representing all columns as key-value pairs: one entry for each column, with the column name as key.
 

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)
           
 

Constructors in liquibase.executor.jvm with parameters of type RowMapper
RowMapperResultSetExtractor(RowMapper rowMapper)
          Create a new RowMapperResultSetExtractor.
RowMapperResultSetExtractor(RowMapper rowMapper, int rowsExpected)
          Create a new RowMapperResultSetExtractor.
 



Copyright © 2016 Liquibase.org. All rights reserved.