Class OracleJDBCTypeFactory

  • All Implemented Interfaces:
    Serializable

    public class OracleJDBCTypeFactory
    extends Object
    Factory for Oracle JDBC extension types (ARRAY, STRUCT, ...). This factory creates the Oracle extension types using reflection in order to avoid creating compile-time dependencies on the proprietary Oracle driver.
    Author:
    Karel Maesen, Geovise BVBA creation-date: Jul 3, 2010
    See Also:
    Serialized Form
    • Constructor Detail

      • OracleJDBCTypeFactory

        public OracleJDBCTypeFactory​(ConnectionFinder connectionFinder)
        Constructs an instance.
        Parameters:
        connectionFinder - the ConnectionFinder the use for retrieving the OracleConnection instance.