A B C D E F G H I J L M N O P R S T U W Y 

A

AbstractDataSource - Class in com.informix.jdbcx
 
AbstractDataSource() - Constructor for class com.informix.jdbcx.AbstractDataSource
 
activateHDRPool_Primary() - Method in class com.informix.jdbcx.IfxDataSource
 
activateHDRPool_Secondary() - Method in class com.informix.jdbcx.IfxDataSource
 
addConnectionEventListener(ConnectionEventListener) - Method in class com.informix.jdbcx.IfxPooledConnection
Add an event listener.
addStatementEventListener(StatementEventListener) - Method in class com.informix.jdbcx.IfxPooledConnection
 
addToReferenceList(IfxPooledConnection) - Method in class com.informix.jdbcx.IfxConnectionPoolDataSource
Add the connection to reference list
addTrigger(String, String, String, String, IfmxSmartTriggerCallback...) - Method in interface com.informix.smartTrigger.IfmxThreadedSmartTrigger
Sets a watch on a particular table using a query using the default label
addTrigger(String, String, String, String, String, IfmxSmartTriggerCallback...) - Method in interface com.informix.smartTrigger.IfmxThreadedSmartTrigger
Sets a watch on a particular table using a query using the default label
append(String, Object) - Method in interface com.informix.jdbc.types.bson.DBBson
Append the key/value pair to this document Similar to {BSONObject.put(String, Object) but this method returns the class reference to make multiple appends easier to write
APPEND_ISAM_CODE_TO_SQL_EXCEPTION - Static variable in class com.informix.jdbcx.DBParams
Append the ISAM error code onto the original SQLException ISAM codes are otherwise found in the getCause() method of Exception if present
AUTO_CASE_SCHEMA - Static variable in class com.informix.jdbcx.DBParams
 
AUTO_FREE_CURSORS - Static variable in class com.informix.jdbcx.DBParams
Automatically free cursors in a ResultSet if you pull all the rows back from the server.

B

buffer(int) - Method in interface com.informix.smartTrigger.IfmxThreadedSmartTrigger
Sets the buffer size for the data that will be held here in the client This should be set to a size that will collect the number of records you can get at a time as well as the 2 times the size of the JSON document that will be returned.
bytes - Variable in class com.informix.jdbc.IfxSmartBlob.ClobSize
 

C

CERTIFICATE_VERIFICATION - Static variable in class com.informix.jdbcx.DBParams
Validate the certificates used for the encrypted connection
chars - Variable in class com.informix.jdbc.IfxSmartBlob.ClobSize
 
checkIsDirect() - Method in class com.informix.jdbcx.IfxConnectionPoolDataSource
checkIsDirect -- check if the protocol is DirectProtocol once per CPDS
checkMaxConnections() - Method in class com.informix.jdbcx.IfxConnectionPoolDataSource
enforce IFMX_CPM_MAX_CONNECTIONS This is NOT synchronized; you may have to do so if necessary.
CLIENT_LOCALE - Static variable in class com.informix.jdbcx.DBParams
 
ClobSize() - Constructor for class com.informix.jdbc.IfxSmartBlob.ClobSize
 
close() - Method in class com.informix.jdbc.IfxBblob
This method will release the resources used by the object
close() - Method in class com.informix.jdbcx.IfxPooledConnection
Close the database connection.
closeWithKey(String) - Method in interface com.informix.jdbc.IfmxPreparedStatement
Caches the Prepared or Callable statement in the connection object for latest reuse
com.informix.jdbc - package com.informix.jdbc
 
com.informix.jdbc.types - package com.informix.jdbc.types
 
com.informix.jdbc.types.bson - package com.informix.jdbc.types.bson
 
com.informix.jdbcx - package com.informix.jdbcx
 
com.informix.lang - package com.informix.lang
 
com.informix.smartTrigger - package com.informix.smartTrigger
 
COMMIT_BEFORE_ISOLATION_CHANGE - Static variable in class com.informix.jdbcx.DBParams
Whether you want the driver to automatically commit the current transaction if it detects you are trying to change the transaction isolation level for the session.
commitTime(long) - Method in interface com.informix.smartTrigger.IfmxThreadedSmartTrigger
Advanced option to restart your smart trigger from a commit time that was reported from a prior Smart Trigger session
CONNECTION_CLEANER_DELAY - Static variable in class com.informix.jdbcx.DBParams
Number of milliseconds for the cleaner thread to wait until it looks for more JDBC resources to clean up
connectionClosed(ConnectionEvent) - Method in class com.informix.jdbcx.IfxConnectionEventListener
Invoked when the application calls close() on its representation of the connection.
connectionErrorOccurred(ConnectionEvent) - Method in class com.informix.jdbcx.IfxConnectionEventListener
Invoked when a fatal connection error occurs, just before an SQLException is thrown to the application.
containsField(String) - Method in interface com.informix.jdbc.types.bson.DBBson
 
containsKey(String) - Method in interface com.informix.jdbc.types.bson.DBBson
 
CUSTOM_CODE_SET - Static variable in class com.informix.jdbcx.DBParams
 
CUSTOM_LOCALE - Static variable in class com.informix.jdbcx.DBParams
 
CUSTOM_NLS_MAP - Static variable in class com.informix.jdbcx.DBParams
 

D

DATABASE - Static variable in class com.informix.jdbcx.DBParams
Name of the database on the server to connect to.
DAY_IDX - Static variable in class com.informix.lang.Interval
 
DB_CENTURY - Static variable in class com.informix.jdbcx.DBParams
 
DB_DATE - Static variable in class com.informix.jdbcx.DBParams
 
DB_LOCALE - Static variable in class com.informix.jdbcx.DBParams
 
DB_TIME - Static variable in class com.informix.jdbcx.DBParams
 
DBBson - Interface in com.informix.jdbc.types.bson
 
DBParams - Class in com.informix.jdbcx
 
decRefCount() - Method in class com.informix.jdbc.IfxLocator
decRefCount() decrements the reference count of this large object.
DECSIZE - Static variable in class com.informix.lang.Interval
 
DEFAULT_CURSOR_HOLDABILITY - Static variable in class com.informix.jdbcx.DBParams
Indicate the default cursor holdability See ResultSet.HOLD_CURSORS_OVER_COMMIT.
DELIMIDENT - Static variable in class com.informix.jdbcx.DBParams
 
detach() - Method in interface com.informix.smartTrigger.IfmxThreadedSmartTrigger
Detach from this smart trigger session You must have set IfmxThreadedSmartTrigger.detachable(boolean) to true to enable this trigger to be detachable (12.10.xC9W1 or higher)
detachable(boolean) - Method in interface com.informix.smartTrigger.IfmxThreadedSmartTrigger
Designate whether this session can be detached A detached session has a unique ID which can be referenced if this session closes to restore the session and recover any records that might not have transferred.
disableFinalize(boolean) - Method in class com.informix.jdbc.IfxSmartBlob
 
dtdelim - Static variable in class com.informix.lang.Interval
 

E

EMULATE_INFORMIX_SERVER - Static variable in class com.informix.jdbcx.DBParams
Enable emulation of the informix server name for web framework compatibility
ensureRawDocument() - Method in interface com.informix.jdbc.types.bson.DBBson
 
equals(Object) - Method in class com.informix.lang.Interval
 
equals(Object) - Method in class com.informix.lang.IntervalDF
 
equals(Object) - Method in class com.informix.lang.IntervalYM
 
executeQuery(boolean) - Method in interface com.informix.jdbc.IfmxPreparedStatement
An executeQuery() extension to specify whether the result should be a HOLD ResultSet (cursor) or not.
executeQuery(boolean, boolean) - Method in interface com.informix.jdbc.IfmxPreparedStatement
An database executeQuery() extension to specify whether the result should be a HOLD ResultSet (cursor) or not and if the query plan should be reoptimized if the data for the preparedstatement object has changed.
executeQuery(String, boolean) - Method in interface com.informix.jdbc.IfmxStatement
An extension to execute an SQL statement that returns a single ResultSet.

F

finalize() - Method in class com.informix.jdbc.IfxSmartBlob
 
FRAC_IDX - Static variable in class com.informix.lang.Interval
 
free() - Method in class com.informix.jdbc.IfxBblob
 
free() - Method in class com.informix.jdbc.IfxCblob
 
free() - Method in class com.informix.jdbc.IfxLocator
Frees the resource associated with this location.
FromIfxNameToIfxType(String) - Static method in class com.informix.lang.IfxTypes
Converts Informix SQL type names to Informix types.
FromIfxToJDBC2Type(int) - Static method in class com.informix.lang.IfxTypes
Converts Informix types to JDBC types with JDK 1.2.
FromIfxToJDBCType(int) - Static method in class com.informix.lang.IfxTypes
Converts Informix types to JDBC types.
FromIfxTypeToJava(int) - Static method in class com.informix.lang.IfxTypes
Converts Informix types to JDBC types.
FromJavaToIfxType(String) - Static method in class com.informix.lang.IfxTypes
Converts Java class types (host variable types) to Informix types.
fromJavaToIfxTypeName(Class<?>) - Static method in class com.informix.lang.IfxTypes
 
FromJDBCToIfxType(int) - Static method in class com.informix.lang.IfxTypes
Converts JDBC types to Informix types.
fromString(String) - Method in class com.informix.lang.IntervalDF
Sets the values for the Interval from a string.
fromString(String) - Method in class com.informix.lang.IntervalYM
Sets the values for the Interval from a string.

G

getAlignment(int) - Method in interface com.informix.jdbc.IfmxResultSetMetaData
Gets the Column's alignment
getAsciiStream() - Method in class com.informix.jdbc.IfxCblob
Gets the smart large object contents as an ASCII stream.
getAutoCaseSchema() - Method in class com.informix.jdbcx.AbstractDataSource
 
getAutoFree() - Method in interface com.informix.jdbc.IfmxStatement
An extension that returns the current autofree mode of this statement.
getAutoFreeCursors() - Method in class com.informix.jdbcx.AbstractDataSource
 
getBigSerial() - Method in interface com.informix.jdbc.IfmxStatement
An extension that returns the bigserial value of the last row inserted.
getBinaryStream() - Method in class com.informix.jdbc.IfxBblob
Retrieves the entire smart large object as a stream.
getBytes(long, int) - Method in class com.informix.jdbc.IfxBblob
Returns a copy of the contents of the smart large object at the requested position.
getBytes() - Method in interface com.informix.jdbc.types.bson.DBBson
 
getCertificateVerification() - Method in class com.informix.jdbcx.AbstractDataSource
 
getCharacterStream() - Method in class com.informix.jdbc.IfxCblob
Gets the smart large object contents as a Unicode stream.
getCharacterStream(long, long) - Method in class com.informix.jdbc.IfxCblob
 
getChild(int) - Method in interface com.informix.jdbc.IfmxResultSetMetaData
Gets the Column's child complex type information for a nested complex type.
getColumnExtendedId(int) - Method in interface com.informix.jdbc.IfmxResultSetMetaData
Gets the Column's extended id
getColumnStartPosition(int) - Method in interface com.informix.jdbc.IfmxResultSetMetaData
Gets the Column's starting position in the tuple
getCommitBeforeIsolationChange() - Method in class com.informix.jdbcx.AbstractDataSource
 
getConnection() - Method in class com.informix.jdbcx.AbstractDataSource
 
getConnection(String, String) - Method in class com.informix.jdbcx.AbstractDataSource
 
getConnection() - Method in class com.informix.jdbcx.IfxDataSource
Attempts to establish a connection to the data source that this DataSource object represents.
getConnection(String, String) - Method in class com.informix.jdbcx.IfxDataSource
Attempts to establish a connection to the data source that this DataSource object represents.
getConnection() - Method in class com.informix.jdbcx.IfxPooledConnection
Extract the physical connection from this handle.
getConnectionCleanerDelay() - Method in class com.informix.jdbcx.AbstractDataSource
 
getConnectionCount() - Method in class com.informix.jdbcx.IfxConnectionPoolDataSource
get the count of connections allocated by the "DB server".
getCPDS() - Method in class com.informix.jdbcx.IfxDataSource
 
getCPMFreeCount() - Method in class com.informix.jdbcx.IfxDataSource
 
getCreateFlags() - Method in class com.informix.jdbc.IfxLobDescriptor
Gets the create time flags for the smart large object.
getCustomCodeSet() - Method in class com.informix.jdbcx.AbstractDataSource
 
getCustomLocale() - Method in class com.informix.jdbcx.AbstractDataSource
 
getCustomNLSMap() - Method in class com.informix.jdbcx.AbstractDataSource
 
getDatabase() - Method in class com.informix.jdbcx.AbstractDataSource
 
getDatabaseType() - Method in interface com.informix.jdbc.types.TypeInfo
Get the database type of this User Defined Type.
getDefaultCursorHoldability() - Method in class com.informix.jdbcx.AbstractDataSource
 
getDelimident() - Method in class com.informix.jdbcx.AbstractDataSource
 
getDetachableSessionID() - Method in interface com.informix.smartTrigger.IfmxThreadedSmartTrigger
Returns the ID for this session if it is detachable If you use the IfmxThreadedSmartTrigger.detachable(boolean) option to make this detachable (12.10.xC9W1 or higher) calling this will return the session ID.
getDocument() - Method in interface com.informix.jdbc.types.bson.DBBson
Return the Map version of the Bson document This version takes more memory but is completely manipulatable as you would a Map This returns a reference to the document object contained in this object.
getDocument(boolean) - Method in interface com.informix.jdbc.types.bson.DBBson
Return the Map version of the Bson document This version takes more memory but is completely manipulatable as you would a Map This returns a reference to the document object contained in this object.
getDocument(String) - Method in interface com.informix.jdbc.types.bson.DBBson
Returns a subdocument from this document
getDouble(String) - Method in interface com.informix.jdbc.types.bson.DBBson
Returns the double value of the key in the document
getEmulateInformixServer() - Method in class com.informix.jdbcx.AbstractDataSource
 
getEncodedLength(int) - Method in interface com.informix.jdbc.IfmxResultSetMetaData
Gets the column's encoded Length
getEncrypt() - Method in class com.informix.jdbcx.AbstractDataSource
 
getEndCode(short) - Static method in class com.informix.lang.Interval
Extracts the ending field code from a qualifier.
getEndCode() - Method in class com.informix.lang.Interval
Gets the end code from the internal qualifier.
getEstSize() - Method in class com.informix.jdbc.IfxLobDescriptor
Gets the estimated size (in bytes) of the smart large object.
getExtendedName(int) - Method in interface com.informix.jdbc.IfmxResultSetMetaData
Gets the Column's extended name
getExtendedOwnerName(int) - Method in interface com.informix.jdbc.IfmxResultSetMetaData
Gets the Column's extended type's owner name
getExtSize() - Method in class com.informix.jdbc.IfxLobDescriptor
Gets the extent size of the smart large object.
getFetchBufferSize() - Method in interface com.informix.jdbc.IfmxStatement
returns the fetch buffer size if set for this statement object
getFieldName(byte) - Static method in class com.informix.lang.Interval
A static method that takes the TU_XXX value of part of a DATETIME or Interval data type and returns the string value.
getFirstKey() - Method in interface com.informix.jdbc.types.bson.DBBson
Return the first key from the document
getFirstLength(short) - Method in class com.informix.lang.Interval
Calculates the length of the first field of a qualifier.
getHandle() - Method in class com.informix.jdbc.IfxSmartBlob
 
getHost() - Method in class com.informix.jdbcx.AbstractDataSource
 
getIfxBSONObject(String) - Method in interface com.informix.jdbc.IfmxResultSet
Gets the value of a column in the current row as an Informix IfxBSONObject object.
getIfxBSONObject(int) - Method in interface com.informix.jdbc.IfmxResultSet
Gets the value of a column in the current row as an Informix IfxBSONObject object.
getIfxColumnType(int) - Method in interface com.informix.jdbc.IfmxResultSetMetaData
Gets a column's Informix SQL type
getIfxCPMAgeLimit() - Method in class com.informix.jdbcx.IfxConnectionPoolDataSource
Gets the life span of a connection in the Pool .
getIfxCPMInitPoolSize() - Method in class com.informix.jdbcx.IfxConnectionPoolDataSource
gets the initial number of connections to preallocate for the Pool Default is 0.
getIfxCPMMaxConnections() - Method in class com.informix.jdbcx.IfxConnectionPoolDataSource
gets the limit for the maximum number of connections Default is -1, meaning no limit restriction.
getIfxCPMMaxPoolSize() - Method in class com.informix.jdbcx.IfxConnectionPoolDataSource
gets the high water mark for the Pool.
getIfxCPMMinAgeLimit() - Method in class com.informix.jdbcx.IfxConnectionPoolDataSource
Gets the ageLimit for connections under the minimum level Default is -1, means it lives indefinitely 0, means it lives as long as the other free connections
getIfxCPMMinPoolSize() - Method in class com.informix.jdbcx.IfxConnectionPoolDataSource
get the minimum connections to maintain in the Pool.
getIfxCPMServiceInterval() - Method in class com.informix.jdbcx.IfxConnectionPoolDataSource
Gets the Pool service interval in milliseconds.
getIfxCPMSwitchHDRPool() - Method in class com.informix.jdbcx.IfxConnectionPoolDataSource
Gets the HDR Pool enabled/disabled value as boolean.
getIfxIFX_XASPEC() - Method in class com.informix.jdbcx.IfxXADataSource
Gets the value of Informix specific variable IFX_XASPEC.
getIfxIFX_XASTDCOMPLIANCE_XAEND() - Method in class com.informix.jdbcx.IfxXADataSource
Gets the value of Informix specific variable IFX_XASTDCOMPLIANCE_XAEND.
getIfxTypeForExtendedTypes(int) - Static method in class com.informix.lang.IfxTypes
 
getIfxTypeName(int, short) - Static method in class com.informix.lang.Interval
Returns, in string form, the entire name of the Interval or DATETIME from the qualifier.
getInitialPoolSize() - Method in class com.informix.jdbcx.IfxConnectionPoolDataSource
get initialPoolSize
getInt(String) - Method in interface com.informix.jdbc.types.bson.DBBson
Returns the int value of the key in the document
getInterval(int) - Method in interface com.informix.jdbc.IfmxResultSet
Gets the value of a column in the current row as an Informix Interval.
getInterval(String) - Method in interface com.informix.jdbc.IfmxResultSet
Gets the value of a column in the current row as an Informix Interval.
getIntervalDF(int) - Method in interface com.informix.jdbc.IfmxResultSet
Gets the value of a column in the current row as an Informix IntervalDF.
getIntervalDF(String) - Method in interface com.informix.jdbc.IfmxResultSet
Gets the value of a column in the current row as an Informix IntervalDF.
getIntervalYM(int) - Method in interface com.informix.jdbc.IfmxResultSet
Gets the value of a column in the current row as an Informix IntervalYM.
getIntervalYM(String) - Method in interface com.informix.jdbc.IfmxResultSet
Gets the value of a column in the current row as an Informix IntervalYM.
getInvalidAutoCommitThrowError() - Method in class com.informix.jdbcx.AbstractDataSource
 
getJDBCtype() - Method in interface com.informix.jdbc.types.TypeInfo
Get the JDBC type (DISTINCT, STRUCT or JAVA_OBJECT) of this User Defined Type.
getJsonFormat() - Method in interface com.informix.jdbc.types.bson.DBBson
 
getLabels() - Method in interface com.informix.smartTrigger.IfmxThreadedSmartTrigger
Returns a list of labels currently registered as triggers in this object
getLastAccessTime() - Method in class com.informix.jdbc.IfxLoStat
Gets the last access time, in seconds, of the smart large object.
getLastModifyTimeM() - Method in class com.informix.jdbc.IfxLoStat
Gets the microseconds component of the time when the smart large object was last modified.
getLastModifyTimeS() - Method in class com.informix.jdbc.IfxLoStat
Gets the time, rounded to seconds, when the smart large object was last modified.
getLastStatusTime() - Method in class com.informix.jdbc.IfxLoStat
Gets the time, in seconds, when the status of the smart large object was last changed.
getLength(short) - Static method in class com.informix.lang.Interval
Extracts the length from a qualifier.
getLength() - Method in class com.informix.lang.Interval
Retrieves the length portion of the internal qualifier.
getLobBufferSize() - Method in class com.informix.jdbcx.AbstractDataSource
 
getLobCodesetConversionMemory() - Method in class com.informix.jdbcx.AbstractDataSource
 
getLobDescriptor() - Method in class com.informix.jdbc.IfxLoStat
Gets the IfxLobDescriptor of the smart large object.
getLobReadonly() - Method in class com.informix.jdbcx.AbstractDataSource
 
getLobUID() - Method in class com.informix.jdbc.IfxLoStat
 
getLockTimeout() - Method in class com.informix.jdbcx.AbstractDataSource
 
getLoginRetries() - Method in class com.informix.jdbcx.AbstractDataSource
 
getLoginTimeout() - Method in class com.informix.jdbcx.AbstractDataSource
 
getLogWriter() - Method in class com.informix.jdbcx.AbstractDataSource
 
getLong(String) - Method in interface com.informix.jdbc.types.bson.DBBson
Returns the long value of the key in the document
getLoStat() - Method in class com.informix.jdbc.IfxBblob
This method returns an IfxLoStat object, which provides statistical information, such as the last access time, the last update status time, the last modification time, and the reference count of the smart large object.
getMaxBytes() - Method in class com.informix.jdbc.IfxLobDescriptor
Gets the maximum size of the smart large object.
getMaxIdleTime() - Method in class com.informix.jdbcx.IfxConnectionPoolDataSource
get maxIdleTime
getMaxPoolSize() - Method in class com.informix.jdbcx.IfxConnectionPoolDataSource
get maxPoolSize
getMaxStatements() - Method in class com.informix.jdbcx.IfxConnectionPoolDataSource
getMaxStatements returns 0 always.
getMetaData() - Method in interface com.informix.jdbc.types.TypeInfo
Get the meta data associated with this type (only used for named rows).
getMetadataReplicationColumn() - Method in class com.informix.jdbcx.AbstractDataSource
 
getMetadataUppercaseValues() - Method in class com.informix.jdbcx.AbstractDataSource
 
getMinPoolSize() - Method in class com.informix.jdbcx.IfxConnectionPoolDataSource
get minPoolSize
getMonths() - Method in class com.informix.lang.IntervalYM
Returns the number of months in the interval.
getName() - Method in interface com.informix.jdbc.types.TypeInfo
Get the name of this User Defined Type.
getNanoSeconds() - Method in class com.informix.lang.IntervalDF
Returns the number of nanoseconds in the Interval.
getOptimizeOpenFetchClose() - Method in class com.informix.jdbcx.AbstractDataSource
 
getOverrideDatabaseProductName() - Method in class com.informix.jdbcx.AbstractDataSource
 
getOwner() - Method in interface com.informix.jdbc.types.TypeInfo
Get the owner of this User Defined Type.
getParameterAlignment(int) - Method in interface com.informix.jdbc.IfmxParameterMetaData
Gets the Parameter's alignment
getParameterExtendedId(int) - Method in interface com.informix.jdbc.IfmxParameterMetaData
Gets the Parameter's extended id
getParameterExtendedName(int) - Method in interface com.informix.jdbc.IfmxParameterMetaData
Gets the Parameter's extended name
getParameterExtendedOwnerName(int) - Method in interface com.informix.jdbc.IfmxParameterMetaData
Gets the Parameter's extended type's owner name
getParameterLength(int) - Method in interface com.informix.jdbc.IfmxParameterMetaData
Gets the parameter's Length
getParameterReference(int) - Method in interface com.informix.jdbc.IfmxParameterMetaData
Gets the Parameter's reference type
getParameterSourceType(int) - Method in interface com.informix.jdbc.IfmxParameterMetaData
Gets the Parameter's SourceType
getParentLogger() - Method in class com.informix.jdbcx.AbstractDataSource
 
getParentLogger() - Method in class com.informix.jdbcx.IfxConnectionPoolDataSource
 
getParentLogger() - Method in class com.informix.jdbcx.IfxDataSource
 
getParentLogger() - Method in class com.informix.jdbcx.IfxXADataSource
 
getPassword() - Method in class com.informix.jdbcx.AbstractDataSource
 
getPooledConnection() - Method in class com.informix.jdbcx.IfxConnectionPoolDataSource
Attempt to establish a database connection.
getPooledConnection(String, String) - Method in class com.informix.jdbcx.IfxConnectionPoolDataSource
Attempt to establish a database connection.
getPooledConnection(String, String, IfxConnectionEventListener) - Method in class com.informix.jdbcx.IfxConnectionPoolDataSource
Attempt to establish a database connection.
getPort() - Method in class com.informix.jdbcx.AbstractDataSource
 
getPreparedStatementCacheSize() - Method in class com.informix.jdbcx.AbstractDataSource
 
getProcessTableNameInResultSets() - Method in class com.informix.jdbcx.AbstractDataSource
 
getPropertyCycle() - Method in class com.informix.jdbcx.IfxConnectionPoolDataSource
getPropertyCycle returns IFMX_CPM_SERVICE_INTERVAL value.
getQualifier() - Method in class com.informix.lang.Interval
Returns the qualifier for this Interval object.
getQualifier(byte, byte, byte) - Static method in class com.informix.lang.Interval
Composes the Interval qualifier from the length, start code, and end code.
getQualifier(byte, byte) - Method in class com.informix.lang.Interval
Composes the DATETIME qualifier from the start code and end code.
getQueryBufferSize() - Method in class com.informix.jdbcx.AbstractDataSource
 
getRawDocument() - Method in interface com.informix.jdbc.types.bson.DBBson
Return the reference to the raw document If you get this object, this is a reference only, if you decided to modify this object later or the raw document take care as they can become out of sync.
getRefCount() - Method in class com.informix.jdbc.IfxLoStat
Gets the number of references count of the smart large object.
getReference(int) - Method in interface com.informix.jdbc.IfmxResultSetMetaData
Gets the Column's reference type
getReference() - Method in class com.informix.jdbcx.IfxConnectionPoolDataSource
Make a reference to this IfxConnectionPooledDataSource.
getReference() - Method in class com.informix.jdbcx.IfxDataSource
This method implements the Referenceable interface.
getReference() - Method in class com.informix.jdbcx.IfxXADataSource
Gets a reference to IfxXAConnectionPooledDataSource object.
getRemoveLobTempFilesOnRSClose() - Method in class com.informix.jdbcx.AbstractDataSource
 
getReUsableCons() - Method in class com.informix.jdbcx.IfxConnectionPoolDataSource
getReUsableCons -- get the directReUsableConstructor
getSbspace() - Method in class com.informix.jdbc.IfxLobDescriptor
Gets the sbspace name of the smart large object.
getScale(short) - Static method in class com.informix.lang.Interval
Returns the number of digits in the FRACTION part of the Interval datatype.
getSecondarySwitch() - Method in class com.informix.jdbcx.AbstractDataSource
 
getSeconds() - Method in class com.informix.lang.IntervalDF
Returns the number of seconds in the Interval.
getSerial() - Method in interface com.informix.jdbc.IfmxStatement
An extension that returns the serial value of the last row inserted.
getSerial8() - Method in interface com.informix.jdbc.IfmxStatement
An extension that returns the serial8 value of the last row inserted.
getServerName() - Method in class com.informix.jdbcx.AbstractDataSource
 
getSessionVariables() - Method in class com.informix.jdbcx.AbstractDataSource
 
getSize() - Method in class com.informix.jdbc.IfxLoStat
Gets the size of the smart large object.
getSource() - Method in interface com.informix.jdbc.types.TypeInfo
Get the source type of this Distinct Type.
getSourceLength() - Method in interface com.informix.jdbc.types.TypeInfo
Get the length of the source type of this Distinct Type.
getSourceType(int) - Method in interface com.informix.jdbc.IfmxResultSetMetaData
Gets the Column's SourceType
getStartCode(short) - Static method in class com.informix.lang.Interval
Extracts the start code of the qualifier.
getStartCode() - Method in class com.informix.lang.Interval
Gets the start code from the internal qualifier.
getStaticEndCode(short) - Static method in class com.informix.lang.Interval
A static method, similar to getEndCode, that returns the ending type of an interval (for example, the 'second' part of 'year to second'.
getStaticStartCode(short) - Static method in class com.informix.lang.Interval
A static method, similar to getStartCode, that returns the starting type of an interval (for example, the 'year' part of 'year to second'.
getString(String) - Method in interface com.informix.jdbc.types.bson.DBBson
Returns the string value of the key in the document
getSubString(long, int) - Method in class com.informix.jdbc.IfxCblob
 
getTransactionIsolationLevel() - Method in class com.informix.jdbcx.AbstractDataSource
 
getTrustStore() - Method in class com.informix.jdbcx.AbstractDataSource
 
getTrustStorePassword() - Method in class com.informix.jdbcx.AbstractDataSource
 
getUnloadString(int) - Method in interface com.informix.jdbc.IfmxResultSet
Gets the value of a column in the current row in format compatible with SQL LOAD/UNLOAD format
getUppercaseMetaDataRSColumnNames() - Method in class com.informix.jdbcx.AbstractDataSource
 
getUser() - Method in class com.informix.jdbcx.AbstractDataSource
 
getXAConnection() - Method in class com.informix.jdbcx.IfxXADataSource
Attempts to establish a connection to the data source that this XADataSource object represents.
getXAConnection(String, String) - Method in class com.informix.jdbcx.IfxXADataSource
Attempts to establish a connection to the data source that this XADataSource object represents.
getXid() - Method in interface com.informix.jdbc.types.TypeInfo
Get the extended ID of this User Defined Type.
GL_DATETIME - Static variable in class com.informix.jdbcx.DBParams
 
goodQualifier(byte, byte, byte) - Static method in class com.informix.lang.Interval
Verifies the length, startCode, and endCode values of the Interval qualifier.
greaterThan(IntervalDF) - Method in class com.informix.lang.IntervalDF
Compares this Interval with another to see if it is greater (longer in time) than the other.
greaterThan(IntervalYM) - Method in class com.informix.lang.IntervalYM
Compares this Interval with another to see if it is greater (longer in time) than the other.

H

hashCode() - Method in class com.informix.lang.Interval
 
hashCode() - Method in class com.informix.lang.IntervalDF
 
hashCode() - Method in class com.informix.lang.IntervalYM
 
hasOutParameter() - Method in interface com.informix.jdbc.IfmxCallableStatement
Returns true if the routine has an output parameter.
HOST - Static variable in class com.informix.jdbcx.DBParams
Host name of IP address of the server you want to connect to
HOUR_IDX - Static variable in class com.informix.lang.Interval
 

I

IfmxCallableStatement - Interface in com.informix.jdbc
The IfmxCallableStatement interface extends the java.sql.CallableStatement interface.
IfmxParameterMetaData - Interface in com.informix.jdbc
The IfmxParameterMetaData interface extends the java.sql.IfmxParameterMetaData interface.
IfmxPreparedStatement - Interface in com.informix.jdbc
Contains extensions to the standard JDBC PreparedStatement interface.
IfmxResultSet - Interface in com.informix.jdbc
The IfmxResultSet interface extends the java.sql.ResultSet interface.
IfmxResultSetMetaData - Interface in com.informix.jdbc
The IfmxResultSetMetaData interface contains Informix extensions to the ResultSetMetaData interface.
IfmxSmartTriggerCallback - Interface in com.informix.smartTrigger
A callback that can be passed to a Smart Trigger object Passing in an implementation of this interface into a Smart Trigger object allows you to receive callbacks when events that fire a smart trigger intercepts
IfmxStatement - Interface in com.informix.jdbc
The interface contains extensions to the standard JDBC Statement interface.
IfmxThreadedSmartTrigger - Interface in com.informix.smartTrigger
Represents a Threadable Smart Trigger object This object allows you to interact with an Informix server (12.10.xC9 or higher) in order to register and receive Smart Trigger push notifications when certain events happen on the server
IFX_BIT_COLLCLIENT - Static variable in class com.informix.lang.IfxTypes
A bit mask to indicate that a particular host variable is a client collection.
IFX_BIT_DBOOLEAN - Static variable in class com.informix.lang.IfxTypes
A bit mask to indicate that a particular column is a distinct of a boolean.
IFX_BIT_DISTINCT - Static variable in class com.informix.lang.IfxTypes
A bit mask to indicate that a particular column is a distinct type.
IFX_BIT_NAMEDROW - Static variable in class com.informix.lang.IfxTypes
A bit mask to indicate that a particular column is a named row type.
IFX_BIT_NOTNULLABLE - Static variable in class com.informix.lang.IfxTypes
A bit mask to indicate that a particular column does not allow null values.
IFX_LOCATOR_SIZE - Static variable in class com.informix.jdbc.IfxLocator
 
IFX_TYPE_BIGINT - Static variable in class com.informix.lang.IfxTypes
 
IFX_TYPE_BIGSERIAL - Static variable in class com.informix.lang.IfxTypes
 
IFX_TYPE_BLOB - Static variable in class com.informix.lang.IfxTypes
Informix BLOB type.
IFX_TYPE_BOOL - Static variable in class com.informix.lang.IfxTypes
The Informix SQLBOOL type as defined in the sqltypes.h file.
IFX_TYPE_BYTE - Static variable in class com.informix.lang.IfxTypes
The Informix SQLBYTES type as defined in the sqltypes.h file.
IFX_TYPE_CHAR - Static variable in class com.informix.lang.IfxTypes
The Informix SQLCHAR type as defined in the sqltypes.h file.
IFX_TYPE_CLOB - Static variable in class com.informix.lang.IfxTypes
Informix CLOB type.
IFX_TYPE_COLLECTION - Static variable in class com.informix.lang.IfxTypes
The Informix SQLCOLLECTION type as defined in the sqltypes.h file.
IFX_TYPE_DATE - Static variable in class com.informix.lang.IfxTypes
The Informix SQLDATE type as defined in the sqltypes.h file.
IFX_TYPE_DATETIME - Static variable in class com.informix.lang.IfxTypes
The Informix SQLDTIME type as defined in the sqltypes.h file.
IFX_TYPE_DECIMAL - Static variable in class com.informix.lang.IfxTypes
The Informix SQLDECIMAL type as defined in the sqltypes.h file.
IFX_TYPE_FLOAT - Static variable in class com.informix.lang.IfxTypes
The Informix SQLFLOAT type as defined in the sqltypes.h file.
IFX_TYPE_IMPEXP - Static variable in class com.informix.lang.IfxTypes
The Informix SQLIMPEXP type as defined in the sqltypes.h file.
IFX_TYPE_IMPEXPBIN - Static variable in class com.informix.lang.IfxTypes
The Informix SQLIMPEXPBIN type as defined in the sqltypes.h file.
IFX_TYPE_INT - Static variable in class com.informix.lang.IfxTypes
The Informix SQLINT type as defined in the sqltypes.h file.
IFX_TYPE_INT8 - Static variable in class com.informix.lang.IfxTypes
The Informix SQLINT8 type as defined in the sqltypes.h file.
IFX_TYPE_INTERVAL - Static variable in class com.informix.lang.IfxTypes
The Informix SQLINTERVAL type as defined in the sqltypes.h file.
IFX_TYPE_LIST - Static variable in class com.informix.lang.IfxTypes
The Informix SQLLIST type as defined in the sqltypes.h file.
IFX_TYPE_LVARCHAR - Static variable in class com.informix.lang.IfxTypes
The Informix SQLLVARCHAR type as defined in the sqltypes.h file.
IFX_TYPE_MAX - Static variable in class com.informix.lang.IfxTypes
Maximum number for Informix types.
IFX_TYPE_MONEY - Static variable in class com.informix.lang.IfxTypes
The Informix SQLMONEY type as defined in the sqltypes.h file.
IFX_TYPE_MULTISET - Static variable in class com.informix.lang.IfxTypes
The Informix SQLMULTISET type as defined in the sqltypes.h file.
IFX_TYPE_NCHAR - Static variable in class com.informix.lang.IfxTypes
The Informix SQLNCHAR type as defined in the sqltypes.h file.
IFX_TYPE_NULL - Static variable in class com.informix.lang.IfxTypes
The Informix SQLNULL type as defined in the sqltypes.h file.
IFX_TYPE_NVCHAR - Static variable in class com.informix.lang.IfxTypes
The Informix SQLNVCHAR type as defined in the sqltypes.h file.
IFX_TYPE_REFSER8 - Static variable in class com.informix.lang.IfxTypes
The Informix SQLREFSER8 type.
IFX_TYPE_ROW - Static variable in class com.informix.lang.IfxTypes
The Informix SQLROW type as defined in the sqltypes.h file.
IFX_TYPE_ROWREF - Static variable in class com.informix.lang.IfxTypes
The Informix SQLROWREF type as defined in the sqltypes.h file.
IFX_TYPE_SENDRECV - Static variable in class com.informix.lang.IfxTypes
The Informix SQLSENDRECV type as defined in the sqltypes.h file.
IFX_TYPE_SERIAL - Static variable in class com.informix.lang.IfxTypes
The Informix SQLSERIAL type as defined in the sqltypes.h file.
IFX_TYPE_SERIAL8 - Static variable in class com.informix.lang.IfxTypes
The Informix SQLSERIAL8 type as defined in the sqltypes.h file.
IFX_TYPE_SET - Static variable in class com.informix.lang.IfxTypes
The Informix SQLSET type as defined in the sqltypes.h file.
IFX_TYPE_SMALLINT - Static variable in class com.informix.lang.IfxTypes
The Informix SQLSMINT type as defined in the sqltypes.h file.
IFX_TYPE_SMFLOAT - Static variable in class com.informix.lang.IfxTypes
The Informix SQLSMFLOAT type as defined in the sqltypes.h file.
IFX_TYPE_SQLUDRDEFAULT - Static variable in class com.informix.lang.IfxTypes
The Informix SQLUDRDEFAULT type as defined in the sqltypes.h file.
IFX_TYPE_TEXT - Static variable in class com.informix.lang.IfxTypes
The Informix SQLTEXT type as defined in the sqltypes.h file.
IFX_TYPE_UDTFIXED - Static variable in class com.informix.lang.IfxTypes
The Informix SQLUDTFIXED type as defined in the sqltypes.h file.
IFX_TYPE_UDTVAR - Static variable in class com.informix.lang.IfxTypes
The Informix SQLUDTVAR type as defined in the sqltypes.h file.
IFX_TYPE_UNKNOWN - Static variable in class com.informix.lang.IfxTypes
Unknown type.
IFX_TYPE_VARCHAR - Static variable in class com.informix.lang.IfxTypes
The Informix SQLVCHAR type as defined in the sqltypes.h file.
IFX_XID_BLOB - Static variable in class com.informix.lang.IfxTypes
 
IFX_XID_BOOLEAN - Static variable in class com.informix.lang.IfxTypes
 
IFX_XID_BSON - Static variable in class com.informix.lang.IfxTypes
 
IFX_XID_CLIENTBINVAL - Static variable in class com.informix.lang.IfxTypes
 
IFX_XID_CLOB - Static variable in class com.informix.lang.IfxTypes
 
IFX_XID_IDSCOVERINGINFO - Static variable in class com.informix.lang.IfxTypes
 
IFX_XID_IDSELEMENTENC - Static variable in class com.informix.lang.IfxTypes
 
IFX_XID_IDSSECURITYLABEL - Static variable in class com.informix.lang.IfxTypes
 
IFX_XID_IFX_LO_SPEC - Static variable in class com.informix.lang.IfxTypes
 
IFX_XID_IFX_LO_STAT - Static variable in class com.informix.lang.IfxTypes
 
IFX_XID_IMPEXP - Static variable in class com.informix.lang.IfxTypes
 
IFX_XID_IMPEXPBIN - Static variable in class com.informix.lang.IfxTypes
 
IFX_XID_INDEXKEYARRAY - Static variable in class com.informix.lang.IfxTypes
 
IFX_XID_JSON - Static variable in class com.informix.lang.IfxTypes
 
IFX_XID_LLVC - Static variable in class com.informix.lang.IfxTypes
 
IFX_XID_LOLIST - Static variable in class com.informix.lang.IfxTypes
 
IFX_XID_LVARCHAR - Static variable in class com.informix.lang.IfxTypes
 
IFX_XID_POINTER - Static variable in class com.informix.lang.IfxTypes
 
IFX_XID_RTNPARAMTYPES - Static variable in class com.informix.lang.IfxTypes
 
IFX_XID_SELFUNCARGS - Static variable in class com.informix.lang.IfxTypes
 
IFX_XID_SENDRECV - Static variable in class com.informix.lang.IfxTypes
 
IFX_XID_STAT - Static variable in class com.informix.lang.IfxTypes
 
IFX_XID_STREAM - Static variable in class com.informix.lang.IfxTypes
 
IFX_XNAME_BLOB - Static variable in class com.informix.lang.IfxTypes
Extended type name for BLOB types.
IFX_XNAME_BOOL - Static variable in class com.informix.lang.IfxTypes
Extended type name for boolean types.
IFX_XNAME_BSON - Static variable in class com.informix.lang.IfxTypes
 
IFX_XNAME_CLOB - Static variable in class com.informix.lang.IfxTypes
Extended type name for BLOB types.
IFX_XNAME_JSON - Static variable in class com.informix.lang.IfxTypes
 
IFX_XNAME_LVARCHAR - Static variable in class com.informix.lang.IfxTypes
Extended type name for lvarchar types.
IFX_XNAME_UDT - Static variable in class com.informix.lang.IfxTypes
 
IfxBblob - Class in com.informix.jdbc
By default, a Blob is a transaction duration reference to a binary large object.
IfxBblob() - Constructor for class com.informix.jdbc.IfxBblob
Creates an IfxBblob instance.
IfxBblob(IfxLocator) - Constructor for class com.informix.jdbc.IfxBblob
Creates an IfxBblob instance with the given locator.
IfxBblob(Connection, IfxLocator) - Constructor for class com.informix.jdbc.IfxBblob
Creates an IfxBblob instance with a given connection and a locator.
IfxBblob(IfxConnection) - Constructor for class com.informix.jdbc.IfxBblob
 
IfxBblob(byte[]) - Constructor for class com.informix.jdbc.IfxBblob
Creates an IfxBblob instance with the given byte[].
IfxBblob(InputStream) - Constructor for class com.informix.jdbc.IfxBblob
Creates an IfxBblob instance with the given input stream.
IfxBblob(IfxTmpFile) - Constructor for class com.informix.jdbc.IfxBblob
 
IfxBblob(Connection, InputStream, int) - Constructor for class com.informix.jdbc.IfxBblob
Creates an IfxBblob instance with a given connection, an inputStream and number of bytes to write.
IfxBblob(Connection, InputStream, int, String) - Constructor for class com.informix.jdbc.IfxBblob
Creates an IfxBblob instance with a given connection, an inputStream and number of bytes to write to a specified smart blob space.
IfxBblob(Connection, InputStream, int, IfxLobDescriptor) - Constructor for class com.informix.jdbc.IfxBblob
Creates an IfxBblob instance with a given connection, an inputStream, number of bytes to write and a specified lob descriptor.
IfxBblob(Connection, byte[]) - Constructor for class com.informix.jdbc.IfxBblob
Creates an IfxBblob instance with a given connection and a buffer containing data.
IfxBblob(Connection, byte[], String) - Constructor for class com.informix.jdbc.IfxBblob
Creates an IfxBblob instance with a given connection and a buffer containing data and a specified smart blob space.
IfxBblob(Connection, byte[], IfxLobDescriptor) - Constructor for class com.informix.jdbc.IfxBblob
Creates an IfxBblob instance with a given connection and a buffer containing data and a specified lob descriptor.
IfxCblob - Class in com.informix.jdbc
By default, a CLOB is a transaction duration reference to a character large object.
IfxCblob() - Constructor for class com.informix.jdbc.IfxCblob
Creates an IfxCblob instance.
IfxCblob(IfxLocator) - Constructor for class com.informix.jdbc.IfxCblob
Creates an IfxCblob instance with the given locator.
IfxCblob(IfxConnection) - Constructor for class com.informix.jdbc.IfxCblob
 
IfxCblob(IfxConnection, IfxLocator, int) - Constructor for class com.informix.jdbc.IfxCblob
Creates an IfxCblob instance with a given connection and a locator.
IfxCblob(Connection, IfxLocator) - Constructor for class com.informix.jdbc.IfxCblob
Creates an IfxCblob instance with a given connection and a locator.
IfxCblob(Connection, IfxLocator, int) - Constructor for class com.informix.jdbc.IfxCblob
 
IfxCblob(byte[]) - Constructor for class com.informix.jdbc.IfxCblob
Creates an IfxCblob instance with the given byte[].
IfxCblob(Connection, byte[]) - Constructor for class com.informix.jdbc.IfxCblob
Creates an IfxCblob instance with the given connection and a buffer containing data.
IfxCblob(InputStream) - Constructor for class com.informix.jdbc.IfxCblob
Creates an IfxCblob instance with the given input stream.
IfxCblob(IfxTmpFile) - Constructor for class com.informix.jdbc.IfxCblob
 
IfxCblob(Connection, InputStream, int) - Constructor for class com.informix.jdbc.IfxCblob
Creates an IfxCblob instance with a given connection, an inputStream and number of bytes to write.
IfxCblob(Connection, InputStream, int, String) - Constructor for class com.informix.jdbc.IfxCblob
Creates an IfxCblob instance with a given connection, an inputStream and number of bytes to write to a specified smart blob space.
IfxCblob(Connection, InputStream, int, IfxLobDescriptor) - Constructor for class com.informix.jdbc.IfxCblob
Creates an IfxCblob instance with a given connection, an inputStream, number of bytes to write and a specified lob descriptor.
IfxCblob(Connection, String) - Constructor for class com.informix.jdbc.IfxCblob
Creates an IfxCblob instance with a given connection and a string of data.
IfxCblob(Connection, String, String) - Constructor for class com.informix.jdbc.IfxCblob
Creates an IfxCblob instance with a given connection and a string of data and a specified smart blob space.
IfxCblob(Connection, String, IfxLobDescriptor) - Constructor for class com.informix.jdbc.IfxCblob
Creates an IfxCblob instance with a given connection and a string of data and a specified lob descriptor.
IfxConnectionEventListener - Class in com.informix.jdbcx
The ConnectionEventListener interface is implemented by a connection pooling component.
IfxConnectionEventListener() - Constructor for class com.informix.jdbcx.IfxConnectionEventListener
 
IfxConnectionEventListener(IfxConnectionPoolManager) - Constructor for class com.informix.jdbcx.IfxConnectionEventListener
Constructor to set Connection Pool Manager to null
IfxConnectionPoolDataSource - Class in com.informix.jdbcx
IfxConnectionPoolDataSource is the Informix implemenation of javax.sql.ConnectionPoolDataSource.
IfxConnectionPoolDataSource() - Constructor for class com.informix.jdbcx.IfxConnectionPoolDataSource
Allocates an empty IfxConnectionPoolDataSource object
IfxDataSource - Class in com.informix.jdbcx
 
IfxDataSource() - Constructor for class com.informix.jdbcx.IfxDataSource
Allocates an empty IfxDataSource object.
IfxDataSource(String) - Constructor for class com.informix.jdbcx.IfxDataSource
 
IfxExTypeToName(int) - Static method in class com.informix.lang.IfxTypes
 
IfxLoAlter(IfxLocator, IfxLobDescriptor) - Method in class com.informix.jdbc.IfxSmartBlob
IfxLoAlter() alter the smartblob from this locator using the new IfxLobDescriptor lodesc.
IfxLoAlter(IfxLob, IfxLobDescriptor) - Method in class com.informix.jdbc.IfxSmartBlob
IfxLoAlter() alters this blob using the new large object IfxLobDescriptor.
IfxLobDescriptor - Class in com.informix.jdbc
The IfxLobDescriptor class stores the internal characteristics of a smart large object.
IfxLobDescriptor(Connection) - Constructor for class com.informix.jdbc.IfxLobDescriptor
Creates an IfxLobDescriptor object in preparation for creating a smart large object.
IfxLocator - Class in com.informix.jdbc
The IfxLocator class (known as the locator pointer or large object locator) is the communication link between the database server and the client for a particular large object.
IfxLocator() - Constructor for class com.informix.jdbc.IfxLocator
Creates a default IfxLocator.
IfxLocator(IfxLocator) - Constructor for class com.informix.jdbc.IfxLocator
 
IfxLocator(Connection) - Constructor for class com.informix.jdbc.IfxLocator
Creates a IfxLocator.
IfxLocator(byte[]) - Constructor for class com.informix.jdbc.IfxLocator
Creates an IfxLocator using the byte array.
IfxLocator(byte[], Connection) - Constructor for class com.informix.jdbc.IfxLocator
Creates an IfxLocator using the byte array format.
IfxLoClose(int) - Method in class com.informix.jdbc.IfxSmartBlob
Closes the smart large object referenced by the given locator.
IfxLoColInfo(String) - Method in class com.informix.jdbc.IfxSmartBlob
Gets the smart large object characteristics for the specified column.
IfxLoCreate(IfxLobDescriptor, int, IfxLocator) - Method in class com.informix.jdbc.IfxSmartBlob
Creates a new smart large object and opens it on the server.
IfxLoCreate(IfxLobDescriptor, int, IfxBblob) - Method in class com.informix.jdbc.IfxSmartBlob
Creates a new smart large object and opens it on the server.
IfxLoCreate(IfxLobDescriptor, int, IfxCblob) - Method in class com.informix.jdbc.IfxSmartBlob
Creates a new large object and opens it on the server.
IfxLoFromFile(int, String, int, int, int) - Method in class com.informix.jdbc.IfxSmartBlob
IfxLoFromFile() copies a smart large object from a file on server or client into a smart large object file descriptor.
IfxLoGetStat(int) - Method in class com.informix.jdbc.IfxSmartBlob
Returns an IfxLoStat object, which provides statistical information, such as the last access time, the last update status time, the last modification time, and the reference count of the smart large object.
IfxLoLock(int, long, int, long, int) - Method in class com.informix.jdbc.IfxSmartBlob
IfxLoLock() lock a range of bytes in the given large object file descriptor in a requested mode.
IfxLoOpen(IfxLocator, int) - Method in class com.informix.jdbc.IfxSmartBlob
Opens the smart large object that is referenced by the specified locator.
IfxLoOpen(IfxLob, int) - Method in class com.informix.jdbc.IfxSmartBlob
Opens the smart large object that is referenced by the specified IfxBblob object.
IfxLoRead(int, int) - Method in class com.informix.jdbc.IfxSmartBlob
Reads nbytes of data from the smart large object.
IfxLoRead(int, byte[], int) - Method in class com.informix.jdbc.IfxSmartBlob
Reads nbytes of data from the smart large object into the give byte array.
IfxLoRead(int, OutputStream, int) - Method in class com.informix.jdbc.IfxSmartBlob
Reads nbytes of data from the smart large object into the file stream.
IfxLoRead(int, byte[], int, int) - Method in class com.informix.jdbc.IfxSmartBlob
Reads nbytes of data from the smart large object into the give byte array.
IfxLoRelease() - Method in class com.informix.jdbc.IfxSmartBlob
Releases the smart large object resources associated with the locator.
IfxLoRelease(IfxLocator) - Method in class com.informix.jdbc.IfxSmartBlob
Releases the smart large object resources associated with the locator.
IfxLoRelease(IfxLob) - Method in class com.informix.jdbc.IfxSmartBlob
Releases the smart large object resources associated with the smart blob object.
IfxLoSize(int) - Method in class com.informix.jdbc.IfxSmartBlob
Returns the size of the smart large object.
IfxLoStat - Class in com.informix.jdbc
The IfxLoStat class stores some statistical information about a smart large object such as the size, last access time, last modified time, last status change, and so on.
IfxLoTell(int) - Method in class com.informix.jdbc.IfxSmartBlob
Returns the current seek position, which is the offset for the next read or write operation on the smart large object.
IfxLoToFile(IfxLocator, String, int) - Method in class com.informix.jdbc.IfxSmartBlob
IfxLoToFile() copies the source locator of a large object to a file on the client or server.
IfxLoToFile(IfxLob, String, int) - Method in class com.informix.jdbc.IfxSmartBlob
IfxLoToFile() copies a large object blob to a file on the client or server.
IfxLoTruncate(int, long) - Method in class com.informix.jdbc.IfxSmartBlob
Truncates the smart large object to the specific size.
IfxLoUnLock(int, long, int, long) - Method in class com.informix.jdbc.IfxSmartBlob
IfxLoUnLock() unlock a range of bytes in the given large object file descriptor.
IfxLoWrite(int, byte[]) - Method in class com.informix.jdbc.IfxSmartBlob
Writes the given data into the smart large object.
IfxLoWrite(int, byte[], int, int) - Method in class com.informix.jdbc.IfxSmartBlob
 
IfxLoWrite(int, InputStream, int) - Method in class com.informix.jdbc.IfxSmartBlob
Writes the given data into the smart large object.
IfxPooledConnection - Class in com.informix.jdbcx
A PooledConnection object is a connection object that provides hooks for connection pool management.
IfxPooledConnection() - Constructor for class com.informix.jdbcx.IfxPooledConnection
Empty constructor
IfxPooledConnection(String, String, IfxConnectionPoolDataSource) - Constructor for class com.informix.jdbcx.IfxPooledConnection
Construct a IfxPooledConnection object with a given IfxConnectionPoolDataSource object.
IfxRegisterOutParameter(int, int) - Method in interface com.informix.jdbc.IfmxCallableStatement
Registers the output parameter using type definitions in IfxTypes.
IfxRegisterOutParameter(int, int, String) - Method in interface com.informix.jdbc.IfmxCallableStatement
Registers the output parameter using IfxTypes and data type name.
IfxRegisterOutParameter(int, int, int) - Method in interface com.informix.jdbc.IfmxCallableStatement
Use this version of IfxRegisterOutParameter for registering IFX_TYPE_DECIMAL, IFX_TYPE_DATETIME or IFX_TYPE_INTERVAL out parameters.
IfxSetNull(int, int) - Method in interface com.informix.jdbc.IfmxCallableStatement
Set a parameter to SQL NULL.
IfxSetNull(int, int, String) - Method in interface com.informix.jdbc.IfmxCallableStatement
Set a parameter to SQL NULL.
IfxSetObject(int, Object, int) - Method in interface com.informix.jdbc.IfmxPreparedStatement
This method is the same as the setObject() method, except that the driver converts the object to the given IfxType when sending it to the database.
IfxSmartBlob - Class in com.informix.jdbc
The IfxSmartBlob class provides smart large object access.
IfxSmartBlob(Connection) - Constructor for class com.informix.jdbc.IfxSmartBlob
Creates an IfxSmartBlob object.
IfxSmartBlob(Connection, boolean) - Constructor for class com.informix.jdbc.IfxSmartBlob
 
IfxSmartBlob.ClobSize - Class in com.informix.jdbc
 
IfxTypes - Class in com.informix.lang
The IfxTypes class contains final members for Informix data types.
IfxTypeToDecDigits(int, int, int) - Static method in class com.informix.lang.IfxTypes
Returns the number of Decimal Digits for an Informix type
IfxTypeToName(int) - Static method in class com.informix.lang.IfxTypes
Converts Informix types to type names.
IfxTypeToRightDecimal(int, int, int) - Static method in class com.informix.lang.IfxTypes
Returns the number of Decimal Digits to the right of the decimal for an Informix type
IfxXADataSource - Class in com.informix.jdbcx
IfxXADataSource class is the Informix implementation of javax.sql.XADataSource.
IfxXADataSource() - Constructor for class com.informix.jdbcx.IfxXADataSource
 
incRefCount() - Method in class com.informix.jdbc.IfxLocator
incRefCount() increments the reference count of this large object.
InformixDataSource - Class in com.informix.jdbcx
 
InformixDataSource() - Constructor for class com.informix.jdbcx.InformixDataSource
 
int_qual - Variable in class com.informix.lang.Interval
 
Interval - Class in com.informix.lang
This is the base class for the Informix data type INTERVAL.
Interval() - Constructor for class com.informix.lang.Interval
Default Constructor with no arguments
Interval(Connection) - Constructor for class com.informix.lang.Interval
Default Constructor with connection argument, used to set current locale
IntervalDF - Class in com.informix.lang
This class represents day-to-fraction INTERVAL SQL data types in Java.
IntervalDF() - Constructor for class com.informix.lang.IntervalDF
Default Constructor with the default qualifier set to: leading field precision: 2 start code: TU_DAY end code: TU_F5
IntervalDF(Connection) - Constructor for class com.informix.lang.IntervalDF
Default Constructor with the default qualifier set to: leading field precision: 2 start code: TU_DAY end code: TU_F5 This constructor allows you to display localized error messages if an exception is thrown.
IntervalDF(Timestamp, Timestamp) - Constructor for class com.informix.lang.IntervalDF
Creates an Interval object from two timestamps.
IntervalDF(Timestamp, Timestamp, Connection) - Constructor for class com.informix.lang.IntervalDF
Creates an Interval object from two timestamps.
IntervalDF(long, long) - Constructor for class com.informix.lang.IntervalDF
Creates an Interval from a number of seconds and nanoseconds.
IntervalDF(long, long, Connection) - Constructor for class com.informix.lang.IntervalDF
Creates an Interval from a number of seconds and nanoseconds.
IntervalDF(long, long, short) - Constructor for class com.informix.lang.IntervalDF
Creates an Interval from a number of seconds, number of nanoseconds, and qualifier.
IntervalDF(long, long, short, Connection) - Constructor for class com.informix.lang.IntervalDF
Creates an Interval from a number of seconds, number of nanoseconds, and qualifier.
IntervalDF(String) - Constructor for class com.informix.lang.IntervalDF
Creates an Interval from a string and the default qualifier is set to: leading field precision: 2 start code: TU_DAY end code: TU_F5
IntervalDF(String, Connection) - Constructor for class com.informix.lang.IntervalDF
Creates an Interval from a string and the default qualifier is set to: leading field precision: 2 start code: TU_DAY end code: TU_F5 This constructor supports localized error messages.
IntervalDF(String, short) - Constructor for class com.informix.lang.IntervalDF
Creates an Interval from a string and the qualifier.
IntervalDF(String, short, Connection) - Constructor for class com.informix.lang.IntervalDF
Creates an Interval from a string and the qualifier.
IntervalDF(String, int, byte, byte) - Constructor for class com.informix.lang.IntervalDF
Creates an Interval from a string and qualifier information.
IntervalDF(String, byte, byte) - Constructor for class com.informix.lang.IntervalDF
Creates an Interval from a string and qualifier information.
IntervalDF(String, int, byte, byte, Connection) - Constructor for class com.informix.lang.IntervalDF
Creates an Interval from a string and qualifier information.
IntervalYM - Class in com.informix.lang
This class represents year-to-month INTERVAL SQL data types in Java.
IntervalYM() - Constructor for class com.informix.lang.IntervalYM
Default Constructor with a default qualifier of leading field precision = 4 start code = TU_YEAR end code = TU_MONTH
IntervalYM(Connection) - Constructor for class com.informix.lang.IntervalYM
Default Constructor with the default qualifier.
IntervalYM(Timestamp, Timestamp) - Constructor for class com.informix.lang.IntervalYM
Creates an Interval object from two timestamps.
IntervalYM(Timestamp, Timestamp, Connection) - Constructor for class com.informix.lang.IntervalYM
Creates an Interval object from two timestamps.
IntervalYM(int, int) - Constructor for class com.informix.lang.IntervalYM
Creates an Interval from a number of years and months.
IntervalYM(long) - Constructor for class com.informix.lang.IntervalYM
Creates an Interval from a number of months.
IntervalYM(int, int, Connection) - Constructor for class com.informix.lang.IntervalYM
Creates an Interval from a number of years and months.
IntervalYM(int, short) - Constructor for class com.informix.lang.IntervalYM
Creates an Interval from a number of months and a qualifier.
IntervalYM(int, short, Connection) - Constructor for class com.informix.lang.IntervalYM
Creates an Interval from a number of months and a qualifier.
IntervalYM(String) - Constructor for class com.informix.lang.IntervalYM
Creates an Interval from a string and a default qualifier of leading field precision = 4 start code = TU_YEAR end code = TU_MONTH
IntervalYM(String, Connection) - Constructor for class com.informix.lang.IntervalYM
Creates an Interval from a string and the default qualifier.
IntervalYM(String, short) - Constructor for class com.informix.lang.IntervalYM
Creates an Interval from a string and the qualifier.
IntervalYM(String, short, Connection) - Constructor for class com.informix.lang.IntervalYM
Creates an Interval from a string and the qualifier.
IntervalYM(String, int, byte, byte) - Constructor for class com.informix.lang.IntervalYM
Creates an Interval from a string and qualifier information.
IntervalYM(String, int, byte, byte, Connection) - Constructor for class com.informix.lang.IntervalYM
Creates an Interval from a string and qualifier information.
INVALID_AUTOCOMMIT_THROW_ERROR - Static variable in class com.informix.jdbcx.DBParams
Throws an exception if you disable autocommit (enabling transactions) on a non-logged database
isClosed() - Method in interface com.informix.smartTrigger.IfmxThreadedSmartTrigger
Returns whether the trigger is open or closed
isCollection(int) - Static method in class com.informix.lang.IfxTypes
Tests if the given type is a collection type.
isComplexType(int) - Static method in class com.informix.lang.IfxTypes
Tests if the given type is a complex type.
isDistinct(int) - Method in interface com.informix.jdbc.IfmxResultSetMetaData
Is the column a distinct type
IsFloatTypes(int) - Static method in class com.informix.lang.IfxTypes
Tests if the given type is a float type (either IFX_TYPE_FLOAT or IFX_TYPE_SMFLOAT).
isNamedRow(int) - Method in interface com.informix.jdbc.IfmxResultSetMetaData
Is the column a named row type
isNull() - Method in interface com.informix.jdbc.types.ReadableType
 
isRawDocument() - Method in interface com.informix.jdbc.types.bson.DBBson
Returns whether we are currently a raw document or a fully exploded java map
isReadOnly() - Method in class com.informix.jdbc.IfxSmartBlob
 
isString(int) - Static method in class com.informix.lang.IfxTypes
Tests if the given type is a string type (IFX_TYPE_CHAR, IFX_TYPE_VARCHAR, IFX_TYPE_NCHAR, IFX_TYPE_NVCHAR, or IFX_TYPE_LVARCHAR.
isUDT(int) - Static method in class com.informix.lang.IfxTypes
Tests if the given type is a user-defined type, which includes opaque types, lvarchars, and booleans.
isWrapperFor(Class<?>) - Method in class com.informix.jdbcx.AbstractDataSource
 
isWrapperFor(Class<?>) - Method in class com.informix.jdbcx.IfxDataSource
 

J

JDBCTypeToName(int) - Static method in class com.informix.lang.IfxTypes
Converts JDBC types to type names.

L

label(String) - Method in interface com.informix.smartTrigger.IfmxThreadedSmartTrigger
Set a default label for all triggers created by this object
LAST_BUILTIN_XID_TYPE - Static variable in class com.informix.lang.IfxTypes
 
length() - Method in class com.informix.jdbc.IfxBblob
Gets the length of the binary smart large object in bytes.
length() - Method in class com.informix.jdbc.IfxCblob
 
lessThan(IntervalDF) - Method in class com.informix.lang.IntervalDF
Compares this Interval with another to see if it is less (shorter in time) than the other.
lessThan(IntervalYM) - Method in class com.informix.lang.IntervalYM
Compares this Interval with another to see if it is less (shorter in time) than the other.
LO_APPEND - Static variable in class com.informix.jdbc.IfxSmartBlob
Indicates if the open or create mode of the smart large object is append mode.
LO_BUFFER - Static variable in class com.informix.jdbc.IfxSmartBlob
Indicates if the open or create mode of the smart large object is buffer.
LO_CLIENT_FILE - Static variable in class com.informix.jdbc.IfxSmartBlob
to be used in parameter flags for IFX_LO_COPY_TO_LO and IFX_LO_COPY_TO_FILE
LO_CURRENT_END - Static variable in class com.informix.jdbc.IfxSmartBlob
to be used with IfxLoLock/IfxLoUnlock
LO_DELAY_LOG - Static variable in class com.informix.jdbc.IfxLobDescriptor
The Lob Descriptor LO_DELAY_LOG flag.
LO_DIRTY_READ - Static variable in class com.informix.jdbc.IfxSmartBlob
Indicates if the open or create mode of the smart large object is dirty read.
LO_EXCLUSIVE_MODE - Static variable in class com.informix.jdbc.IfxSmartBlob
to be used with IfxLoLock/IfxLoUnlock
LO_FORWARD - Static variable in class com.informix.jdbc.IfxSmartBlob
Indicates if the open or create mode of the smart large object is forward.
LO_HIGH_INTEG - Static variable in class com.informix.jdbc.IfxLobDescriptor
The Lob Descriptor LO_HIGH_INTEG flag.
LO_KEEP_LASTACCESS_TIME - Static variable in class com.informix.jdbc.IfxLobDescriptor
The Lob Descriptor LO_KEEP_LASTACCESS_TIME flag.
LO_LOCKALL - Static variable in class com.informix.jdbc.IfxSmartBlob
Indicates if the open or create mode of the smart large object is lock all.
LO_LOCKRANGE - Static variable in class com.informix.jdbc.IfxSmartBlob
Indicates if the open or create mode of the smart large object is lock range.
LO_LOG - Static variable in class com.informix.jdbc.IfxLobDescriptor
The Lob Descriptor LO_LOG flag.
LO_MAX_END - Static variable in class com.informix.jdbc.IfxSmartBlob
to be used with IfxLoLock/IfxLoUnlock
LO_MODERATE_INTEG - Static variable in class com.informix.jdbc.IfxLobDescriptor
The Lob Descriptor LO_MODERATE_INTEG flag.
LO_NOBUFFER - Static variable in class com.informix.jdbc.IfxSmartBlob
Indicates if the open or create mode of the smart large object is no buffer.
LO_NODIRTY_READ - Static variable in class com.informix.jdbc.IfxSmartBlob
Indicates if the open or create mode of the smart large object is no dirty read.
LO_NOKEEP_LASTACCESS_TIME - Static variable in class com.informix.jdbc.IfxLobDescriptor
The Lob Descriptor LO_NOKEEP_LASTACCESS_TIME flag.
LO_NOLOG - Static variable in class com.informix.jdbc.IfxLobDescriptor
The Lob Descriptor LO_NOLOG flag.
LO_RANDOM - Static variable in class com.informix.jdbc.IfxSmartBlob
Indicates if the open or create mode of the smart large object is random.
LO_RDONLY - Static variable in class com.informix.jdbc.IfxSmartBlob
Indicates if the open or create mode of the smart large object is read only.
LO_RDWR - Static variable in class com.informix.jdbc.IfxSmartBlob
Indicates if the open or create mode of the smart large object is read/write.
LO_REVERSE - Static variable in class com.informix.jdbc.IfxSmartBlob
Indicates if the open or create mode of the smart large object is reverse.
LO_SEEK_CUR - Static variable in class com.informix.jdbc.IfxSmartBlob
Indicates that seeking starts from the current position plus the set position.
LO_SEEK_END - Static variable in class com.informix.jdbc.IfxSmartBlob
Indicates that seeking starts from the end of file plus the set position.
LO_SEEK_SET - Static variable in class com.informix.jdbc.IfxSmartBlob
Indicates that seeking starts from the set position.
LO_SEQUENTIAL - Static variable in class com.informix.jdbc.IfxSmartBlob
Indicates if the open or create mode of the smart large object is sequential.
LO_SERVER_FILE - Static variable in class com.informix.jdbc.IfxSmartBlob
to be used in parameter flags for IFX_LO_COPY_TO_LO and IFX_LO_COPY_TO_FILE
LO_SHARED_MODE - Static variable in class com.informix.jdbc.IfxSmartBlob
to be used with IfxLoLock/IfxLoUnlock
LO_TEMP - Static variable in class com.informix.jdbc.IfxLobDescriptor
The Lob Descriptor LO_TEMP flag.
LO_WRONLY - Static variable in class com.informix.jdbc.IfxSmartBlob
Indicates if the open or create mode of the large object is write only.
LOB_BUFFER_SIZE - Static variable in class com.informix.jdbcx.DBParams
Size of buffer used to retrieve large objects from the server
LOB_CODESET_CONVERSION_MEMORY - Static variable in class com.informix.jdbcx.DBParams
The amount of memory used for conversion of character codesets when processing large objects before using temporary files for caching
LOB_READONLY - Static variable in class com.informix.jdbcx.DBParams
Whether BLOB/CLOB objects are forced to be readonly
locator - Variable in class com.informix.jdbc.IfxSmartBlob
 
LOCK_TIMEOUT - Static variable in class com.informix.jdbcx.DBParams
How long (in seconds) to wait on a lock on a server.
LOGIN_RETRIES - Static variable in class com.informix.jdbcx.DBParams
Number of times retry establishing a connection to the server
LOGIN_TIMEOUT - Static variable in class com.informix.jdbcx.DBParams
Initial wait time to connect to the server in milliseconds.

M

maxRecordsPerRequest(int) - Method in interface com.informix.smartTrigger.IfmxThreadedSmartTrigger
Sets how many records can be returned in a single event call This sets the maximum number of records returned if more than one record is sitting in the queue.
METADATA_REPLICATION_COLUMN - Static variable in class com.informix.jdbcx.DBParams
 
METADATA_UPPERCASE_VALUES - Static variable in class com.informix.jdbcx.DBParams
 
MilliPerSecond - Static variable in class com.informix.lang.IntervalDF
 
MIN_IDX - Static variable in class com.informix.lang.Interval
 
MONTH_IDX - Static variable in class com.informix.lang.Interval
 
months - Variable in class com.informix.lang.IntervalYM
 
MonthsPerYear - Static variable in class com.informix.lang.IntervalYM
 

N

nanos - Variable in class com.informix.lang.IntervalDF
 
NanosPerSecond - Static variable in class com.informix.lang.IntervalDF
 
notify(String) - Method in interface com.informix.smartTrigger.IfmxSmartTriggerCallback
Receive a notification in the form of a JSON string when the registered smart trigger event occurs
NUMBER_UNITS - Static variable in class com.informix.lang.Interval
 

O

operationsCacheSize(int) - Method in interface com.informix.smartTrigger.IfmxThreadedSmartTrigger
Sets the number of events/operations that the server will cache The number set here will be how many events the server will cache waiting on the client to retrieve them.
OPT_OFC - Static variable in class com.informix.jdbcx.DBParams
 
OVERRIDE_DATABASE_PRODUCT_NAME - Static variable in class com.informix.jdbcx.DBParams
 

P

PAD_VARCHAR - Static variable in class com.informix.jdbcx.DBParams
Simulate a CHAR column from a VARCHAR by padding the end of VARCHAR columns to the size of the column.
PAM - Interface in com.informix.jdbcx
 
pamChallenge(IfxPAMChallenge) - Method in interface com.informix.jdbcx.PAM
 
PASSWORD - Static variable in class com.informix.jdbcx.DBParams
Password for the the corresponding USER.
PORT - Static variable in class com.informix.jdbcx.DBParams
Port to connect to.
position(byte[], long) - Method in class com.informix.jdbc.IfxBblob
Determines the byte position at which the given byte pattern occurs.
position(Blob, long) - Method in class com.informix.jdbc.IfxBblob
Determines the byte position at which the given pattern occurs.
position(String, long) - Method in class com.informix.jdbc.IfxCblob
Determines the character position at which the given substring occurs.
position(Clob, long) - Method in class com.informix.jdbc.IfxCblob
Determines the character position at which the given substring occurs.
PREPAREDSTATEMENT_CACHE_SIZE - Static variable in class com.informix.jdbcx.DBParams
Number of PreparedStatement objects to cache per connection.
PROCESS_TABLE_NAME_IN_RESULTSETS - Static variable in class com.informix.jdbcx.DBParams
 
PROTOCOL_TRACE_FILE - Static variable in class com.informix.jdbcx.DBParams
Location to generate a protocol level trace file for support teams.
putAll(BSONObject) - Method in interface com.informix.jdbc.types.bson.DBBson
 

R

ReadableType - Interface in com.informix.jdbc.types
Represents an Database type that can be converted into different java types Not all types convert into all java types All types support toObject to convert into a java generic object which is the best fit java type that matches the database type
registerCallback(String, IfmxSmartTriggerCallback) - Method in interface com.informix.smartTrigger.IfmxThreadedSmartTrigger
Registers a callback against an existing label If you have already created a trigger with a label using IfmxThreadedSmartTrigger.addTrigger(String, String, String, String, IfmxSmartTriggerCallback...) or if you are re-connecting to a detached session, you can register just the callback methods against the label you designated.
REMOVE_LOB_TEMP_FILES_ON_RS_CLOSE - Static variable in class com.informix.jdbcx.DBParams
Remove temporary files used with large objects when the ResultSet is closed.
removeConnectionEventListener(ConnectionEventListener) - Method in class com.informix.jdbcx.IfxPooledConnection
Remove an event listener.
removeField(String) - Method in interface com.informix.jdbc.types.bson.DBBson
 
removeFromReferenceList(IfxPooledConnection) - Method in class com.informix.jdbcx.IfxConnectionPoolDataSource
Remove connection from the reference list
removeStatementEventListener(StatementEventListener) - Method in class com.informix.jdbcx.IfxPooledConnection
 
removeTrigger(String, String, String) - Method in interface com.informix.smartTrigger.IfmxThreadedSmartTrigger
Stops a trigger on a particular table/owner/database If you have already started the smart trigger, removing triggers will be queued until a timeout or a trigger is executed.
removeTrigger(String) - Method in interface com.informix.smartTrigger.IfmxThreadedSmartTrigger
Removes one or more triggers based on the label provided If you have already started the smart trigger, removing triggers will be queued until a timeout or a trigger is executed.
REPLACE_UNMAPPABLE_CHARACTER_SEQUENCES - Static variable in class com.informix.jdbcx.DBParams
What to do if a character is not mappable from the database encoding to the client encoding
RESULTS_BUFFER_SIZE - Static variable in class com.informix.jdbcx.DBParams
The size of the buffer used to fetch rows of data during queries

S

SEC_IDX - Static variable in class com.informix.lang.Interval
 
SECONDARY_HOST - Static variable in class com.informix.jdbcx.DBParams
 
SECONDARY_PORT - Static variable in class com.informix.jdbcx.DBParams
 
SECONDARY_SERVERNAME - Static variable in class com.informix.jdbcx.DBParams
 
SECONDARY_SWITCH - Static variable in class com.informix.jdbcx.DBParams
 
seconds - Variable in class com.informix.lang.IntervalDF
 
SecondsPerDay - Static variable in class com.informix.lang.IntervalDF
 
SecondsPerHour - Static variable in class com.informix.lang.IntervalDF
 
SecondsPerMinute - Static variable in class com.informix.lang.IntervalDF
 
seek(long, int) - Method in class com.informix.jdbc.IfxBblob
This method sets the position for the next read and write operation of the smart large object.
seek(int, long, int) - Method in class com.informix.jdbc.IfxSmartBlob
Sets the position for the next read and write operation of the smart large object referenced by the given locator.
SERVER_NAME - Static variable in class com.informix.jdbcx.DBParams
 
SESSION_VARIABLES - Static variable in class com.informix.jdbcx.DBParams
 
sessionID(String) - Method in interface com.informix.smartTrigger.IfmxThreadedSmartTrigger
Sets the Smart Trigger session ID for us to connect to.
set(Timestamp, Timestamp) - Method in class com.informix.lang.IntervalDF
Sets the value of the Interval from the difference between two timestamps.
set(long, long) - Method in class com.informix.lang.IntervalDF
Sets the value of the Interval from specified second and nanosecond values.
set(String) - Method in class com.informix.lang.IntervalDF
Sets the value of the Interval from a specified string.
set(Timestamp, Timestamp) - Method in class com.informix.lang.IntervalYM
Sets the value of the Interval from two Timestamps.
set(int, int) - Method in class com.informix.lang.IntervalYM
Sets the value of the Interval from years and months.
set(String) - Method in class com.informix.lang.IntervalYM
Set the value of the Interval from a string.
setArray(int, Array, String) - Method in interface com.informix.jdbc.IfmxCallableStatement
Set an Array parameter.
setArray(int, Array, int) - Method in interface com.informix.jdbc.IfmxPreparedStatement
Sets an Array parameter.
setAsciiStream(int, InputStream, int, int) - Method in interface com.informix.jdbc.IfmxPreparedStatement
When a very large ASCII value is inserted into to a LONGVARCHAR column, it may be more practical to send the ASCII value via a java.io.InputStream.
setAsciiStream(long, InputStream, int) - Method in class com.informix.jdbc.IfxCblob
Writes ascii stream of data from an InputStream to an already existing smart large blob object.
setAsciiStream(long) - Method in class com.informix.jdbc.IfxCblob
Retrieves a stream to be used to write Ascii characters to the CLOB value that this Clob object represents, starting at position pos.
setAutoCaseSchema(boolean) - Method in class com.informix.jdbcx.AbstractDataSource
 
setAutoFree(boolean) - Method in interface com.informix.jdbc.IfmxStatement
An extension that allows the user to set the autofree property for this statement.
setAutoFreeCursors(boolean) - Method in class com.informix.jdbcx.AbstractDataSource
 
setBigDecimal(int, BigDecimal, int) - Method in interface com.informix.jdbc.IfmxPreparedStatement
Sets a parameter to a java.lang.BigDecimal value.
setBinaryStream(int, InputStream, int, int) - Method in interface com.informix.jdbc.IfmxPreparedStatement
When a very large binary value is inserted into a LONGVARBINARY column, it may be more practical to send the binary value via a java.io.InputStream.
setBinaryStream(long, InputStream, int) - Method in class com.informix.jdbc.IfxBblob
Writes binary stream of data from an InputStream to an already existing smart large blob object.
setBinaryStream(long) - Method in class com.informix.jdbc.IfxBblob
Retrieves a stream that can be used to write to the BLOB value that this Blob object represents.
setBlob(int, Blob, int) - Method in interface com.informix.jdbc.IfmxPreparedStatement
Sets a BLOB parameter.
setBoolean(int, boolean, int) - Method in interface com.informix.jdbc.IfmxPreparedStatement
Sets a parameter to a Java boolean value.
setBSONObject(BSONObject) - Method in interface com.informix.jdbc.types.bson.DBBson
 
setByte(int, byte, int) - Method in interface com.informix.jdbc.IfmxPreparedStatement
Sets a parameter to a Java byte value.
setBytes(int, byte[], int) - Method in interface com.informix.jdbc.IfmxPreparedStatement
Sets a parameter to a Java array of bytes.
setBytes(long, byte[]) - Method in class com.informix.jdbc.IfxBblob
Writes binary data from a buffer to an existing smart large blob object.
setBytes(long, byte[], int, int) - Method in class com.informix.jdbc.IfxBblob
Writes all or part of the given byte array to the BLOB value that this Blob object represents and returns the number of bytes written.
setBytes(byte[]) - Method in interface com.informix.jdbc.types.bson.DBBson
Assigns the BSON-encoded byte array representation of a document.
setCertificateVerfication(boolean) - Method in class com.informix.jdbcx.AbstractDataSource
 
setCharacterStream(int, Reader, int, int) - Method in interface com.informix.jdbc.IfmxPreparedStatement
When a very large UNICODE value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.Reader.
setCharacterStream(long) - Method in class com.informix.jdbc.IfxCblob
Retrieves a stream to be used to write a stream of Unicode characters to the CLOB value that this Clob object represents, at position pos.
setClob(int, Clob, int) - Method in interface com.informix.jdbc.IfmxPreparedStatement
Sets a CLOB parameter.
setCommitBeforeIsolationChange(boolean) - Method in class com.informix.jdbcx.AbstractDataSource
 
setConnection(Connection) - Method in class com.informix.lang.Interval
Sets the connection.
setConnectionCleanerDelay(int) - Method in class com.informix.jdbcx.AbstractDataSource
 
setCreateFlags(int) - Method in class com.informix.jdbc.IfxLobDescriptor
Sets the create time flags for smart large object.
setCustomCodeSet(String) - Method in class com.informix.jdbcx.AbstractDataSource
 
setCustomLocale(String) - Method in class com.informix.jdbcx.AbstractDataSource
 
setCustomNLSMap(String) - Method in class com.informix.jdbcx.AbstractDataSource
 
setDatabase(String) - Method in class com.informix.jdbcx.AbstractDataSource
 
setDate(int, Date, int) - Method in interface com.informix.jdbc.IfmxPreparedStatement
Sets a parameter to a java.sql.Date value.
setDate(int, Date, Calendar, int) - Method in interface com.informix.jdbc.IfmxPreparedStatement
Sets a parameter to a java.sql.Date value.
setDefaultCursorHoldability(int) - Method in class com.informix.jdbcx.AbstractDataSource
 
setDelimident(boolean) - Method in class com.informix.jdbcx.AbstractDataSource
 
setDocument(Document) - Method in interface com.informix.jdbc.types.bson.DBBson
Assigns the BSONObject this object represents.
setDouble(int, double, int) - Method in interface com.informix.jdbc.IfmxPreparedStatement
Sets a parameter to a Java double value.
setEmulateInformixServer(boolean) - Method in class com.informix.jdbcx.AbstractDataSource
 
setEncrypt(boolean) - Method in class com.informix.jdbcx.AbstractDataSource
 
setEstBytes(long) - Method in class com.informix.jdbc.IfxLobDescriptor
Sets the estimated size, in bytes, of the smart large object.
setExtSize(int) - Method in class com.informix.jdbc.IfxLobDescriptor
Sets the extent size for the smart large object.
setFetchBufferSize(int) - Method in interface com.informix.jdbc.IfmxStatement
An extension that sets the buffer size for this Statement object for fetch operation This value will override any FET_BUF_SIZE connection level property and is useful when OPTOFC property is set Server will use this value as hint to determin the maximum buffer size to send the data to the clients.
setFloat(int, float, int) - Method in interface com.informix.jdbc.IfmxPreparedStatement
Sets a parameter to a Java float value.
setHost(String) - Method in class com.informix.jdbcx.AbstractDataSource
 
setIfxBSONObject(int, IfxBSONObject) - Method in interface com.informix.jdbc.IfmxPreparedStatement
Sets a parameter to an IfxBSONObject value.
setIfxCPMAgeLimit(long) - Method in class com.informix.jdbcx.IfxConnectionPoolDataSource
Sets the property IFMX_CPM_AGELIMIT The value limits the life of a connection in the pool.
setIfxCPMInitPoolSize(int) - Method in class com.informix.jdbcx.IfxConnectionPoolDataSource
Sets the property IFMX_CPM_INIT_POOLSIZE The value is the initial number of connections to preallocate for the Pool.
setIfxCPMMaxConnections(int) - Method in class com.informix.jdbcx.IfxConnectionPoolDataSource
Sets the property IFMX_CPM_MAX_CONNECTIONS The value is the maximum limit to the total number of Server connections for the Connection Pool Datasource.
setIfxCPMMaxPoolSize(int) - Method in class com.informix.jdbcx.IfxConnectionPoolDataSource
Sets the property IFMX_CPM_MAX_POOLSIZE The value is the high-water mark for the Pool.
setIfxCPMMinAgeLimit(long) - Method in class com.informix.jdbcx.IfxConnectionPoolDataSource
 
setIfxCPMMinPoolSize(int) - Method in class com.informix.jdbcx.IfxConnectionPoolDataSource
Sets the property IFMX_CPM_MIN_POOLSIZE The value is the minimum number of connections to maintain in the free Pool.
setIfxCPMServiceInterval(long) - Method in class com.informix.jdbcx.IfxConnectionPoolDataSource
 
setIfxCPMSwitchHDRPool(boolean) - Method in class com.informix.jdbcx.IfxConnectionPoolDataSource
Sets the property IFMX_CPM_ENABLE_SWITCH_HDR_POOL To enable/diable automatic switching between the HDR pools
setIfxIFX_XASPEC(String) - Method in class com.informix.jdbcx.IfxXADataSource
Sets the value of Informix specific variable IFX_XASPEC.
setIfxIFX_XASTDCOMPLIANCE_XAEND(int) - Method in class com.informix.jdbcx.IfxXADataSource
Sets the value of Informix specific variable IFX_XASTDCOMPLIANCE_XAEND IFX_IFX_XASTDCOMPLIANCE_XAEND if set to 1 will enable if set to 0 will disable server behavior that conforms to the XA+ Specification (1994).
setInitialPoolSize(int) - Method in class com.informix.jdbcx.IfxConnectionPoolDataSource
sets initialPoolSize
setInt(int, int, int) - Method in interface com.informix.jdbc.IfmxPreparedStatement
Sets a parameter to a Java int value.
setInterval(int, Interval) - Method in interface com.informix.jdbc.IfmxPreparedStatement
Sets a parameter to an Interval value.
setIntervalDF(int, IntervalDF) - Method in interface com.informix.jdbc.IfmxPreparedStatement
Sets a parameter to an IntervalDF value.
setIntervalYM(int, IntervalYM) - Method in interface com.informix.jdbc.IfmxPreparedStatement
Sets a parameter to an IntervalYM value.
setInvalidAutoCommitThrowError(boolean) - Method in class com.informix.jdbcx.AbstractDataSource
 
setJsonFormat(JsonMode) - Method in interface com.informix.jdbc.types.bson.DBBson
 
setLobBufferSize(int) - Method in class com.informix.jdbcx.AbstractDataSource
 
setLobCodesetConversionMemory(int) - Method in class com.informix.jdbcx.AbstractDataSource
 
setLobReadonly(boolean) - Method in class com.informix.jdbcx.AbstractDataSource
 
setLockTimeout(int) - Method in class com.informix.jdbcx.AbstractDataSource
 
setLoginRetries(int) - Method in class com.informix.jdbcx.AbstractDataSource
 
setLoginTimeout(int) - Method in class com.informix.jdbcx.AbstractDataSource
 
setLogWriter(PrintWriter) - Method in class com.informix.jdbcx.AbstractDataSource
 
setLong(int, long, int) - Method in interface com.informix.jdbc.IfmxPreparedStatement
Sets a parameter to a Java long value.
setMaxBytes(long) - Method in class com.informix.jdbc.IfxLobDescriptor
Sets the maximum size for the smart large object (in bytes).
setMaxIdleTime(int) - Method in class com.informix.jdbcx.IfxConnectionPoolDataSource
set maxIdleTime
setMaxPoolSize(int) - Method in class com.informix.jdbcx.IfxConnectionPoolDataSource
set maxPoolSize
setMaxStatements(int) - Method in class com.informix.jdbcx.IfxConnectionPoolDataSource
setMaxStatements ignores call or noop
setMetadataReplicationColumn(boolean) - Method in class com.informix.jdbcx.AbstractDataSource
 
setMetadataUppercaseValues(boolean) - Method in class com.informix.jdbcx.AbstractDataSource
 
setMinPoolSize(int) - Method in class com.informix.jdbcx.IfxConnectionPoolDataSource
set minPoolSize JDBC3.0 compliance
setNull(int, int, int) - Method in interface com.informix.jdbc.IfmxPreparedStatement
Sets a parameter to SQL NULL.
setObject(int, Array, String) - Method in interface com.informix.jdbc.IfmxCallableStatement
Set an Object parameter.
setOptimizeOpenFetchClose(boolean) - Method in class com.informix.jdbcx.AbstractDataSource
 
setOverrideDatabaseProductName(String) - Method in class com.informix.jdbcx.AbstractDataSource
 
setPassword(String) - Method in class com.informix.jdbcx.AbstractDataSource
 
setPort(int) - Method in class com.informix.jdbcx.AbstractDataSource
 
setPreparedStatementCacheSize(int) - Method in class com.informix.jdbcx.AbstractDataSource
 
setProcessTableNameInResultSets(boolean) - Method in class com.informix.jdbcx.AbstractDataSource
 
setPropertyCycle(int) - Method in class com.informix.jdbcx.IfxConnectionPoolDataSource
setPropertyCycle ignores call or noop.
setQualifier(byte, byte, byte) - Method in class com.informix.lang.IntervalDF
Sets the qualifier from its constituent pieces.
setQualifier(short) - Method in class com.informix.lang.IntervalDF
Sets the qualifier using an existing qualifier.
setQualifier(byte, byte, byte) - Method in class com.informix.lang.IntervalYM
Sets the qualifier from its constituent pieces.
setQualifier(short) - Method in class com.informix.lang.IntervalYM
Sets the qualifier from an existing qualifier.
setQueryBufferSize(int) - Method in class com.informix.jdbcx.AbstractDataSource
 
setRawDocument(RawBsonDocument) - Method in interface com.informix.jdbc.types.bson.DBBson
 
setRemoveLobTempFilesOnRSClose(boolean) - Method in class com.informix.jdbcx.AbstractDataSource
 
setReUsableCons(Constructor<?>) - Method in class com.informix.jdbcx.IfxConnectionPoolDataSource
setReUsableCons -- set the directReUsableConstructor
setSbspace(String) - Method in class com.informix.jdbc.IfxLobDescriptor
Sets the sbspace name for the smart large object.
setSecondarySwitch(boolean) - Method in class com.informix.jdbcx.AbstractDataSource
 
setServerName(String) - Method in class com.informix.jdbcx.AbstractDataSource
 
setSessionVariables(String) - Method in class com.informix.jdbcx.AbstractDataSource
 
setShort(int, short, int) - Method in interface com.informix.jdbc.IfmxPreparedStatement
Sets a parameter to a Java short value.
setString(int, String, int) - Method in interface com.informix.jdbc.IfmxPreparedStatement
Sets a parameter to a Java String value.
setString(long, String) - Method in class com.informix.jdbc.IfxCblob
Writes the given Java String to the CLOB value that this Clob object designates at the position pos.
setString(long, String, int, int) - Method in class com.informix.jdbc.IfxCblob
Writes len characters of str, starting at character offset, to the CLOB value that this Clob represents.
setTime(int, Time, int) - Method in interface com.informix.jdbc.IfmxPreparedStatement
Sets a parameter to a java.sql.Time value.
setTime(int, Time, Calendar, int) - Method in interface com.informix.jdbc.IfmxPreparedStatement
Sets a parameter to a java.sql.Time value.
setTimeInPool() - Method in class com.informix.jdbcx.IfxPooledConnection
Sets timeInPool to the Current time.
setTimestamp(int, Timestamp, int) - Method in interface com.informix.jdbc.IfmxPreparedStatement
Sets a parameter to a java.sql.Timestamp value.
setTimestamp(int, Timestamp, Calendar, int) - Method in interface com.informix.jdbc.IfmxPreparedStatement
Sets a parameter to a java.sql.Timestamp value.
setTransactionIsolationLevel(String) - Method in class com.informix.jdbcx.AbstractDataSource
 
setTrustStore(String) - Method in class com.informix.jdbcx.AbstractDataSource
 
setTrustStorePassword(String) - Method in class com.informix.jdbcx.AbstractDataSource
 
setUppercaseMetaDataRSColumnNames(boolean) - Method in class com.informix.jdbcx.AbstractDataSource
 
setUser(String) - Method in class com.informix.jdbcx.AbstractDataSource
 
setWellKnownQualifier(byte, byte, byte) - Method in class com.informix.lang.IntervalYM
 
setWriteStreamBufferSize(int) - Method in class com.informix.jdbc.IfxSmartBlob
Sets the size of the buffer the driver uses when streaming data from InputStreams/Readers into Smart Large Objects The default size is 32K
SOCKET_KEEPALIVE - Static variable in class com.informix.jdbcx.DBParams
Enable keep alive on the TCP socket connection
SOCKET_TIMEOUT - Static variable in class com.informix.jdbcx.DBParams
How long to wait for a response on the TCP socket
SQLH_PATH - Static variable in class com.informix.jdbcx.DBParams
 
SSL_PROTOCOLS - Static variable in class com.informix.jdbcx.DBParams
Override the encryption protocols presented to the server using a comma separated list of valid JDK protocols that are also supported by your database server.
SSLCONNECTION - Static variable in class com.informix.jdbcx.DBParams
Enable TLS/SSL encryption for this connection.
stream() - Method in interface com.informix.jdbc.IfmxPreparedStatement
Executes the PreparedStatment and returns a java Stream of the results as BSON Objects Uses the USE_SPLITERATOR streaming option
stream(STREAMS_FETCHING) - Method in interface com.informix.jdbc.IfmxPreparedStatement
Executes the PreparedStatment and returns a java Stream of the results as BSON Objects
stream(String) - Method in interface com.informix.jdbc.IfmxStatement
Executes the provided SQL statement and returns a java Stream of the results as BSON Objects Uses the USE_SPLITERATOR streaming option
stream(String, STREAMS_FETCHING) - Method in interface com.informix.jdbc.IfmxStatement
Executes the provided SQL statement and returns a java Stream of the results as BSON Objects
stringToUnits(String, short) - Method in class com.informix.lang.Interval
Converts a string to an array of integers.

T

TEMP_DIR - Static variable in class com.informix.jdbcx.DBParams
Absolute path to a temporary directory to be used for cached/staging files by the driver
timeInPool - Variable in class com.informix.jdbcx.IfxPooledConnection
 
timeout(int) - Method in interface com.informix.smartTrigger.IfmxThreadedSmartTrigger
Sets the timeout for waiting for events from the server If no event is triggered after this timeout, a timeout event is fired, allowing the class to check if the user has made any changes to it's watch list or requested the connection to the server to be closed.
toBlob() - Method in interface com.informix.jdbc.types.ReadableType
 
toBoolean() - Method in interface com.informix.jdbc.types.ReadableType
 
toByte() - Method in interface com.informix.jdbc.types.ReadableType
 
toBytes() - Method in class com.informix.jdbc.IfxLocator
toBytes() This method can be used to return the locator in its raw byte[] format.
toBytes() - Method in interface com.informix.jdbc.types.ReadableType
 
toCharacterStream() - Method in interface com.informix.jdbc.types.ReadableType
 
toClob() - Method in interface com.informix.jdbc.types.ReadableType
 
toDate() - Method in interface com.informix.jdbc.types.ReadableType
 
toDecimal() - Method in interface com.informix.jdbc.types.ReadableType
 
toDouble() - Method in interface com.informix.jdbc.types.ReadableType
 
toFloat() - Method in interface com.informix.jdbc.types.ReadableType
 
toInputStream() - Method in interface com.informix.jdbc.types.ReadableType
 
toInt() - Method in interface com.informix.jdbc.types.ReadableType
 
toInterval() - Method in interface com.informix.jdbc.types.ReadableType
 
toIntervalDF() - Method in interface com.informix.jdbc.types.ReadableType
 
toIntervalYM() - Method in interface com.informix.jdbc.types.ReadableType
 
toJson() - Method in interface com.informix.jdbc.types.bson.DBBson
Returns a compact form of JSON Does not have a pretty-print or any extraneous whitespace
toLong() - Method in interface com.informix.jdbc.types.ReadableType
 
toMap() - Method in interface com.informix.jdbc.types.bson.DBBson
 
toObject() - Method in interface com.informix.jdbc.types.ReadableType
 
toShort() - Method in interface com.informix.jdbc.types.ReadableType
 
toString() - Method in class com.informix.jdbc.IfxLobDescriptor
Returns CreateTimeFlags, estimatedNoBytes, sizeLimit, extentSize, and spaceName information
toString() - Method in class com.informix.jdbc.IfxLocator
toString() This method can be used to return the locator in its hexadecimal string format.
toString() - Method in class com.informix.lang.IntervalDF
Creates a string representation of the interval in the following format: ddddd hh:mm:ss.nano The presence of the various fields depends upon the qualifier.
toString() - Method in class com.informix.lang.IntervalYM
Returns a string representation of the Interval in the following format: yyyy-mm The presence of the various fields depends upon the qualifier.
toTime() - Method in interface com.informix.jdbc.types.ReadableType
 
toTimestamp() - Method in interface com.informix.jdbc.types.ReadableType
 
TRANSACTION_ISOLATION_LEVEL - Static variable in class com.informix.jdbcx.DBParams
Specify the transaction isolation level 0 - Equivalent to TRANSACTION_NONE 1 - Dirty Read (equivalent to TRANSACTION_READ_UNCOMMITTED), 2 - Committed Read (equivalent to TRANSACTION_READ_COMMITTED), 3 - Cursor Stability (equivalent to TRANSACTION_READ_COMMITTED), 4 - Repeatable Read (equivalent to TRANSACTION_REPEATABLE_READ) 5 - Committed Read LAST COMMITTED (equivalent to TRANSACTION_LAST_COMMITTED) 8 - Equivalent to TRANSACTION_SERIALIZABLE Specifying U after the mode means retain update locks.
transactionID(long) - Method in interface com.informix.smartTrigger.IfmxThreadedSmartTrigger
Advanced option to restart your smart trigger from a transaction id that was reported from a prior Smart Trigger session
TRIM_TRAILING_SPACES - Static variable in class com.informix.jdbcx.DBParams
 
truncate(long) - Method in class com.informix.jdbc.IfxBblob
This method truncates the smart large object at the given position.
TRUST_STORE - Static variable in class com.informix.jdbcx.DBParams
The location to look for a trust store If not set JDBC will look at the Java property javax.net.ssl.trustStore If that also is not set then it will defer to the installed JREs trust store location
TRUST_STORE_PASSWORD - Static variable in class com.informix.jdbcx.DBParams
The password to unlock the trust store
TRUSTED_CONTEXT - Static variable in class com.informix.jdbcx.DBParams
Enable the trusted context feature to switch users without creating a new connection
TU_DAY - Static variable in class com.informix.lang.Interval
The time unit for the DAY field in a binary qualifier.
TU_F1 - Static variable in class com.informix.lang.Interval
The time unit for the FRACTION(1) field in a binary qualifier.
TU_F2 - Static variable in class com.informix.lang.Interval
The time unit for the FRACTION(2) field in a binary qualifier.
TU_F3 - Static variable in class com.informix.lang.Interval
The time unit for the FRACTION(3) field in a binary qualifier.
TU_F4 - Static variable in class com.informix.lang.Interval
The time unit for the FRACTION(4) field in a binary qualifier.
TU_F5 - Static variable in class com.informix.lang.Interval
The time unit for the FRACTION(5) field in a binary qualifier.
TU_FRAC - Static variable in class com.informix.lang.Interval
The time unit for the default FRACTION field in a binary qualifier.
TU_HOUR - Static variable in class com.informix.lang.Interval
The time unit for the HOUR field in a binary qualifier.
TU_MINUTE - Static variable in class com.informix.lang.Interval
The time unit for the MINUTE field in a binary qualifier.
TU_MONTH - Static variable in class com.informix.lang.Interval
The time unit for the MONTH field in a binary qualifier.
TU_SECOND - Static variable in class com.informix.lang.Interval
The time unit for the SECOND field in a binary qualifier.
TU_YEAR - Static variable in class com.informix.lang.Interval
The time unit for the YEAR field in a binary qualifier.
TypeInfo - Interface in com.informix.jdbc.types
 

U

UDT_CACHE - Static variable in class com.informix.jdbcx.DBParams
Caches the UDT information from the server for faster access during queries
unwrap(Class<T>) - Method in class com.informix.jdbcx.AbstractDataSource
 
unwrap(Class<T>) - Method in class com.informix.jdbcx.IfxDataSource
 
UPPERCASE_METADATA_RS_COLUMN_NAMES - Static variable in class com.informix.jdbcx.DBParams
Return UPPER or LOWER case column names in the DatabaseMetaData ResultSet column names.
USE_PUT - Static variable in class com.informix.jdbcx.DBParams
Enable client side pre-processing on batched inserts.
USE_XA_SPEC - Static variable in class com.informix.jdbcx.DBParams
 
USER - Static variable in class com.informix.jdbcx.DBParams
User to connect to the database server as.

W

watch() - Method in interface com.informix.smartTrigger.IfmxThreadedSmartTrigger
Starts watching for smart triggers You must call this or Runnable.run() if you are executing this as a thread to actually start watching for smart triggers This method will block forever, until the thread is interrupted or another thread calls the AutoCloseable.close() method.
where() - Method in class com.informix.jdbc.IfxBblob
This method returns the current seek position within the large object.
write(int, InputStream) - Method in class com.informix.jdbc.IfxSmartBlob
Writes the provided InputStream into this Smart Large Object
write(int, InputStream, long) - Method in class com.informix.jdbc.IfxSmartBlob
Writes the provided InputStream into this Smart Large Object
writeWithConversion(int, InputStream, long) - Method in class com.informix.jdbc.IfxSmartBlob
Writes data to this smart large object with character encoding conversion
writeWithConversion(int, Reader, long) - Method in class com.informix.jdbc.IfxSmartBlob
Writes data to this smart large object with character encoding conversion
writeWithConversion(int, InputStream) - Method in class com.informix.jdbc.IfxSmartBlob
Writes data to this smart large object with character encoding conversion
writeWithConversion(int, Reader) - Method in class com.informix.jdbc.IfxSmartBlob
Writes data to this smart large object with character encoding conversion

Y

YEAR_IDX - Static variable in class com.informix.lang.Interval
 
A B C D E F G H I J L M N O P R S T U W Y