|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DbSchema | |
---|---|
org.riverock.dbrevision.annotation.schema.db | |
org.riverock.dbrevision.db | |
org.riverock.dbrevision.system |
Uses of DbSchema in org.riverock.dbrevision.annotation.schema.db |
---|
Fields in org.riverock.dbrevision.annotation.schema.db declared as DbSchema | |
---|---|
protected DbSchema |
DbDatabase.schema
|
Methods in org.riverock.dbrevision.annotation.schema.db that return DbSchema | |
---|---|
DbSchema |
ObjectFactory.createDbSchema()
Create an instance of DbSchema |
DbSchema |
DbDatabase.getSchema()
Gets the value of the schema property. |
Methods in org.riverock.dbrevision.annotation.schema.db that return types with arguments of type DbSchema | |
---|---|
javax.xml.bind.JAXBElement<DbSchema> |
ObjectFactory.createSchemaElement(DbSchema value)
Create an instance of JAXBElement < DbSchema > } |
Methods in org.riverock.dbrevision.annotation.schema.db with parameters of type DbSchema | |
---|---|
javax.xml.bind.JAXBElement<DbSchema> |
ObjectFactory.createSchemaElement(DbSchema value)
Create an instance of JAXBElement < DbSchema > } |
void |
DbDatabase.setSchema(DbSchema value)
Sets the value of the schema property. |
Uses of DbSchema in org.riverock.dbrevision.db |
---|
Methods in org.riverock.dbrevision.db that return DbSchema | |
---|---|
static DbSchema |
DatabaseManager.getDbStructure(Database adapter)
|
static DbSchema |
DatabaseManager.getDbStructure(Database adapter,
boolean isOnlyCurrent)
|
Methods in org.riverock.dbrevision.db with parameters of type DbSchema | |
---|---|
static void |
DatabaseManager.createWithReplaceAllView(Database adapter,
DbSchema millSchema)
|
static DbField |
DatabaseManager.getFieldFromStructure(DbSchema schema,
String tableName,
String fieldName)
|
static DbTable |
DatabaseManager.getTableFromStructure(DbSchema schema,
String tableName)
|
static DbView |
DatabaseManager.getViewFromStructure(DbSchema schema,
String viewName)
|
static boolean |
DatabaseManager.isFieldExists(DbSchema schema,
DbTable table,
DbField field)
|
static boolean |
DatabaseManager.isTableExists(DbSchema schema,
DbTable table)
|
Uses of DbSchema in org.riverock.dbrevision.system |
---|
Methods in org.riverock.dbrevision.system with parameters of type DbSchema | |
---|---|
static void |
DbStructureImport.importStructure(Database database,
DbSchema millSchema,
boolean isData)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |