| Package | Description |
|---|---|
| org.smyld.db.schema | |
| org.smyld.db.schema.oracle |
| Modifier and Type | Class and Description |
|---|---|
class |
ForeignKey |
class |
Index |
class |
PrimaryKey |
class |
ProcedureColumn |
class |
Sequence |
class |
Table |
class |
TableColumn |
class |
TableSpace |
class |
Trigger |
class |
Type |
class |
View |
| Modifier and Type | Method and Description |
|---|---|
SchemaObject |
SchemaLog.getComparedObject() |
SchemaObject |
SchemaLog.getOriginalObject() |
| Modifier and Type | Method and Description |
|---|---|
HashMap<String,SchemaObject> |
Table.getCols() |
HashMap<String,SchemaObject> |
Table.getForeignKeys() |
HashMap<String,SchemaObject> |
Table.getPrimaryKeys() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Table.addSchemaLog(SchemaObject origObj,
SchemaObject compObj) |
void |
SchemaLog.setComparedObject(SchemaObject comparedObject) |
void |
SchemaLog.setOriginalObject(SchemaObject originalObject) |
| Modifier and Type | Method and Description |
|---|---|
void |
Table.setCols(HashMap<String,SchemaObject> cols) |
void |
Table.setForeignKeys(HashMap<String,SchemaObject> foreignKeys) |
void |
Table.setPrimaryKeys(HashMap<String,SchemaObject> primaryKeys) |
| Modifier and Type | Class and Description |
|---|---|
class |
OraTable |
class |
OraTableSpace |
class |
OraTrigger |
class |
OraType |
Copyright © 2019 SMYLD. All rights reserved.