Uses of Class
org.cxbox.sqlbc.export.base.model.ExportedRecord
-
Packages that use ExportedRecord Package Description org.cxbox.sqlbc.export.base -
-
Uses of ExportedRecord in org.cxbox.sqlbc.export.base
Methods in org.cxbox.sqlbc.export.base that return ExportedRecord Modifier and Type Method Description ExportedRecordExportedRecordRowMapper. mapRow(ResultSet rs, int rowNum)Methods in org.cxbox.sqlbc.export.base that return types with arguments of type ExportedRecord Modifier and Type Method Description List<ExportedRecord>JdbcTemplateSqlExporter. queryForMap(String tableName, Parameters parameters, String... ignoredColumns)
-