Package org.sql2o
Interface ResultSetHandlerFactoryBuilder
- All Known Implementing Classes:
DefaultResultSetHandlerFactoryBuilder
public interface ResultSetHandlerFactoryBuilder
Created with IntelliJ IDEA.
User: dimzon
Date: 4/7/14
Time: 4:28 AM
To change this template use File | Settings | File Templates.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanboolean<E> ResultSetHandlerFactory<E> newFactory(Class<E> clazz) voidsetAutoDeriveColumnNames(boolean autoDeriveColumnNames) voidsetCaseSensitive(boolean caseSensitive) voidsetColumnMappings(Map<String, String> columnMappings) voidvoidthrowOnMappingError(boolean throwOnMappingError)
-
Method Details
-
isCaseSensitive
boolean isCaseSensitive() -
setCaseSensitive
void setCaseSensitive(boolean caseSensitive) -
isAutoDeriveColumnNames
boolean isAutoDeriveColumnNames() -
setAutoDeriveColumnNames
void setAutoDeriveColumnNames(boolean autoDeriveColumnNames) -
isThrowOnMappingError
boolean isThrowOnMappingError() -
throwOnMappingError
void throwOnMappingError(boolean throwOnMappingError) -
getColumnMappings
-
setColumnMappings
-
getQuirks
Quirks getQuirks() -
setQuirks
-
newFactory
-