Package com.basis.api.admin
Interface BBjAdminMetadataDefinition
- All Superinterfaces:
BBjAdminCommitPropertyWriter
,BBjAdminCommitWriter
,BBjAdminPropertyReader
,BBjAdminPropertyWriter
,Remote
,Serializable
Contains the definition of a the database metadata defined for a particular database.
This contains information about metadata available for tables, views, SPROCs, and the
database itself.
-
Method Summary
Modifier and TypeMethodDescriptionCall this method to get a new instance of a property.Methods inherited from interface com.basis.api.admin.BBjAdminCommitPropertyWriter
getChangedProperties, getClearedProperties, getOriginalProperties
Methods inherited from interface com.basis.api.admin.BBjAdminCommitWriter
commit, rollback
Methods inherited from interface com.basis.api.admin.BBjAdminPropertyReader
checkValueEqual, contains, contains, getBoolean, getDouble, getInt, getList, getLong, getProperties, getString, getType, getTypes, getValue
Methods inherited from interface com.basis.api.admin.BBjAdminPropertyWriter
addType, canAddNewProperties, canClear, clear, clearProperties, clearProperty, getReadOnly, hasChanged, isReadOnly, setBoolean, setDouble, setInt, setList, setLong, setProperties, setString, setValue
-
Method Details
-
getTableMetadata
BBjAdminMap<String,BBjAdminProperty> getTableMetadata() -
getColumnMetadata
BBjAdminMap<String,BBjAdminProperty> getColumnMetadata() -
getIndexMetadata
BBjAdminMap<String,BBjAdminProperty> getIndexMetadata() -
getViewMetadata
BBjAdminMap<String,BBjAdminProperty> getViewMetadata() -
getStoredProcedureMetadata
BBjAdminMap<String,BBjAdminProperty> getStoredProcedureMetadata() -
getDatabaseMetadata
BBjAdminMap<String,BBjAdminProperty> getDatabaseMetadata() -
newProperty
Call this method to get a new instance of a property.- Throws:
BBjAdminException
-
getIgnoredProperties
BBjAdminList<String> getIgnoredProperties()
-