Interface SQLTypes


  • public interface SQLTypes
    A JDBC independant type definition list. This allows the specification of all JDBC 1.0 and 2.0 types without requiring the JDBC 2.0 'java.sql.Types' interface.

    The values are compatible with the JDBC 1.0 and 2.0 spec.

    Author:
    Tobias Downer