Package com.informix.jdbc

  • Interface Summary 
    Interface Description
    IfmxCallableStatement
    The IfmxCallableStatement interface extends the java.sql.CallableStatement interface.
    IfmxComplexSQLInput
    The IfmxComplexSQLInput interface contains Informix extensions to the SQLInput interface.
    IfmxComplexSQLOutput
    The IfmxComplexSQLOutput interface contains Informix extensions to the SQLOutput interface.
    IfmxConnection
    The IfmxConnection interface contains Informix extensions to the Connection interface.
    IfmxParameterMetaData
    The IfmxParameterMetaData interface extends the java.sql.IfmxParameterMetaData interface.
    IfmxPreparedStatement
    The IfmxPreparedStatement interface contains Informix extensions to the standard JDBC PreparedStatement interface.
    IfmxReadableType
    Represents an Informix type that can be converted into different java types Not all Informix types convert into all java types All IfmxReadableTypes support toObject to convert into a java generic object which is the best fit java type that matches the informix type
    IfmxResultSet
    The IfmxResultSet interface extends the java.sql.ResultSet interface.
    IfmxResultSetMetaData
    The IfmxResultSetMetaData interface contains Informix extensions to the ResultSetMetaData interface.
    IfmxStatement
    The IfmxStatement interface contains Informix extensions to the standard JDBC Statement interface.
    IfmxUDTSQLInput
    The IfmxUDTSQLInput interface extends the SQLInput interface.
    IfmxUDTSQLOutput
    The IfmxUDTSQLOutput interface extends the SQLOutput interface.
  • Class Summary 
    Class Description
    IfxBblob
    By default, a Blob is a transaction duration reference to a binary large object.
    IfxBSONObject
    The IfxBSONObject is a hybrid of both the SQLData interface necessary to read and write BSON data with the Informix JDBC driver and the supporting API's for users to create/read/manipulate BSON documents This class is a split between the Raw BSON document (data stays as a byte array) and an editble document (data is
    IfxCblob
    By default, a CLOB is a transaction duration reference to a character large object.
    IfxLobDescriptor
    The IfxLobDescriptor class stores the internal characteristics of a smart large object.
    IfxLocator
    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.
    IfxLoStat
    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.
    IfxSmartBlob
    The IfxSmartBlob class provides smart large object access.
    IfxStatementTypes
    Statement numbers
    IfxUDTInfo
    This class contains all information about a user defined datatype like UDT, distinct, and named row types