Package-level declarations
Types
Link copied to clipboard
A base class that all class provider implementations must inherit.
Link copied to clipboard
class MappedResultSet @JvmOverloads constructor(rs: ResultSet, val classMappingProvider: ClassMappingProvider = ClassMappingProvider.defaultClassMappingProvider) : ResultSet
A wrapper class for ResultSet
Link copied to clipboard
Link copied to clipboard
Used to parse sql string with named parameter. Parameter start with the character ':'.
Link copied to clipboard
Link copied to clipboard
An extension class for CallableStatement that support named parameters.
Link copied to clipboard
An extension class for PreparedStatement that support named parameters.
Link copied to clipboard
Link copied to clipboard
A convenient wrapper to simply the interactions among ClassMappingProvider, NpCallableStatement and MappedResultSet.
Link copied to clipboard
All exception thrown by this library have this base class.
Link copied to clipboard
class TransactionManager