JdbcPreparedStatement
Binds the parameter to preparedStatement by calling bindString, bindLong or similar. After binding, execute executes the query without a result, while executeQuery returns JdbcCursor.
Binds the parameter to preparedStatement by calling bindString, bindLong or similar. After binding, execute executes the query without a result, while executeQuery returns JdbcCursor.