- getBoolean(String, Object...) - Method in class com.intersystems.jdbc.IRIS
-
Gets the value of the global as a Boolean.
- getBytes(String, Object...) - Method in class com.intersystems.jdbc.IRIS
-
Gets the value of the global as a byte[].
- getConnection() - Method in class com.intersystems.jdbc.IRISDataSource
-
- getConnection(String, String) - Method in class com.intersystems.jdbc.IRISDataSource
-
- getConnectionSecurityLevel() - Method in class com.intersystems.jdbc.IRISDataSource
-
Returns an int
representing current Connection Security Level setting.
- getConnectionWaitTimeout() - Method in class com.intersystems.jdbc.IRISConnectionPoolDataSource
-
Returns the current Connection Wait Timeout.
- getDatabaseName() - Method in class com.intersystems.jdbc.IRISDataSource
-
Returns a String
representing the current database (InterSystems IRIS Namespace) name.
- getDataSourceName() - Method in class com.intersystems.jdbc.IRISDataSource
-
Returns a String
representing the current Data Source name.
- getDate(String, Object...) - Method in class com.intersystems.jdbc.IRIS
-
Gets the value of the global as a java.sql.Date.
- getDefaultTransactionIsolation() - Method in class com.intersystems.jdbc.IRISDataSource
-
Returns an int
representing current Default Transaction Isolation setting.
- getDescription() - Method in class com.intersystems.jdbc.IRISDataSource
-
Returns a String
representing the current description.
- getDouble(String, Object...) - Method in class com.intersystems.jdbc.IRIS
-
Gets the value of the global as a Double.
- getEventClass() - Method in class com.intersystems.jdbc.IRISDataSource
-
Returns a String
representing an Event Class object.
- getFloat(String, Object...) - Method in class com.intersystems.jdbc.IRIS
-
Gets the value of the global as a Float.
- getInputStream(String, Object...) - Method in class com.intersystems.jdbc.IRIS
-
Gets the value of the global as a InputStream.
- getInteger(String, Object...) - Method in class com.intersystems.jdbc.IRIS
-
Gets the value of the global as a Integer.
- getIPv6ServerAddress() - Method in class com.intersystems.jdbc.IRISDataSource
-
Returns a String
representing the current IPv6 server address.
- getIRISIterator(String, Object...) - Method in class com.intersystems.jdbc.IRIS
-
Allows iterating over a global in the $ORDER sense by returning an iterator that can be
used to extract subscripts and global node values.
- getKeyRecoveryPassword() - Method in class com.intersystems.jdbc.IRISDataSource
-
Returns a String
representing current Key Recovery Password setting.
- getLoginTimeout() - Method in class com.intersystems.jdbc.IRISDataSource
-
- getLogWriter() - Method in class com.intersystems.jdbc.IRISDataSource
-
- getLong(String, Object...) - Method in class com.intersystems.jdbc.IRIS
-
Gets the value of the global as a Long.
- getMaxPoolSize() - Method in class com.intersystems.jdbc.IRISConnectionPoolDataSource
-
Returns the current Connection Pool max size
- getNodelay() - Method in class com.intersystems.jdbc.IRISDataSource
-
Returns a boolean
representing a current nodelay flag setting.
- getNodes(String, Object...) - Method in class com.intersystems.jdbc.IRIS
-
Note: This method is for internal use only.
- getObject(String, Object...) - Method in class com.intersystems.jdbc.IRIS
-
Gets the value of the global as an Object.
- getParentLogger() - Method in class com.intersystems.jdbc.IRISDataSource
-
- getPassword() - Method in class com.intersystems.jdbc.IRISDataSource
-
Returns a String
representing the current password.
- getPoolCount() - Method in class com.intersystems.jdbc.IRISConnectionPoolDataSource
-
Returns the current Connection Pool size
- getPooledConnection() - Method in class com.intersystems.jdbc.IRISConnectionPoolDataSource
-
IMPORTANT: this api SHOULD NOT be used to obtain a pooled connection.
- getPooledConnection(String, String) - Method in class com.intersystems.jdbc.IRISConnectionPoolDataSource
-
IMPORTANT: this api SHOULD NOT be used to obtain a pooled connection.
- getPortNumber() - Method in class com.intersystems.jdbc.IRISDataSource
-
Returns an int
representing the current port number.
- getReader(String, Object...) - Method in class com.intersystems.jdbc.IRIS
-
Gets the value of the global as a Reader.
- getServerName() - Method in class com.intersystems.jdbc.IRISDataSource
-
Returns a String
representing the current server name.
- getServicePrincipalName() - Method in class com.intersystems.jdbc.IRISDataSource
-
Returns a String
representing current Service Principal Name setting.
- getSharedMemory() - Method in class com.intersystems.jdbc.IRISDataSource
-
Gets shared memory connections setting for this DataSource
object.
- getShort(String, Object...) - Method in class com.intersystems.jdbc.IRIS
-
Gets the value of the global as a Short.
- getSSLConfigurationName() - Method in class com.intersystems.jdbc.IRISDataSource
-
Returns a String
representing current SSL Configuration Name setting.
- getString(String, Object...) - Method in class com.intersystems.jdbc.IRIS
-
Gets the value of the global as a String.
- getSubscriptValue() - Method in class com.intersystems.jdbc.IRISIterator
-
Returns the value of the current subscript.
- getTime(String, Object...) - Method in class com.intersystems.jdbc.IRIS
-
Gets the value of the global as a java.sql.Time.
- getTimestamp(String, Object...) - Method in class com.intersystems.jdbc.IRIS
-
Gets the value of the global as a java.sql.Timestamp.
- getTLevel() - Method in class com.intersystems.jdbc.IRIS
-
Get the level of the current nested IRIS transaction.
- getURL() - Method in class com.intersystems.jdbc.IRISDataSource
-
Returns a String
representing a current URL for this DataSource
object.
- getUser() - Method in class com.intersystems.jdbc.IRISDataSource
-
Returns a String
representing the current username.
- getValue() - Method in class com.intersystems.jdbc.IRISIterator
-
Returns the current value.
- set(Integer, String, Object...) - Method in class com.intersystems.jdbc.IRIS
-
Sets the current node's value to the given Integer
value.
- set(Boolean, String, Object...) - Method in class com.intersystems.jdbc.IRIS
-
Sets the current node's value to the given Boolean
value.
- set(Short, String, Object...) - Method in class com.intersystems.jdbc.IRIS
-
Sets the current node's value to the given Short
value.
- set(Long, String, Object...) - Method in class com.intersystems.jdbc.IRIS
-
Sets the current node's value to the given Long
value.
- set(Double, String, Object...) - Method in class com.intersystems.jdbc.IRIS
-
Sets the current node's value to the given Double
value.
- set(Float, String, Object...) - Method in class com.intersystems.jdbc.IRIS
-
Sets the current node's value to the given Float
value.
- set(Date, String, Object...) - Method in class com.intersystems.jdbc.IRIS
-
Sets the current node's value to the given java.sql.Date
value.
- set(Time, String, Object...) - Method in class com.intersystems.jdbc.IRIS
-
Sets the current node's value to the given java.sql.Time
value.
- set(Timestamp, String, Object...) - Method in class com.intersystems.jdbc.IRIS
-
Sets the current node's value to the given java.sql.Timestamp
value.
- set(String, String, Object...) - Method in class com.intersystems.jdbc.IRIS
-
Sets the current node's value to the given String
value.
- set(byte[], String, Object...) - Method in class com.intersystems.jdbc.IRIS
-
Sets the current node's value to the given byte[]
value.
- set(InputStream, String, Object...) - Method in class com.intersystems.jdbc.IRIS
-
Sets the current node's value to the data in the given InputStream.
- set(Reader, String, Object...) - Method in class com.intersystems.jdbc.IRIS
-
Sets the current node's value to the data in the given Reader.
- set(T, String, Object...) - Method in class com.intersystems.jdbc.IRIS
-
Sets the current node's value to an instance of an object that implements
Serializable.
- set(Object, String, Object...) - Method in class com.intersystems.jdbc.IRIS
-
Sets the current node's value to the specified value.
- setConnectionSecurityLevel(int) - Method in class com.intersystems.jdbc.IRISDataSource
-
Sets the Connection Security Level for this DataSource
object.
- setConnectionWaitTimeout(int) - Method in class com.intersystems.jdbc.IRISConnectionPoolDataSource
-
Set the connection wait timeout.
- setDatabaseName(String) - Method in class com.intersystems.jdbc.IRISDataSource
-
Sets Database (InterSystems IRIS Namespace) name for this DataSource
object.
- setDataSourceName(String) - Method in class com.intersystems.jdbc.IRISDataSource
-
Sets Data Source name for this DataSource
object.
- setDefaultTransactionIsolation(int) - Method in class com.intersystems.jdbc.IRISDataSource
-
Sets the default Transaction Isolation Level for this DataSource
object.
- setDescription(String) - Method in class com.intersystems.jdbc.IRISDataSource
-
Sets description for this DataSource
object.
- setEventClass(String) - Method in class com.intersystems.jdbc.IRISDataSource
-
Sets the Event Class for this DataSource
object.
- setIPv6ServerAddress(String) - Method in class com.intersystems.jdbc.IRISDataSource
-
Sets the IPv6 server address for this DataSource
object.
- setKeyRecoveryPassword(String) - Method in class com.intersystems.jdbc.IRISDataSource
-
Sets the Key Recovery Password for this DataSource
object.
- setLogFile(String) - Method in class com.intersystems.jdbc.IRISDataSource
-
Unconditionally sets log file name for this DataSource
object.
- setLoginTimeout(int) - Method in class com.intersystems.jdbc.IRISDataSource
-
- setLogWriter(PrintWriter) - Method in class com.intersystems.jdbc.IRISDataSource
-
- setMaxPoolSize(int) - Method in class com.intersystems.jdbc.IRISConnectionPoolDataSource
-
Sets a Connection Pool max size.
- setNodelay(boolean) - Method in class com.intersystems.jdbc.IRISDataSource
-
Sets the noDelay flag for this DataSource
object.
- setPassword(String) - Method in class com.intersystems.jdbc.IRISDataSource
-
Sets the password for this DataSource
object.
- setPortNumber(int) - Method in class com.intersystems.jdbc.IRISDataSource
-
Sets the port number for this DataSource
object
- setServerName(String) - Method in class com.intersystems.jdbc.IRISDataSource
-
Sets the server name for this DataSource
object.
- setServicePrincipalName(String) - Method in class com.intersystems.jdbc.IRISDataSource
-
Sets the Service Principal Name for this DataSource
object.
- setSharedMemory(Boolean) - Method in class com.intersystems.jdbc.IRISDataSource
-
Sets shared memory connections on for this DataSource
object.
- setSSLConfigurationName(String) - Method in class com.intersystems.jdbc.IRISDataSource
-
Sets the SSL Configuration Name for this DataSource
object.
- setURL(String) - Method in class com.intersystems.jdbc.IRISDataSource
-
Sets the url for this DataSource
object.
- setUser(String) - Method in class com.intersystems.jdbc.IRISDataSource
-
Sets the username for this DataSource
object.
- startFrom(Object) - Method in class com.intersystems.jdbc.IRISIterator
-
Sets the iterator's starting position to the specified subscript.