Interface MetadataType

All Superinterfaces:
Serializable
All Known Implementing Classes:
Attribute, BestRowIdentifier, Catalog, ClientInfoProperty, Column, ColumnPrivilege, CrossReference, ExportedKey, Function, FunctionColumn, ImportedKey, IndexInfo, PrimaryKey, Procedure, ProcedureColumn, PseudoColumn, Schema, SuperTable, SuperType, Table, TableKey, TablePrivilege, TableType, TypeInfo, UDT, VersionColumn

public interface MetadataType extends Serializable
The parent interface for binding database metadata types.
Author:
Jin Kwon <onacit_at_gmail.com>
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a map of unmapped values.
  • Method Details

    • getUnmappedValues

      Map<String,Object> getUnmappedValues()
      Returns a map of unmapped values.
      Returns:
      a map of unmapped values.