public class Database extends DataStore
| Constructor and Description |
|---|
Database() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDatabaseImportedFrom()
Return the source (typically connection name) of the database information.
|
String |
getDatabaseInstance()
Return the name of this database instance - useful if the same schemas are deployed to multiple database instances.
|
DatabaseSchema |
getDatabaseSchema() |
String |
getDatabaseType()
Return a description of the database type.
|
String |
getDatabaseVersion()
Return the version of the database - often this is related to the version of its schemas.
|
int |
hashCode() |
void |
setDatabaseImportedFrom(String databaseImportedFrom)
Set up the the source (typically connection name) of the database information.
|
void |
setDatabaseInstance(String databaseInstance)
Set up the name of this database instance - useful if the same schemas are deployed to multiple database instances.
|
void |
setDatabaseSchema(DatabaseSchema databaseSchema)
Set up the database schema for the database
|
void |
setDatabaseType(String databaseType)
Set up a description of the database type.
|
void |
setDatabaseVersion(String databaseVersion)
Set up the version of the database - often this is related to the version of its schemas.
|
String |
toString()
Standard toString method.
|
getCreateTime, getEncodingDescription, getEncodingLanguage, getEncodingProperties, getEncodingType, getModifiedTime, getPathName, setCreateTime, setEncodingDescription, setEncodingLanguage, setEncodingProperties, setEncodingType, setModifiedTime, setPathNamegetDescription, getDisplayName, getGUID, getOriginBusinessCapabilityGUID, getOriginOrganizationGUID, getOtherOriginValues, getOwner, getOwnerType, getZoneMembership, setDescription, setDisplayName, setGUID, setOriginBusinessCapabilityGUID, setOriginOrganizationGUID, setOtherOriginValues, setOwner, setOwnerType, setZoneMembershipgetAdditionalProperties, getQualifiedName, setAdditionalProperties, setQualifiedNamepublic DatabaseSchema getDatabaseSchema()
public void setDatabaseSchema(DatabaseSchema databaseSchema)
databaseSchema - DatabaseSchema objectpublic String getDatabaseType()
public void setDatabaseType(String databaseType)
databaseType - string type namepublic String getDatabaseVersion()
public void setDatabaseVersion(String databaseVersion)
databaseVersion - version namepublic String getDatabaseInstance()
public void setDatabaseInstance(String databaseInstance)
databaseInstance - instance namepublic String getDatabaseImportedFrom()
public void setDatabaseImportedFrom(String databaseImportedFrom)
databaseImportedFrom - source namepublic String toString()
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.