Jdbc Prepared Statement
open class JdbcPreparedStatement(preparedStatement: PreparedStatement) : SqlPreparedStatement
Content copied to clipboard
Binds the parameter to preparedStatement by calling bindString, bindLong or similar. After binding, execute executes the query without a result, while executeQuery returns JdbcCursor.
Constructors
JdbcPreparedStatement
Link copied to clipboard
Functions
bindDouble
Link copied to clipboard
bindString
Link copied to clipboard
executeQuery
Link copied to clipboard