prepareNpStatement

fun Connection.prepareNpStatement(npSql: String, resultSetType: Int, resultSetConcurrency: Int): NpPreparedStatement
fun Connection.prepareNpStatement(npSql: String, resultSetType: Int, resultSetConcurrency: Int, resultSetHoldability: Int): NpPreparedStatement

See also

Parameters

npSql

sql string with or without named parameters (example: ":param_1", ":param_2")