terpal-sql-core
1.9.20-0.3.0
jvm
terpal-sql-core
/
io.exoquery.sql
/
SqlEncoder
Sql
Encoder
abstract
class
SqlEncoder
<
Session
,
Statement
,
T
>
Members
Constructors
Sql
Encoder
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
id
Link copied to clipboard
val
id
:
SqlEncoder.Companion.Id
type
Link copied to clipboard
abstract
val
type
:
KClass
<
*
>
Functions
as
Nullable
Link copied to clipboard
abstract
fun
asNullable
(
)
:
SqlEncoder
<
Session
,
Statement
,
T
?
>
encode
Link copied to clipboard
abstract
fun
encode
(
ctx
:
EncodingContext
<
Session
,
Statement
>
,
value
:
T
,
index
:
Int
)
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int