public interface Driver
String getSql(SqlProcedure procedure)
AutoKeyStrategy getAutoKeyStrategy()
boolean useSQLPagination()
boolean ignoreNullKeys()
int paginationColumnOffset(Query query)
void prepareConnection(Connection connection)
Object toIdentity(ResultSetWrapper rsw, int columnIndex) throws SQLException
SQLExceptionBoolean toBoolean(ResultSetWrapper rsw, int columnIndex) throws SQLException
SQLExceptionString toString(ResultSetWrapper rsw, int columnIndex) throws SQLException
SQLExceptionByte toTiny(ResultSetWrapper rsw, int columnIndex) throws SQLException
SQLExceptionShort toShort(ResultSetWrapper rsw, int columnIndex) throws SQLException
SQLExceptionInteger toInteger(ResultSetWrapper rsw, int columnIndex) throws SQLException
SQLExceptionLong toLong(ResultSetWrapper rsw, int columnIndex) throws SQLException
SQLExceptionDouble toDecimal(ResultSetWrapper rsw, int columnIndex) throws SQLException
SQLExceptionMyTime toTime(ResultSetWrapper rsw, int columnIndex) throws SQLException
SQLExceptionMyDate toDate(ResultSetWrapper rsw, int columnIndex) throws SQLException
SQLExceptionMyDateTime toDateTime(ResultSetWrapper rsw, int columnIndex) throws SQLException
SQLExceptionDate toTimestamp(ResultSetWrapper rsw, int columnIndex) throws SQLException
SQLExceptionInputStream toText(ResultSetWrapper rsw, int columnIndex) throws SQLException
SQLExceptionInputStream toBin(ResultSetWrapper rsw, int columnIndex) throws SQLException
SQLExceptionBigDecimal toBigDecimal(ResultSetWrapper rsw, int columnIndex) throws SQLException
SQLExceptionObject fromDateTime(Date o)
o - Object fromText(InputStream is, int length)
Object fromBin(InputStream is, int length)
Object fromBigDecimal(BigDecimal bc)
Object fromNull(NullSql o)
o - the column type<T> T fromDb(ResultSetWrapper rsw, int columnIndex, Class<T> type) throws SQLException
SQLExceptionCopyright © 2019. All rights reserved.