executeQuery

fun executeQuery(vararg params: Any?): DBResult(source)

Executes the SQL statement in this PreparedStatement object with the supplied parameters.

The parameters are set in the order they are passed in, supported types are implementation-specific, see PreparedStatement.setObject and its implementation by your JDBC driver.

See also


open override fun executeQuery(): DBResult(source)

Executes the SQL statement in this PreparedStatement object.

See also


open override fun executeQuery(sql: String?): ResultSet(source)

Deprecated (with error)

This is never usable as this is a prepared statement