registerArgument

fun <T> registerArgument(column: Column<*>, argument: T)

Adds the specified argument as a value of the specified column.


fun <T> registerArgument(sqlType: IColumnType<*>, argument: T)

Adds the specified argument as a value of the specified sqlType.