Uses of Class
adams.db.MetaDataType
-
Packages that use MetaDataType Package Description adams.db adams.flow.source adams.gui.tools.sqlworkbench -
-
Uses of MetaDataType in adams.db
Methods in adams.db that return MetaDataType Modifier and Type Method Description static MetaDataType[]MetaDataUtils. typesRequireTable()Returns the metadata types that require a table.static MetaDataTypeMetaDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static MetaDataType[]MetaDataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.db with parameters of type MetaDataType Modifier and Type Method Description static SpreadSheetMetaDataUtils. getMetaData(AbstractDatabaseConnection conn, AbstractTypeMapper mapper, MetaDataType type, String table, MessageCollection errors)Generates spreadsheet with the metadata. -
Uses of MetaDataType in adams.flow.source
Fields in adams.flow.source declared as MetaDataType Modifier and Type Field Description protected MetaDataTypeAbstractDatabaseMetaData. m_MetaDataTypethe type of meta-data to return.Methods in adams.flow.source that return MetaDataType Modifier and Type Method Description MetaDataTypeAbstractDatabaseMetaData. getMetaDataType()Returns the type of meta-data to retrieve.Methods in adams.flow.source with parameters of type MetaDataType Modifier and Type Method Description voidAbstractDatabaseMetaData. setMetaDataType(MetaDataType value)Sets the type of meta-data to retrieve. -
Uses of MetaDataType in adams.gui.tools.sqlworkbench
Fields in adams.gui.tools.sqlworkbench with type parameters of type MetaDataType Modifier and Type Field Description protected BaseComboBox<MetaDataType>SqlMetaDataPanel. m_ComboBoxMetaDataTypethe combobox with the metadata types.
-