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 MetaDataType
MetaDataType. 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 SpreadSheet
MetaDataUtils. 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 MetaDataType
AbstractDatabaseMetaData. m_MetaDataType
the type of meta-data to return.Methods in adams.flow.source that return MetaDataType Modifier and Type Method Description MetaDataType
AbstractDatabaseMetaData. getMetaDataType()
Returns the type of meta-data to retrieve.Methods in adams.flow.source with parameters of type MetaDataType Modifier and Type Method Description void
AbstractDatabaseMetaData. 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_ComboBoxMetaDataType
the combobox with the metadata types.
-