bindKotlin

@Beta
fun <This : SqlStatement<This>> SqlStatement<This>.bindKotlin(prefix: String, obj: Any): This

Bind all the member properties of a given Kotlin object.

Parameters

prefix

A prefix for the property names.

obj

The object to bind.


@Beta
fun <This : SqlStatement<This>> SqlStatement<This>.bindKotlin(obj: Any): This

Bind all the member properties of a given Kotlin object.

Parameters

obj

The object to bind.