Class OracleAdapter

    • Field Detail

      • OJDBC_DRIVER_NAME

        public static final String OJDBC_DRIVER_NAME
        What the official Oracle JDBC driver uses to identify itself.
        See Also:
        Constant Field Values
      • ORACLE_8_RESERVED_WORDS

        public static final String ORACLE_8_RESERVED_WORDS
        A string containing the list of Oracle keywords This list is normally obtained dynamically from the driver using DatabaseMetaData.getSQLKeywords() Based on database Oracle8
        See Also:
        Constant Field Values
      • ORACLE_9_RESERVED_WORDS

        public static final String ORACLE_9_RESERVED_WORDS
        A string containing the list of Oracle keywords This list is normally obtained dynamically from the driver using DatabaseMetaData.getSQLKeywords() Based on database Oracle9i
        See Also:
        Constant Field Values
      • ORACLE_10_RESERVED_WORDS

        public static final String ORACLE_10_RESERVED_WORDS
        A string containing the list of Oracle keywords This list is normally obtained dynamically from the driver using DatabaseMetaData.getSQLKeywords() Based on database Oracle10g
        See Also:
        Constant Field Values
    • Constructor Detail

      • OracleAdapter

        public OracleAdapter​(DatabaseMetaData metadata)
        Constructs an Oracle adapter based on the given JDBC metadata.
        Parameters:
        metadata - the database metadata.