| autoCommitOff() | SQLRConnection | |
| autoCommitOn() | SQLRConnection | |
| begin() | SQLRConnection | |
| bindFormat() | SQLRConnection | |
| clientVersion() | SQLRConnection | |
| commit() | SQLRConnection | |
| dbHostName() | SQLRConnection | |
| dbIpAddress() | SQLRConnection | |
| dbVersion() | SQLRConnection | |
| debugOff() | SQLRConnection | |
| debugOn() | SQLRConnection | |
| disableEncryption() | SQLRConnection | |
| enableKerberos(var service, var mech, var flags) | SQLRConnection | |
| enableTls(var version, var cert, var password, var ciphers, var validate, var ca, var depth) | SQLRConnection | |
| endSession() | SQLRConnection | |
| errorMessage() | SQLRConnection | |
| errorNumber() | SQLRConnection | |
| getAutoCommit() | SQLRConnection | |
| getBindVariableDelimiterAtSignSupported() | SQLRConnection | |
| getBindVariableDelimiterColonSupported() | SQLRConnection | |
| getBindVariableDelimiterDollarSignSupported() | SQLRConnection | |
| getBindVariableDelimiterQuestionMarkSupported() | SQLRConnection | |
| getClientInfo() | SQLRConnection | |
| getConnectionPort() | SQLRConnection | |
| getConnectionSocket() | SQLRConnection | |
| getConnectTimeoutMicroseconds() | SQLRConnection | |
| getConnectTimeoutSeconds() | SQLRConnection | |
| getCurrentCatalog() | SQLRConnection | |
| getCurrentDatabase() | SQLRConnection | |
| getCurrentSchema() | SQLRConnection | |
| getCurrentUser() | SQLRConnection | |
| getDatabaseFeature(feature) | SQLRConnection | |
| getDatabaseIsSchema() | SQLRConnection | |
| getDebug() | SQLRConnection | |
| getDefaultIsolationLevel() | SQLRConnection | |
| getDefaultTransactionModel() | SQLRConnection | |
| getInTransaction() | SQLRConnection | |
| getIsolationLevel() | SQLRConnection | |
| getLastInsertId() | SQLRConnection | |
| getResponseTimeoutMicroseconds() | SQLRConnection | |
| getResponseTimeoutSeconds() | SQLRConnection | |
| getTransactionModel() | SQLRConnection | |
| identify() | SQLRConnection | |
| nextvalFormat() | SQLRConnection | |
| ping() | SQLRConnection | |
| resumeSession(var port, var socket) | SQLRConnection | |
| rollback() | SQLRConnection | |
| selectCatalog(var catalog) | SQLRConnection | |
| selectDatabase(var database) | SQLRConnection | |
| selectSchema(var schema) | SQLRConnection | |
| serverVersion() | SQLRConnection | |
| setBindVariableDelimiters(var delimiters) | SQLRConnection | |
| setClientInfo(var clientinfo) | SQLRConnection | |
| setConnectTimeout(var timeoutsec, var timeoutusec) | SQLRConnection | |
| setDebugFile(var filename) | SQLRConnection | |
| setIsolationLevel(var isolationlevel) | SQLRConnection | |
| setResponseTimeout(var timeoutsec, var timeoutusec) | SQLRConnection | |
| setTransactionModel(var txmodel) | SQLRConnection | |
| SQLRConnection(var server, var port, var socket, var user, var password, var retrytime, var tries) | SQLRConnection | |
| suspendSession() | SQLRConnection | |