jdbc.proto
IConnection
protocol
Represents a connection like object that wraps a raw jdbc connection with some other data.
members
ISQLResultSetReadColumn
protocol
Protocol that exposes uniform way to convert values obtained from result set to user types. Default implementation available for Object, Boolean, and nil.
members
ISQLType
protocol
Protocol that exposes uniform way for convert user types to sql/jdbc compatible types and uniform set parameters to prepared statement instance. Default implementation available for Object and nil values.