class InsertQueryImpl<T : Any, R : Any> : InsertQuery<T, R>, Serializer, Deserializer
The default implementation for InsertQuery. It inserts a single row into the table.
<init> |
The default implementation for InsertQuery. It inserts a single row into the table. InsertQueryImpl(schema: String, table: String, type: FullType<R>, serializer: Serializer, deserializer: Deserializer) |
insert |
suspend fun insert(toInsert: T, connection: SqlClient): R |