Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class PreparedStatementElementEncoder<Session, Stmt>(val ctx: EncodingContext<Session, Stmt>, val index: Int, val api: ApiEncoders<Session, Stmt>, val encoders: Set<SqlEncoder<Session, Stmt, out Any>>, val module: SerializersModule, val json: Json) : Encoder
Link copied to clipboard
abstract class RowDecoder<Session, Row>(val ctx: DecodingContext<Session, Row>, val module: SerializersModule, val initialRowIndex: Int, val api: ApiDecoders<Session, Row>, val decoders: Set<SqlDecoder<Session, Row, out Any>>, val columnInfos: List<ColumnInfo>, val type: RowDecoderType, val json: Json, val endCallback: (Int) -> Unit) : Decoder, CompositeDecoder
Link copied to clipboard
interface RowDecoderType
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface SqlEncoding<Session, Stmt, Row> : BasicEncoding<Session, Stmt, Row> , BooleanEncoding<Session, Stmt, Row> , TimeEncoding<Session, Stmt, Row> , UuidEncoding<Session, Stmt, Row> , ApiEncoders<Session, Stmt> , ApiDecoders<Session, Row>
Link copied to clipboard
interface SqlFragment
Link copied to clipboard
@SerialInfo
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.PROPERTY, AnnotationTarget.TYPE ] )
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard