Package com.aceql.jdbc.commons.metadata

Allows to download an HTML or text schema and provides wrapper classes for SQL Tables, Columns, etc.
  • Class Summary
    Class Description
    CatalogAndSchema
    Parent of all metadata of objects: they all belong to a catalog and schema.
    Column
    A SQL Column with it's defining elements.
    ExportedKey
    A SQL Foreign Key.
    ForeignKey
    A SQL Foreign Key.
    ImportedKey
    A SQL Foreign Key.
    Index
    A SQL Index with it's defining elements.
    JdbcDatabaseMetaData
    Contains main SQL meta info sent by remote JDBC Driver.
    PrimaryKey
    A SQL Primary Key with it's defining elements.
    RemoteDatabaseMetaData
    Allows to easily retrieve metadata info of the remote SQL database: Schema description in HTML or Text format. Databases object wrappers: Tables, Columns, Indexes, etc.
    Table
    A SQL Table with it's defining elements.
  • Enum Summary
    Enum Description
    ResultSetMetaDataPolicy
    Defines the policy for ResultSetMetaData access: on: ResulSetMetaData will be always accessible, because downloaded along with ResultSet for each SELECT.