OdbcStatement
classin packageklyn.databases.sql.odbc
public class OdbcStatement extends OdbcStatementBase implements Statement:
OdbcStatement
All Implemented Interfaces: Statement

Plain ODBC SQL statement.

import klyn.databases.sql
import klyn.databases.sql.odbc

# statement = OdbcConnection.open("odbc://app").statement()
# rows = statement.executeQuery("select 1")
Properties inherited from Statement: batchSize, closeOnCompletion, closed, concurrency, connection, cursorName, escapeProcessing, fetchDirection, fetchSize, generatedKeys, holdability, largeMaxRows, maxFieldSize, maxRows, poolable, queryTimeoutSeconds, resultSetType, warning
Methods inherited from Statement: addBatch, clearBatch, clearWarnings, execute, executeBatch, executeQuery, executeUpdate, getResultSet
Methods inherited from AutoClosable: close