Uses of Interface
org.sql2o.quirks.Quirks
Package
Description
Provides the main api for sql2o.
Provides the model used by sql2o to represent a raw result set.
Provides the internal functionality used by sql2o to accomplish the automatic row to property mapping.
-
Uses of Quirks in org.sql2o
Modifier and TypeMethodDescriptionDefaultResultSetHandlerFactoryBuilder.getQuirks()
ResultSetHandlerFactoryBuilder.getQuirks()
Sql2o.getQuirks()
Modifier and TypeMethodDescriptionvoid
void
ModifierConstructorDescriptionDefaultResultSetHandlerFactory
(PojoMetadata pojoMetadata, Quirks quirks) PojoResultSetIterator
(ResultSet rs, boolean isCaseSensitive, Quirks quirks, ResultSetHandler<T> handler) PojoResultSetIterator
(ResultSet rs, boolean isCaseSensitive, Quirks quirks, ResultSetHandlerFactory<T> factory) ResultSetIteratorBase
(ResultSet rs, boolean isCaseSensitive, Quirks quirks) Created a new instance of the Sql2o class.Sql2o
(DataSource dataSource, Quirks quirks) Creates a new instance of the Sql2o class, which uses the given DataSource to acquire connections to the database. -
Uses of Quirks in org.sql2o.data
-
Uses of Quirks in org.sql2o.quirks
-
Uses of Quirks in org.sql2o.reflection
Modifier and TypeMethodDescriptionvoid
Pojo.setProperty
(String propertyPath, Object value, Quirks quirks)