klyn.databases.sql.odbc.OdbcConnection.statement
method
public statement(resultSetType as ResultSetType = ResultSetType.FORWARD_ONLY,
concurrency as ResultSetConcurrency = ResultSetConcurrency.READ_ONLY,
holdability as ResultSetHoldability = ResultSetHoldability.CLOSE_CURSORS_AT_COMMIT) as Statement throws SQLException:
Description

Creates a plain ODBC statement.

Throws
  • SQLException if the connection is closed or the native statement cannot be allocated.