A B C D E F G H I J K L M N O P Q R S T U V W X Z

S

S390 - Static variable in class ca.idms.io.NativeFormat
Native platform is IBM System/390 (OMVS).
SBUFLEN - Static variable in interface ca.idms.jdbc.IdmsDriverInterface
Property name to override default server buffer size for a Type 4 connection.
SERVER - Static variable in class ca.idms.io.NativeFormat
Role is proxy server.
SERVER_TRACE - Static variable in class ca.idms.jdbc.IdmsConnectOptions
Property name to enable the IDMSJSRV server trace.
SERVICE - Static variable in interface ca.idms.jdbc.IdmsDriverInterface
Optimizes IdmsDriverInterface.SUSPEND strategy for service applications.
SET_LENGTH - Static variable in class ca.idms.io.NativeBase
Set len after writing.
setAccountInfo(String) - Method in class ca.idms.jdbc.IdmsCommonDataSource
Sets the accountInfo property for this data source.
setArray(int, Array) - Method in class ca.idms.jdbc.IdmsPreparedStatement
IDMS does not support the ARRAY type.
setAsciiStream(String, InputStream, int) - Method in class ca.idms.jdbc.IdmsCallableStatement
Sets a parameter to an ASCII stream value.
setAsciiStream(String, InputStream) - Method in class ca.idms.jdbc.IdmsCallableStatement
Sets a parameter to an ASCII stream value.
setAsciiStream(String, InputStream, long) - Method in class ca.idms.jdbc.IdmsCallableStatement
Sets a parameter to an ASCII stream value.
setAsciiStream(int, InputStream, int) - Method in class ca.idms.jdbc.IdmsCallableStatement
This method is a subclass of the identically-named IdmsPreparedStatement method which allows checking for possible mixing of ordinal and named parameter binding.
setAsciiStream(int, InputStream) - Method in class ca.idms.jdbc.IdmsCallableStatement
This method is a subclass of the identically-named IdmsPreparedStatement method which allows checking for possible mixing of ordinal and named parameter binding.
setAsciiStream(int, InputStream, long) - Method in class ca.idms.jdbc.IdmsCallableStatement
This method is a subclass of the identically-named IdmsPreparedStatement method which allows checking for possible mixing of ordinal and named parameter binding.
setAsciiStream(int, InputStream, int) - Method in class ca.idms.jdbc.IdmsPreparedStatement
Sets a parameter to an ASCII stream value.
setAsciiStream(int, InputStream) - Method in class ca.idms.jdbc.IdmsPreparedStatement
Sets a parameter to an ASCII stream value.
setAsciiStream(int, InputStream, long) - Method in class ca.idms.jdbc.IdmsPreparedStatement
Sets a parameter to an ASCII stream value.
setAutoCommit(boolean) - Method in class ca.idms.jdbc.IdmsConnection
Enables or disables auto-commit mode.
setAutoCommit(boolean) - Method in class ca.idms.jdbc.IdmsLogicalConnection
Invokes IdmsConnection.setAutoCommit(boolean).
setBigDecimal(String, BigDecimal) - Method in class ca.idms.jdbc.IdmsCallableStatement
Sets a parameter to a BigDecimal value.
setBigDecimal(int, BigDecimal) - Method in class ca.idms.jdbc.IdmsCallableStatement
This method is a subclass of the identically-named IdmsPreparedStatement method which allows checking for possible mixing of ordinal and named parameter binding.
setBigDecimal(int, BigDecimal) - Method in class ca.idms.jdbc.IdmsPreparedStatement
Sets a parameter to a BigDecimal value.
setBinaryStream(String, InputStream, int) - Method in class ca.idms.jdbc.IdmsCallableStatement
Sets a parameter to a binary stream value.
setBinaryStream(String, InputStream) - Method in class ca.idms.jdbc.IdmsCallableStatement
Sets a parameter to a Binary Stream value.
setBinaryStream(String, InputStream, long) - Method in class ca.idms.jdbc.IdmsCallableStatement
Sets a parameter to a Binary stream value.
setBinaryStream(int, InputStream, int) - Method in class ca.idms.jdbc.IdmsCallableStatement
This method is a subclass of the identically-named IdmsPreparedStatement method which allows checking for possible mixing of ordinal and named parameter binding.
setBinaryStream(int, InputStream) - Method in class ca.idms.jdbc.IdmsCallableStatement
This method is a subclass of the identically-named IdmsPreparedStatement method which allows checking for possible mixing of ordinal and named parameter binding.
setBinaryStream(int, InputStream, long) - Method in class ca.idms.jdbc.IdmsCallableStatement
This method is a subclass of the identically-named IdmsPreparedStatement method which allows checking for possible mixing of ordinal and named parameter binding.
setBinaryStream(int, InputStream, int) - Method in class ca.idms.jdbc.IdmsPreparedStatement
Sets a parameter to a binary stream value.
setBinaryStream(int, InputStream) - Method in class ca.idms.jdbc.IdmsPreparedStatement
Sets a parameter to a Binary Stream value.
setBinaryStream(int, InputStream, long) - Method in class ca.idms.jdbc.IdmsPreparedStatement
Sets a parameter to a Binary stream value.
setBlob(String, Blob) - Method in class ca.idms.jdbc.IdmsCallableStatement
CA IDMS doesn't support Blob data type
setBlob(String, InputStream) - Method in class ca.idms.jdbc.IdmsCallableStatement
CA IDMS doesn't support Blob data type
setBlob(String, InputStream, long) - Method in class ca.idms.jdbc.IdmsCallableStatement
CA IDMS doesn't support Blob data type
setBlob(int, Blob) - Method in class ca.idms.jdbc.IdmsPreparedStatement
IDMS does not support the BLOB type.
setBlob(int, InputStream) - Method in class ca.idms.jdbc.IdmsPreparedStatement
CA IDMS does not support Blob data type
setBlob(int, InputStream, long) - Method in class ca.idms.jdbc.IdmsPreparedStatement
CA IDMS does not support Blob data type
setBoolean(String, boolean) - Method in class ca.idms.jdbc.IdmsCallableStatement
Sets a named parameter to a Java boolean value.
setBoolean(int, boolean) - Method in class ca.idms.jdbc.IdmsPreparedStatement
Sets a parameter to a Java boolean value.
setBuffer(byte[], int) - Method in class ca.idms.io.NativeDataOutputStream
Sets the buffer.
setBuffer(byte[], int) - Method in class ca.idms.io.TraceBufferOutputStream
Sets the buffer.
setByte(String, byte) - Method in class ca.idms.jdbc.IdmsCallableStatement
Sets a named parameter to a Java byte value.
setByte(int, byte) - Method in class ca.idms.jdbc.IdmsCallableStatement
This method is a subclass of the identically-named IdmsPreparedStatement method which allows checking for possible mixing of ordinal and named parameter binding.
setByte(int, byte) - Method in class ca.idms.jdbc.IdmsPreparedStatement
Sets a parameter to a Java byte value.
setBytes(String, byte[]) - Method in class ca.idms.jdbc.IdmsCallableStatement
Sets a parameter to a Java array of bytes.
setBytes(int, byte[]) - Method in class ca.idms.jdbc.IdmsCallableStatement
This method is a subclass of the identically-named IdmsPreparedStatement method which allows checking for possible mixing of ordinal and named parameter binding.
setBytes(int, byte[]) - Method in class ca.idms.jdbc.IdmsPreparedStatement
Sets a parameter to a Java array of bytes.
setCatalog(String) - Method in class ca.idms.jdbc.IdmsConnection
Satisfies Connection interface, this method does nothing.
setCatalog(String) - Method in class ca.idms.jdbc.IdmsLogicalConnection
Invokes IdmsConnection.setCatalog(String).
setCharacterStream(String, Reader, int) - Method in class ca.idms.jdbc.IdmsCallableStatement
Sets a parameter value from an input Reader.
setCharacterStream(String, Reader) - Method in class ca.idms.jdbc.IdmsCallableStatement
Sets a parameter to a Character Stream value.
setCharacterStream(String, Reader, long) - Method in class ca.idms.jdbc.IdmsCallableStatement
Sets a parameter to a Character stream value.
setCharacterStream(int, Reader, int) - Method in class ca.idms.jdbc.IdmsCallableStatement
This method is a subclass of the identically-named IdmsPreparedStatement method which allows checking for possible mixing of ordinal and named parameter binding.
setCharacterStream(int, Reader) - Method in class ca.idms.jdbc.IdmsCallableStatement
This method is a subclass of the identically-named IdmsPreparedStatement method which allows checking for possible mixing of ordinal and named parameter binding.
setCharacterStream(int, Reader, long) - Method in class ca.idms.jdbc.IdmsCallableStatement
This method is a subclass of the identically-named IdmsPreparedStatement method which allows checking for possible mixing of ordinal and named parameter binding.
setCharacterStream(int, Reader, int) - Method in class ca.idms.jdbc.IdmsPreparedStatement
Sets a parameter value from an input Reader.
setCharacterStream(int, Reader) - Method in class ca.idms.jdbc.IdmsPreparedStatement
Sets a parameter to a Character Stream value.
setCharacterStream(int, Reader, long) - Method in class ca.idms.jdbc.IdmsPreparedStatement
Sets a parameter to a Character stream value.
setClientInfo(Properties) - Method in class ca.idms.jdbc.IdmsConnection
Sets ClientInfo properties to those passed by the application.
setClientInfo(String, String) - Method in class ca.idms.jdbc.IdmsConnection
Sets a ClientInfo property as requested by the application.
setClientInfo(Properties) - Method in class ca.idms.jdbc.IdmsLogicalConnection
Sets ClientInfo properties to those passed by the application.
setClientInfo(String, String) - Method in class ca.idms.jdbc.IdmsLogicalConnection
Sets a ClientInfo property as requested by the application.
setClob(String, Clob) - Method in class ca.idms.jdbc.IdmsCallableStatement
CA IDMS doesn't support Clob type
setClob(String, Reader) - Method in class ca.idms.jdbc.IdmsCallableStatement
CA IDMS doesn't support Clob type
setClob(String, Reader, long) - Method in class ca.idms.jdbc.IdmsCallableStatement
CA IDMS doesn't support Clob type
setClob(int, Clob) - Method in class ca.idms.jdbc.IdmsPreparedStatement
IDMS does not support the CLOB type.
setClob(int, Reader) - Method in class ca.idms.jdbc.IdmsPreparedStatement
CA IDMS does not support Clob data type
setClob(int, Reader, long) - Method in class ca.idms.jdbc.IdmsPreparedStatement
CA IDMS does not support Clob data type
setConnectSuspend(boolean) - Method in class ca.idms.jdbc.IdmsCommonDataSource
Deprecated. Use #setSuspendStrategy With SERVICE instead.
setCount(int) - Method in class ca.idms.io.NativeDataOutputStream
Set the number of valid bytes in the buffer.
setCount(int) - Method in class ca.idms.io.TraceBufferOutputStream
Set the number of valid bytes in the buffer.
setCursorName(String) - Method in class ca.idms.jdbc.IdmsStatement
Defines a cursor name to use for positioned updates and deletes.
setDatabaseName(String) - Method in class ca.idms.jdbc.IdmsCommonDataSource
Sets the databaseName property for this data source.
setDataSourceName(String) - Method in class ca.idms.jdbc.IdmsCommonDataSource
Sets the dataSourceName property for this data source.
setDate(String, Date) - Method in class ca.idms.jdbc.IdmsCallableStatement
Sets a named parameter to a java.sql.Date value.
setDate(String, Date, Calendar) - Method in class ca.idms.jdbc.IdmsCallableStatement
Sets a parameter to a java.sql.Date value.
setDate(int, Date) - Method in class ca.idms.jdbc.IdmsCallableStatement
This method is a subclass of the identically-named IdmsPreparedStatement method which allows checking for possible mixing of ordinal and named parameter binding.
setDate(int, Date, Calendar) - Method in class ca.idms.jdbc.IdmsCallableStatement
This method is a subclass of the identically-named IdmsPreparedStatement method which allows checking for possible mixing of ordinal and named parameter binding.
setDate(int, Date) - Method in class ca.idms.jdbc.IdmsPreparedStatement
Sets a parameter to a java.sql.Date value.
setDate(int, Date, Calendar) - Method in class ca.idms.jdbc.IdmsPreparedStatement
Sets a parameter to a java.sql.Date value.
setDefaultSchema(String) - Method in class ca.idms.jdbc.IdmsCommonDataSource
Sets the defaultSchema property for this data source.
setDescription(String) - Method in class ca.idms.jdbc.IdmsCommonDataSource
Sets the description property for this data source.
setDouble(String, double) - Method in class ca.idms.jdbc.IdmsCallableStatement
Sets a named parameter to a Java double value.
setDouble(int, double) - Method in class ca.idms.jdbc.IdmsCallableStatement
This method is a subclass of the identically-named IdmsPreparedStatement method which allows checking for possible mixing of ordinal and named parameter binding.
setDouble(int, double) - Method in class ca.idms.jdbc.IdmsPreparedStatement
Sets a parameter to a Java double value.
setEscapeProcessing(boolean) - Method in class ca.idms.jdbc.IdmsStatement
If escape scanning is on (the default), the driver will do escape substitution before sending the SQL to the database.
setExternalWait(short) - Method in class ca.idms.jdbc.IdmsCommonDataSource
Sets the externalWait property for this data source.
setFetchDirection(int) - Method in class ca.idms.jdbc.IdmsResultObject
Sets the fetch direction hint.
setFetchSize(int) - Method in class ca.idms.jdbc.IdmsResultObject
Sets the fetch size hint.
setFloat(String, float) - Method in class ca.idms.jdbc.IdmsCallableStatement
Sets a named parameter to a Java float value.
setFloat(int, float) - Method in class ca.idms.jdbc.IdmsCallableStatement
This method is a subclass of the identically-named IdmsPreparedStatement method which allows checking for possible mixing of ordinal and named parameter binding.
setFloat(int, float) - Method in class ca.idms.jdbc.IdmsPreparedStatement
Sets a parameter to a Java float value.
setHoldability(int) - Method in class ca.idms.jdbc.IdmsConnection
Sets the current holdability for all ResultSets.
setHoldability(int) - Method in class ca.idms.jdbc.IdmsLogicalConnection
Invokes IdmsConnection.setHoldability(int).
setIdentity(String) - Method in class ca.idms.jdbc.IdmsConnection
Sends an external identity to CA IDMS.
setIdentity() - Method in class ca.idms.jdbc.IdmsConnection
Sends the external identity to CA IDMS.
setIdentityAudited(boolean) - Method in class ca.idms.jdbc.IdmsCommonDataSource
Enables or disables identity auditing.
setInitialPoolSize(int) - Method in class ca.idms.jdbc.IdmsCommonPoolDataSource
Sets the initialPoolSize property for this data source.
setInt(String, int) - Method in class ca.idms.jdbc.IdmsCallableStatement
Sets a named parameter to a Java int value.
setInt(int, int) - Method in class ca.idms.jdbc.IdmsCallableStatement
This method is a subclass of the identically-named IdmsPreparedStatement method which allows checking for possible mixing of ordinal and named parameter binding.
setInt(int, int) - Method in class ca.idms.jdbc.IdmsPreparedStatement
Sets a parameter to a Java int value.
setLoginTimeout(int) - Method in class ca.idms.jdbc.IdmsCommonDataSource
Sets the reply timeout.
setLogWriter(PrintWriter) - Method in class ca.idms.jdbc.IdmsCommonDataSource
Sets the log writer for this data source.
setLong(String, long) - Method in class ca.idms.jdbc.IdmsCallableStatement
Sets a named parameter to a Java long value.
setLong(int, long) - Method in class ca.idms.jdbc.IdmsCallableStatement
This method is a subclass of the identically-named IdmsPreparedStatement method which allows checking for possible mixing of ordinal and named parameter binding.
setLong(int, long) - Method in class ca.idms.jdbc.IdmsPreparedStatement
Sets a parameter to a Java long value.
setMaxFieldSize(int) - Method in class ca.idms.jdbc.IdmsStatement
The maxFieldSize limit (in bytes) is set to limit the size of data that can be returned for any column value; it only applies to BINARY, VARBINARY, LONGVARBINARY, CHAR, VARCHAR, and LONGVARCHAR fields.
setMaxIdleTime(int) - Method in class ca.idms.jdbc.IdmsCommonPoolDataSource
Sets the maxIdleTime property for this data source.
setMaxPoolSize(int) - Method in class ca.idms.jdbc.IdmsCommonPoolDataSource
Sets the maxPoolSize property for this data source.
setMaxRows(int) - Method in class ca.idms.jdbc.IdmsStatement
The maxRows limit is set to limit the number of rows that any ResultSet can contain.
setMaxStatements(int) - Method in class ca.idms.jdbc.IdmsCommonPoolDataSource
Sets the maxStatements property for this data source.
setMessage(String) - Method in interface ca.idms.io.NativeMessage
Sets a message in the Native object.
setMinPoolSize(int) - Method in class ca.idms.jdbc.IdmsCommonPoolDataSource
Sets the minPoolSize property for this data source.
setNCharacterStream(String, Reader) - Method in class ca.idms.jdbc.IdmsCallableStatement
CA IDMS doesn't support National Character Sets
setNCharacterStream(String, Reader, long) - Method in class ca.idms.jdbc.IdmsCallableStatement
CA IDMS doesn't support National Character Sets
setNCharacterStream(int, Reader) - Method in class ca.idms.jdbc.IdmsPreparedStatement
CA IDMS does not support National Character Sets
setNCharacterStream(int, Reader, long) - Method in class ca.idms.jdbc.IdmsPreparedStatement
CA IDMS does not support National Character Sets
setNClob(String, NClob) - Method in class ca.idms.jdbc.IdmsCallableStatement
CA IDMS doesn't support National Character Sets or Clobs
setNClob(String, Reader) - Method in class ca.idms.jdbc.IdmsCallableStatement
CA IDMS doesn't support National Character Sets or Clobs
setNClob(String, Reader, long) - Method in class ca.idms.jdbc.IdmsCallableStatement
CA IDMS doesn't support National Character Sets or Clobs
setNClob(int, NClob) - Method in class ca.idms.jdbc.IdmsPreparedStatement
CA IDMS does not support National Character Sets or Clobs
setNClob(int, Reader) - Method in class ca.idms.jdbc.IdmsPreparedStatement
CA IDMS does not support National Character Sets or Clobs
setNClob(int, Reader, long) - Method in class ca.idms.jdbc.IdmsPreparedStatement
CA IDMS does not support National Character Sets or Clobs
setNetworkProtocol(String) - Method in class ca.idms.jdbc.IdmsCommonDataSource
Sets the networkProtocol property for this data source.
setNodeName(String) - Method in class ca.idms.jdbc.IdmsCommonDataSource
Sets the nodeName property for this data source.
setNormalizeHFP(boolean) - Method in class ca.idms.io.FloatConverter
Enables or disable BFP-->HFP normalization.
setNString(String, String) - Method in class ca.idms.jdbc.IdmsCallableStatement
CA IDMS doesn't support National Character Sets
setNString(int, String) - Method in class ca.idms.jdbc.IdmsPreparedStatement
CA IDMS does not support National Character Sets
setNull(String, int) - Method in class ca.idms.jdbc.IdmsCallableStatement
Sets a parameter to SQL NULL.
setNull(String, int, String) - Method in class ca.idms.jdbc.IdmsCallableStatement
Sets an input parameter to NULL.
setNull(int, int) - Method in class ca.idms.jdbc.IdmsCallableStatement
This method is a subclass of the identically-named IdmsPreparedStatement method which allows checking for possible mixing of ordinal and named parameter binding.
setNull(int, int, String) - Method in class ca.idms.jdbc.IdmsCallableStatement
This method is a subclass of the identically-named IdmsPreparedStatement method which allows checking for possible mixing of ordinal and named parameter binding.
setNull(int, int) - Method in class ca.idms.jdbc.IdmsPreparedStatement
Sets a parameter to SQL NULL.
setNull(int, int, String) - Method in class ca.idms.jdbc.IdmsPreparedStatement
Sets an input parameter to NULL.
setObject(String, Object) - Method in class ca.idms.jdbc.IdmsCallableStatement
Sets a parameter to an object with implicit type and scale 0.
setObject(String, Object, int) - Method in class ca.idms.jdbc.IdmsCallableStatement
Sets a parameter to an object value with a scale of zero.
setObject(String, Object, int, int) - Method in class ca.idms.jdbc.IdmsCallableStatement
Sets a parameter to an object value converted to the specified type.
setObject(int, Object) - Method in class ca.idms.jdbc.IdmsCallableStatement
This method is a subclass of the identically-named IdmsPreparedStatement method which allows checking for possible mixing of ordinal and named parameter binding.
setObject(int, Object, int) - Method in class ca.idms.jdbc.IdmsCallableStatement
This method is a subclass of the identically-named IdmsPreparedStatement method which allows checking for possible mixing of ordinal and named parameter binding.
setObject(int, Object, int, int) - Method in class ca.idms.jdbc.IdmsCallableStatement
This method is a subclass of the identically-named IdmsPreparedStatement method which allows checking for possible mixing of ordinal and named parameter binding.
setObject(int, Object, int, int) - Method in class ca.idms.jdbc.IdmsPreparedStatement
Sets a parameter to an object value converted to the specified type.
setObject(int, Object, int) - Method in class ca.idms.jdbc.IdmsPreparedStatement
Sets a parameter to an object value with a scale of zero.
setObject(int, Object) - Method in class ca.idms.jdbc.IdmsPreparedStatement
Sets a parameter to an object with implicit type and scale 0.
setOptions(int) - Method in class ca.idms.io.NativeBase
 
setPassword(String) - Method in class ca.idms.jdbc.IdmsCommonDataSource
Sets the password property for this data source.
setPoolable(boolean) - Method in class ca.idms.jdbc.IdmsStatement
Allows an application to set a hint to the connection pool manager as to whether a statement should be pooled or not.
setPortNumber(int) - Method in class ca.idms.jdbc.IdmsCommonDataSource
Sets the portNumber property for this data source.
setProgramName(String) - Method in class ca.idms.jdbc.IdmsCommonDataSource
Sets the programName property for this data source.
setPropertyCycle(int) - Method in class ca.idms.jdbc.IdmsCommonPoolDataSource
Sets the propertyCycle property for this data source.
setQueryTimeout(int) - Method in class ca.idms.jdbc.IdmsStatement
Sets the reply timeout for this Statement object.
setReadOnly(boolean) - Method in class ca.idms.jdbc.IdmsConnection
Enables or disables read-only mode.
setReadOnly(boolean) - Method in class ca.idms.jdbc.IdmsLogicalConnection
Invokes IdmsConnection.setReadOnly(boolean).
setRef(int, Ref) - Method in class ca.idms.jdbc.IdmsPreparedStatement
IDMS does not support the REFERENCE type.
setResourceInterval(short) - Method in class ca.idms.jdbc.IdmsCommonDataSource
Sets the resourceInterval property for this data source.
setRoleName(String) - Method in class ca.idms.jdbc.IdmsCommonDataSource
Sets the roleName property for this data source.
setRoundBFP(int) - Method in class ca.idms.io.FloatConverter
Sets the HFP-->BFP rounding mode.
setRoundHFP(int) - Method in class ca.idms.io.FloatConverter
Sets the BFP-->HFP rounding mode.
setRowId(String, RowId) - Method in class ca.idms.jdbc.IdmsCallableStatement
ROWID is not applicable for procedures in CA IDMS
setRowId(int, RowId) - Method in class ca.idms.jdbc.IdmsCallableStatement
ROWID is not applicable for procedures in CA IDMS
setRowId(int, RowId) - Method in class ca.idms.jdbc.IdmsPreparedStatement
Sets a parameter to a Java RowId type.
setSavepoint() - Method in class ca.idms.jdbc.IdmsConnection
IDMS does does support Savepoints.
setSavepoint(String) - Method in class ca.idms.jdbc.IdmsConnection
IDMS does does support Savepoints.
setSavepoint() - Method in class ca.idms.jdbc.IdmsLogicalConnection
Invokes IdmsConnection.setSavepoint().
setSavepoint(String) - Method in class ca.idms.jdbc.IdmsLogicalConnection
Invokes IdmsConnection.setSavepoint(String).
setServerLength(int) - Method in class ca.idms.jdbc.IdmsCommonDataSource
Sets the serverLength property for this data source.
setServerName(String) - Method in class ca.idms.jdbc.IdmsCommonDataSource
Sets the serverName property for this data source.
setServerTrace(int) - Method in class ca.idms.jdbc.IdmsCommonDataSource
Sets the serverTrace property for this data source.
setShort(String, short) - Method in class ca.idms.jdbc.IdmsCallableStatement
Sets a named parameter to a Java short value.
setShort(int, short) - Method in class ca.idms.jdbc.IdmsCallableStatement
This method is a subclass of the identically-named IdmsPreparedStatement method which allows checking for possible mixing of ordinal and named parameter binding.
setShort(int, short) - Method in class ca.idms.jdbc.IdmsPreparedStatement
Sets a parameter to a Java short value.
setSize(int) - Method in class ca.idms.io.NativeDataInputStream
Sets the size of the buffer.
setSize(int) - Method in class ca.idms.io.NativeDataOutputStream
Sets the size of the buffer.
setSize(int) - Method in class ca.idms.io.TraceBufferInputStream
Sets the size of the buffer.
setSize(int) - Method in class ca.idms.io.TraceBufferOutputStream
Sets the size of the buffer.
setSQLXML(String, SQLXML) - Method in class ca.idms.jdbc.IdmsCallableStatement
CA IDMS doesn't support XML data type
setSQLXML(int, SQLXML) - Method in class ca.idms.jdbc.IdmsPreparedStatement
CA IDMS does not support XML data type
setSsl(boolean) - Method in class ca.idms.jdbc.IdmsCommonDataSource
Request an SSL connection.
setString(String, String) - Method in class ca.idms.jdbc.IdmsCallableStatement
Sets a named parameter to a Java String value.
setString(int, String) - Method in class ca.idms.jdbc.IdmsCallableStatement
This method is a subclass of the identically-named IdmsPreparedStatement method which allows checking for possible mixing of ordinal and named parameter binding.
setString(int, String) - Method in class ca.idms.jdbc.IdmsPreparedStatement
Sets a parameter to a Java String value.
setSuspendStrategy(String) - Method in class ca.idms.jdbc.IdmsCommonDataSource
Sets the suspendStrategy property for this data source.
setTaskCode(String) - Method in class ca.idms.jdbc.IdmsCommonDataSource
Sets the taskCode property for this data source.
setTime(String, Time) - Method in class ca.idms.jdbc.IdmsCallableStatement
Sets a named parameter to a java.sql.Time value.
setTime(String, Time, Calendar) - Method in class ca.idms.jdbc.IdmsCallableStatement
Sets a parameter to a java.sql.Time value.
setTime(int, Time) - Method in class ca.idms.jdbc.IdmsCallableStatement
This method is a subclass of the identically-named IdmsPreparedStatement method which allows checking for possible mixing of ordinal and named parameter binding.
setTime(int, Time, Calendar) - Method in class ca.idms.jdbc.IdmsCallableStatement
This method is a subclass of the identically-named IdmsPreparedStatement method which allows checking for possible mixing of ordinal and named parameter binding.
setTime(int, Time) - Method in class ca.idms.jdbc.IdmsPreparedStatement
Sets a parameter to a java.sql.Time value.
setTime(int, Time, Calendar) - Method in class ca.idms.jdbc.IdmsPreparedStatement
Sets a parameter to a java.sql.Time value.
setTimestamp(String, Timestamp) - Method in class ca.idms.jdbc.IdmsCallableStatement
Sets a named parameter to a java.sql.Timestamp value.
setTimestamp(String, Timestamp, Calendar) - Method in class ca.idms.jdbc.IdmsCallableStatement
Sets a parameter to a java.sql.Time value.
setTimestamp(int, Timestamp) - Method in class ca.idms.jdbc.IdmsCallableStatement
This method is a subclass of the identically-named IdmsPreparedStatement method which allows checking for possible mixing of ordinal and named parameter binding.
setTimestamp(int, Timestamp, Calendar) - Method in class ca.idms.jdbc.IdmsCallableStatement
This method is a subclass of the identically-named IdmsPreparedStatement method which allows checking for possible mixing of ordinal and named parameter binding.
setTimestamp(int, Timestamp) - Method in class ca.idms.jdbc.IdmsPreparedStatement
Sets a parameter to a java.sql.Timestamp value.
setTimestamp(int, Timestamp, Calendar) - Method in class ca.idms.jdbc.IdmsPreparedStatement
Sets a parameter to a java.sql.Time value.
setTransactionIsolation(int) - Method in class ca.idms.jdbc.IdmsConnection
Sets the transaction isolation level.
setTransactionIsolation(int) - Method in class ca.idms.jdbc.IdmsLogicalConnection
Invokes IdmsConnection.setTransactionIsolation(int).
setTransactionTimeout(int) - Method in class ca.idms.xa.IdmsXAResource
Sets the transaction timeout.
setTypeMap(Map<String, Class<?>>) - Method in class ca.idms.jdbc.IdmsConnection
IDMS does not support user defined types.
setTypeMap(Map<String, Class<?>>) - Method in class ca.idms.jdbc.IdmsLogicalConnection
Invokes IdmsConnection.setTypeMap(Map).
setUnicodeStream(int, InputStream, int) - Method in class ca.idms.jdbc.IdmsPreparedStatement
Deprecated. But required by PreparedStatement interface
setURL(String, URL) - Method in class ca.idms.jdbc.IdmsCallableStatement
CA IDMS does not support the URL data type.
setURL(int, URL) - Method in class ca.idms.jdbc.IdmsPreparedStatement
IDMS does not support the URL type.
setUser(String) - Method in class ca.idms.jdbc.IdmsCommonDataSource
Sets the user property for this data source.
setViaNodeName(String) - Method in class ca.idms.jdbc.IdmsCommonDataSource
Sets the viaNodeName property for this data source.
SI - Static variable in class ca.idms.io.NativeFormat
Mainframe DBCS Shift In character.
skip(long) - Method in class ca.idms.io.TraceBufferInputStream
Skips over n bytes of data in the buffer.
skipBytes(int) - Method in class ca.idms.io.NativeDataInputStream
Skips exactly n bytes of input in the data input stream.
snap() - Method in class ca.idms.io.NativeDataInputStream
Displays the contents of this buffer if tracing is enabled.
snap(boolean) - Method in class ca.idms.io.NativeDataOutputStream
Displays the contents of this buffer if tracing is enabled.
snap() - Method in interface ca.idms.io.NativeMessage
Displays object member variables.
snap() - Method in class ca.idms.io.NativeObject
Overrides snap in TraceObject and displays the byte array.
snap() - Method in interface ca.idms.io.Trace
Displays object member variables in the trace stream.
snap() - Method in class ca.idms.io.TraceBufferInputStream
Displays the contents of this buffer if tracing is enabled.
snap(boolean) - Method in class ca.idms.io.TraceBufferOutputStream
Displays the contents of this buffer if tracing is enabled.
SNAP - Static variable in class ca.idms.io.TraceObject
The "snap" property can be used as a general snap option.
snap - Static variable in class ca.idms.io.TraceObject
Can be used as a general snap option.
snap(Object, byte[]) - Method in class ca.idms.io.TraceObject
Displays a byte array in memory dump format.
snap(Object, byte[], int) - Method in class ca.idms.io.TraceObject
Displays a byte array in memory dump format.
snap(String, byte[]) - Method in class ca.idms.io.TraceObject
Displays a byte array in memory dump format.
snap(String, byte[], int) - Method in class ca.idms.io.TraceObject
Displays a byte array in memory dump format.
snap(String, byte[], int, int) - Method in class ca.idms.io.TraceObject
Displays a byte array in memory dump format.
snap(String, String) - Method in class ca.idms.io.TraceObject
Displays a "long" String.
snap() - Method in class ca.idms.io.TraceObject
Displays object member variables.
SNAP_BYTES - Static variable in class ca.idms.io.TraceObject
The "snap.bytes" property can be use to snap buffers in the trace.
SNAP_NATIVE - Static variable in class ca.idms.io.TraceObject
The "snap.native" property can be used to trace display write native data buffers in the trace as it is read or written.
SNAP_OBJECT - Static variable in class ca.idms.io.TraceObject
The "snap.object" property can be use to display object fields in the trace.
SNAP_SQL - Static variable in class ca.idms.io.TraceObject
The "snap.sql" property can be use to display SQL control blocks, SQL syntax and buffers in the trace.
snapBytes - Static variable in class ca.idms.io.TraceObject
Enables display of byte array data in trace stream.
snapNative - Static variable in class ca.idms.io.TraceObject
Enables display of objects read and written by readNative and writeNative methods.
snapObject - Static variable in class ca.idms.io.TraceObject
Enables formatted display of objects in trace stream.
snapSql - Static variable in class ca.idms.io.TraceObject
Enables formatted display of SQL objects in trace stream.
SO - Static variable in class ca.idms.io.NativeFormat
Mainframe DBCS Shift Out character.
SPACES - Static variable in class ca.idms.io.NativeFormat
80 spaces, to pad converted character data.
SQL_00000 - Static variable in interface ca.idms.qcli.SQLState
SQLSTATE = "00000": successful completion Defined by ANSI SQL/Foundation 1999
SQL_01000 - Static variable in interface ca.idms.qcli.SQLState
SQLSTATE = "01000": warning.
SQL_01004 - Static variable in interface ca.idms.qcli.SQLState
SQLSTATE = "01004": warning, string data, right truncation.
SQL_07001 - Static variable in interface ca.idms.qcli.SQLState
SQLSTATE = "07001": dynamic SQL error, using clause does not match dynamic parameter specifications.
SQL_07009 - Static variable in interface ca.idms.qcli.SQLState
SQLSTATE = "07009": invalid column argument.
SQL_08001 - Static variable in interface ca.idms.qcli.SQLState
SQLSTATE = "08001": connection exception, SQL-client unable to establish SQL-connection.
SQL_08002 - Static variable in interface ca.idms.qcli.SQLState
SQLSTATE = "08002": connection exception, connection name in use.
SQL_08003 - Static variable in interface ca.idms.qcli.SQLState
SQLSTATE = "08003": connection exception, connection does not exist .
SQL_08004 - Static variable in interface ca.idms.qcli.SQLState
SQLSTATE = "08004": connection exception, SQL-server rejected establishment of SQL-connection.
SQL_08006 - Static variable in interface ca.idms.qcli.SQLState
SQLSTATE = "08006": connection exception, connection failure.
SQL_08007 - Static variable in interface ca.idms.qcli.SQLState
SQLSTATE = "08007": connection exception, transaction resolution unknown.
SQL_0A000 - Static variable in interface ca.idms.qcli.SQLState
SQLSTATE = "0A000": feature not supported.
SQL_21000 - Static variable in interface ca.idms.qcli.SQLState
SQLSTATE = "21000": cardinality violation.
SQL_22000 - Static variable in interface ca.idms.qcli.SQLState
SQLSTATE = "22000": data exception.
SQL_22001 - Static variable in interface ca.idms.qcli.SQLState
SQLSTATE = "22001": data exception, string data, right truncation.
SQL_22003 - Static variable in interface ca.idms.qcli.SQLState
SQLSTATE = "22003": data exception, numeric value out of range.
SQL_22005 - Static variable in interface ca.idms.qcli.SQLState
SQLSTATE = "22005": data exception, error in assignment.
SQL_22007 - Static variable in interface ca.idms.qcli.SQLState
SQLSTATE = "22007": data exception, invalid datetime format.
SQL_24000 - Static variable in interface ca.idms.qcli.SQLState
SQLSTATE = "24000": invalid cursor state.
SQL_25000 - Static variable in interface ca.idms.qcli.SQLState
SQLSTATE = "25000": invalid transaction state.
SQL_3C000 - Static variable in interface ca.idms.qcli.SQLState
SQLSTATE = "3C000": ambiguous cursor name.
SQL_40000 - Static variable in interface ca.idms.qcli.SQLState
SQLSTATE = "40000": transaction rollback.
SQL_42000 - Static variable in interface ca.idms.qcli.SQLState
SQLSTATE = "42000": syntax error or access rule violation.
SQL_HY000 - Static variable in interface ca.idms.qcli.SQLState
SQLSTATE = "HY000": CLI-specific condition.
SQL_HY004 - Static variable in interface ca.idms.qcli.SQLState
SQLSTATE = "HY004": CLI-specific condition, invalid data type.
SQL_HY009 - Static variable in interface ca.idms.qcli.SQLState
SQLSTATE = "HY009": CLI-specific condition, invalid use of null pointer.
SQL_HY010 - Static variable in interface ca.idms.qcli.SQLState
SQLSTATE = "HY010": CLI-specific condition, function sequence error.
SQL_HY024 - Static variable in interface ca.idms.qcli.SQLState
SQLSTATE = "HY024": CLI-specific condition, invalid attribute value.
SQL_HY106 - Static variable in interface ca.idms.qcli.SQLState
SQLSTATE = "HY106": CLI-specific condition, invalid fetch orientation.
SQL_HYC00 - Static variable in interface ca.idms.qcli.SQLState
SQLSTATE = "HYC00": CLI-specific condition, optional feature not implemented.
SQLPIB - Static variable in class ca.idms.jdbc.IdmsConnection
SQL Program Information Block for CA_IDMS JDBC Driver.
sqlstate - Variable in exception ca.idms.qcli.QcliException
SQLSTATE value.
SQLState - Interface in ca.idms.qcli
Defines SQLSTATE values used by the JDBC driver.
SSL - Static variable in interface ca.idms.jdbc.IdmsDriverInterface
Property name to request a secured socket connection.
start(Xid, int) - Method in class ca.idms.xa.IdmsXAResource
Enlists the connection in the global transaction.
stmt - Variable in class ca.idms.jcf.JdbcTable
 
storesLowerCaseIdentifiers() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Does the database treat mixed case unquoted SQL identifiers as case insensitive and store them in lower case?
storesLowerCaseQuotedIdentifiers() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Does the database treat mixed case quoted SQL identifiers as case insensitive and store them in lower case?
storesMixedCaseIdentifiers() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Does the database treat mixed case unquoted SQL identifiers as case insensitive and store them in mixed case?
storesMixedCaseQuotedIdentifiers() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Does the database treat mixed case quoted SQL identifiers as case insensitive and store them in mixed case?
storesUpperCaseIdentifiers() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Does the database treat mixed case unquoted SQL identifiers as case insensitive and store them in upper case?
storesUpperCaseQuotedIdentifiers() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Does the database treat mixed case quoted SQL identifiers as case insensitive and store them in upper case?
STRACE - Static variable in interface ca.idms.jdbc.IdmsDriverInterface
Property name to enable tracing for a Type 4 connection.
stub - Static variable in class ca.idms.io.TraceObject
Enables calls to stub routines for local testing.
supportsAlterTableWithAddColumn() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS supports "ALTER TABLE" with add column.
supportsAlterTableWithDropColumn() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS does not support "ALTER TABLE" with drop column.
supportsANSI92EntryLevelSQL() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS supports the ANSI92 entry level SQL grammar.
supportsANSI92FullSQL() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS does not support the ANSI92 full SQL grammar.
supportsANSI92IntermediateSQL() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS does not fullty support the ANSI92 intermediate SQL grammar.
supportsBatchUpdates() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
The IDMS JDBC driver supports batch updates.
supportsCascadeDelete() - Method in class com.ca.idms.hibernate.IDMSDialect
 
supportsCatalogsInDataManipulation() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS does not support catalogs in identifiers.
supportsCatalogsInIndexDefinitions() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS does not support catalogs in identifiers.
supportsCatalogsInPrivilegeDefinitions() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS does not support catalogs in identifiers.
supportsCatalogsInProcedureCalls() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS does not support catalogs in identifiers.
supportsCatalogsInTableDefinitions() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS does not support catalogs in identifiers.
supportsCircularCascadeDeleteConstraints() - Method in class com.ca.idms.hibernate.IDMSDialect
 
supportsColumnAliasing() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS supports column alias names.
supportsColumnCheck() - Method in class com.ca.idms.hibernate.IDMSDialect
 
supportsConvert() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS does not support the CONVERT function.
supportsConvert(int, int) - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS does not support the CONVERT function.
supportsCoreSQLGrammar() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS supports the the ODBC Core SQL grammar.
supportsCorrelatedSubqueries() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS supports correlated subqueries.
supportsCurrentTimestampSelection() - Method in class com.ca.idms.hibernate.IDMSDialect
 
supportsDataDefinitionAndDataManipulationTransactions() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS supports both DDL and DML within a transaction.
supportsDataManipulationTransactionsOnly() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS supports DML within a transaciton..
supportsDifferentTableCorrelationNames() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS does not require correlation names to be different from the table names.
supportsEmptyInList() - Method in class com.ca.idms.hibernate.IDMSDialect
 
supportsExpectedLobUsagePattern() - Method in class com.ca.idms.hibernate.IDMSDialect
 
supportsExpressionsInOrderBy() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS does not supprt expressions in "ORDER BY" lists.
supportsExtendedSQLGrammar() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS does not fully support the ODBC Extended SQL grammar.
supportsFullOuterJoins() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS supports full outer joins only in r17 and later.
supportsGetGeneratedKeys() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS does not support generated keys.
supportsGroupBy() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS supports "GROUP BY".
supportsGroupByBeyondSelect() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS does not require "GROUP BY" to use columns in the SELECT.
supportsGroupByUnrelated() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS does not require "GROUP BY" to use columns in the SELECT.
supportsIntegrityEnhancementFacility() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS supports referential integrity with minor variations in the ANSI syntax.
supportsLikeEscapeClause() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS supports an escape character in LIKE clauses.
supportsLimitedOuterJoins() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS supports outer joins with non standard syntax.
supportsLobValueChangePropogation() - Method in class com.ca.idms.hibernate.IDMSDialect
 
supportsMinimumSQLGrammar() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS supports the ODBC Minimum SQL grammar.
supportsMixedCaseIdentifiers() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Does the database treat mixed case unquoted SQL identifiers as case sensitive and as a result store them in mixed case?
supportsMixedCaseQuotedIdentifiers() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Does the database treat mixed case quoted SQL identifiers as case sensitive and as a result store them in mixed case?
supportsMultipleOpenResults() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Starting with r17 CA IDMS supports multiple open ResultSets.
supportsMultipleResultSets() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Starting with r17 CA IDMS supports multiple ResultSets.
supportsMultipleTransactions() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS supports multiple transactions open at once (on different connections).
supportsNamedParameters() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS supports named parameters as defined by JDBC, except when the SQL syntax string specifies IDMS proprietary keyword parameters.
supportsNonNullableColumns() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS allows columns to be defined as NOT NULL.
supportsNotNullUnique() - Method in class com.ca.idms.hibernate.IDMSDialect
 
supportsOpenCursorsAcrossCommit() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS can optionally keep cursors open across commits.
supportsOpenCursorsAcrossRollback() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS closes all open cursors on rollback.
supportsOpenStatementsAcrossCommit() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS keeps statements open across commits.
supportsOpenStatementsAcrossRollback() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS keeps statements open across rollbacks.
supportsOrderByUnrelated() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS does not require "ORDER BY" to use columns in the SELECT.
supportsOuterJoinForUpdate() - Method in class com.ca.idms.hibernate.IDMSDialect
 
supportsOuterJoins() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS supports a form of outer join.
supportsPositionedDelete() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS supports dynamic positioned DELETE starting with release 14.0.
supportsPositionedUpdate() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS supports dynamic positioned UPDATE starting with release 14.0.
supportsResultSetConcurrency(int, int) - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Not currently supported.
supportsResultSetHoldability(int) - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Reports support for holdability.
supportsResultSetType(int) - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Not currently supported.
supportsSavepoints() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS does not support Savepoints.
supportsSchemasInDataManipulation() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS allows a schema name in in a data manipulation statement.
supportsSchemasInIndexDefinitions() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS allows schema names in an index definition statement.
supportsSchemasInPrivilegeDefinitions() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS allows schema names in a privilege definition statement.
supportsSchemasInProcedureCalls() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS supports procedures starting with release 15.0.
supportsSchemasInTableDefinitions() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS allows schema names in a table definition statement.
supportsSelectForUpdate() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS supports dynamic SELECT FOR UPDATE starting with release 14.0.
supportsStatementPooling() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS Server supports JDBC statement pooling, although starting with release 16.0 IDMS itself supports a global statement cache, which provides most of the performance benefits generally associated with statement pooling in JDBC.
supportsStoredFunctionsUsingCallSyntax() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
A function in IDMS can only be invoked within value expressions and cannot be the object of a Call command.
supportsStoredProcedures() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS supports CALL starting with 15.0.
supportsSubqueriesInComparisons() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS supports subqueries in comparison expressions.
supportsSubqueriesInExists() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS supports subqueries in EXISTS expressions.
supportsSubqueriesInIns() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS supports subqueries in IN statements.
supportsSubqueriesInQuantifieds() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS supports subqueries in quantified expressions.
supportsSubqueryOnMutatingTable() - Method in class com.ca.idms.hibernate.IDMSDialect
 
supportsSubselectAsInPredicateLHS() - Method in class com.ca.idms.hibernate.IDMSDialect
 
supportsTableCorrelationNames() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS supports table correlation names.
supportsTemporaryTables() - Method in class com.ca.idms.hibernate.IDMSDialect
 
supportsTransactionIsolationLevel(int) - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Indicates that IDMS supports the given transaction isolation level.
supportsTransactions() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS supports transactions.
supportsUnboundedLobLocatorMaterialization() - Method in class com.ca.idms.hibernate.IDMSDialect
 
supportsUnion() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS supports UNION.
supportsUnionAll() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS supports SQL UNION ALL.
supportsUnionAll() - Method in class com.ca.idms.hibernate.IDMSDialect
 
supportsUnique() - Method in class com.ca.idms.hibernate.IDMSDialect
 
supportsUniqueConstraintInCreateAlterTable() - Method in class com.ca.idms.hibernate.IDMSDialect
 
suspend() - Method in class ca.idms.jdbc.IdmsConnection
Suspends the main and catalog connections.
SUSPEND - Static variable in interface ca.idms.jdbc.IdmsDriverInterface
Property name to set the suspend strategy.
SUSPEND_STRATEGY - Static variable in class ca.idms.jdbc.IdmsConnectOptions
Property name to specify a suspend strategy.

A B C D E F G H I J K L M N O P Q R S T U V W X Z
Copyright © 2009 CA, All rights reserved