|
|||||||||
| Home >> All >> org >> objectstyle >> ashwood >> [ dbutil overview ] | PREV NEXT | ||||||||
A
- acyclic - Variable in class org.objectstyle.ashwood.dbutil.RandomSchema
- addColumn(Column) - Method in class org.objectstyle.ashwood.dbutil.Table
- addForeignKey(ForeignKey) - Method in class org.objectstyle.ashwood.dbutil.Table
- addPrimaryKey(PrimaryKey) - Method in class org.objectstyle.ashwood.dbutil.Table
B
- buildReferentialDigraph(Digraph, Collection) - Static method in class org.objectstyle.ashwood.dbutil.DbUtils
C
- Column - class org.objectstyle.ashwood.dbutil.Column.
- Column() - Constructor for class org.objectstyle.ashwood.dbutil.Column
- catalog - Variable in class org.objectstyle.ashwood.dbutil.RandomSchema
- catalog - Variable in class org.objectstyle.ashwood.dbutil.Table
- charOctetLength - Variable in class org.objectstyle.ashwood.dbutil.Column
- columnName - Variable in class org.objectstyle.ashwood.dbutil.ForeignKey
- columnName - Variable in class org.objectstyle.ashwood.dbutil.PrimaryKey
- columns - Variable in class org.objectstyle.ashwood.dbutil.Table
- composeFullName(String, String, String) - Static method in class org.objectstyle.ashwood.dbutil.Table
D
- DbUtils - class org.objectstyle.ashwood.dbutil.DbUtils.
- DbUtils() - Constructor for class org.objectstyle.ashwood.dbutil.DbUtils
- dataType - Variable in class org.objectstyle.ashwood.dbutil.Column
- decimalDigits - Variable in class org.objectstyle.ashwood.dbutil.Column
- defaultValue - Variable in class org.objectstyle.ashwood.dbutil.Column
- deferrability - Variable in class org.objectstyle.ashwood.dbutil.ForeignKey
- deleteRule - Variable in class org.objectstyle.ashwood.dbutil.ForeignKey
F
- ForeignKey - class org.objectstyle.ashwood.dbutil.ForeignKey.
- ForeignKey() - Constructor for class org.objectstyle.ashwood.dbutil.ForeignKey
- ForeignKey(Column) - Constructor for class org.objectstyle.ashwood.dbutil.ForeignKey
- foreignKeys - Variable in class org.objectstyle.ashwood.dbutil.Table
G
- generate() - Method in class org.objectstyle.ashwood.dbutil.RandomSchema
- generateAcyclicSchema() - Method in class org.objectstyle.ashwood.dbutil.RandomSchema
- generateFkCountForLoop() - Method in class org.objectstyle.ashwood.dbutil.RandomSchema
- generateTable(Integer, Digraph) - Method in class org.objectstyle.ashwood.dbutil.RandomSchema
- getAllTables(String, String, Collection, DatabaseMetaData) - Static method in class org.objectstyle.ashwood.dbutil.DbUtils
- getCatalog() - Method in class org.objectstyle.ashwood.dbutil.RandomSchema
- getCatalog() - Method in class org.objectstyle.ashwood.dbutil.Table
- getCharOctetLength() - Method in class org.objectstyle.ashwood.dbutil.Column
- getColumnName() - Method in class org.objectstyle.ashwood.dbutil.ForeignKey
- getColumnName() - Method in class org.objectstyle.ashwood.dbutil.PrimaryKey
- getColumns() - Method in class org.objectstyle.ashwood.dbutil.Table
- getDataType() - Method in class org.objectstyle.ashwood.dbutil.Column
- getDecimalDigits() - Method in class org.objectstyle.ashwood.dbutil.Column
- getDefaultValue() - Method in class org.objectstyle.ashwood.dbutil.Column
- getDeferrability() - Method in class org.objectstyle.ashwood.dbutil.ForeignKey
- getDeleteRule() - Method in class org.objectstyle.ashwood.dbutil.ForeignKey
- getForeignKeys() - Method in class org.objectstyle.ashwood.dbutil.Table
- getFullName() - Method in class org.objectstyle.ashwood.dbutil.Table
- getIncrement() - Method in class org.objectstyle.ashwood.dbutil.Sequence
- getInitialValue() - Method in class org.objectstyle.ashwood.dbutil.Sequence
- getKeySequence() - Method in class org.objectstyle.ashwood.dbutil.ForeignKey
- getKeySequence() - Method in class org.objectstyle.ashwood.dbutil.PrimaryKey
- getLoopCount() - Method in class org.objectstyle.ashwood.dbutil.RandomSchema
- getMaxForeignKeysPerTable() - Method in class org.objectstyle.ashwood.dbutil.RandomSchema
- getMaxLoopsPerTable() - Method in class org.objectstyle.ashwood.dbutil.RandomSchema
- getMaxReferencesPerTable() - Method in class org.objectstyle.ashwood.dbutil.RandomSchema
- getName() - Method in class org.objectstyle.ashwood.dbutil.Column
- getName() - Method in class org.objectstyle.ashwood.dbutil.ForeignKey
- getName() - Method in class org.objectstyle.ashwood.dbutil.PrimaryKey
- getName() - Method in class org.objectstyle.ashwood.dbutil.Sequence
- getName() - Method in class org.objectstyle.ashwood.dbutil.Table
- getNullable() - Method in class org.objectstyle.ashwood.dbutil.Column
- getOrdinalPosition() - Method in class org.objectstyle.ashwood.dbutil.Column
- getOwner() - Method in class org.objectstyle.ashwood.dbutil.Column
- getOwner() - Method in class org.objectstyle.ashwood.dbutil.ForeignKey
- getOwner() - Method in class org.objectstyle.ashwood.dbutil.PrimaryKey
- getPkColumnName() - Method in class org.objectstyle.ashwood.dbutil.ForeignKey
- getPkName() - Method in class org.objectstyle.ashwood.dbutil.ForeignKey
- getPkTableCatalog() - Method in class org.objectstyle.ashwood.dbutil.ForeignKey
- getPkTableName() - Method in class org.objectstyle.ashwood.dbutil.ForeignKey
- getPkTableSchema() - Method in class org.objectstyle.ashwood.dbutil.ForeignKey
- getPrimaryKeys() - Method in class org.objectstyle.ashwood.dbutil.Table
- getRadix() - Method in class org.objectstyle.ashwood.dbutil.Column
- getRandomizer() - Method in class org.objectstyle.ashwood.dbutil.RandomSchema
- getRemarks() - Method in class org.objectstyle.ashwood.dbutil.Column
- getSchema() - Method in class org.objectstyle.ashwood.dbutil.Table
- getSchemaGraph() - Method in class org.objectstyle.ashwood.dbutil.RandomSchema
- getSchemaName() - Method in class org.objectstyle.ashwood.dbutil.RandomSchema
- getSequencesByTable() - Method in class org.objectstyle.ashwood.dbutil.RandomSchema
- getSize() - Method in class org.objectstyle.ashwood.dbutil.Column
- getTableCount() - Method in class org.objectstyle.ashwood.dbutil.RandomSchema
- getTables() - Method in class org.objectstyle.ashwood.dbutil.RandomSchema
- getTypeName() - Method in class org.objectstyle.ashwood.dbutil.Column
- getUpdateRule() - Method in class org.objectstyle.ashwood.dbutil.ForeignKey
I
- increment - Variable in class org.objectstyle.ashwood.dbutil.Sequence
- initialValue - Variable in class org.objectstyle.ashwood.dbutil.Sequence
- isAcyclic() - Method in class org.objectstyle.ashwood.dbutil.RandomSchema
K
- keySequence - Variable in class org.objectstyle.ashwood.dbutil.ForeignKey
- keySequence - Variable in class org.objectstyle.ashwood.dbutil.PrimaryKey
L
- loopCount - Variable in class org.objectstyle.ashwood.dbutil.RandomSchema
M
- maxForeignKeysPerTable - Variable in class org.objectstyle.ashwood.dbutil.RandomSchema
- maxLoopsPerTable - Variable in class org.objectstyle.ashwood.dbutil.RandomSchema
- maxReferencesPerTable - Variable in class org.objectstyle.ashwood.dbutil.RandomSchema
N
- name - Variable in class org.objectstyle.ashwood.dbutil.Column
- name - Variable in class org.objectstyle.ashwood.dbutil.ForeignKey
- name - Variable in class org.objectstyle.ashwood.dbutil.PrimaryKey
- name - Variable in class org.objectstyle.ashwood.dbutil.Sequence
- name - Variable in class org.objectstyle.ashwood.dbutil.Table
- nullable - Variable in class org.objectstyle.ashwood.dbutil.Column
O
- ordinalPosition - Variable in class org.objectstyle.ashwood.dbutil.Column
- org.objectstyle.ashwood.dbutil - package org.objectstyle.ashwood.dbutil
- owner - Variable in class org.objectstyle.ashwood.dbutil.Column
- owner - Variable in class org.objectstyle.ashwood.dbutil.ForeignKey
- owner - Variable in class org.objectstyle.ashwood.dbutil.PrimaryKey
P
- PrimaryKey - class org.objectstyle.ashwood.dbutil.PrimaryKey.
- PrimaryKey() - Constructor for class org.objectstyle.ashwood.dbutil.PrimaryKey
- PrimaryKey(Column) - Constructor for class org.objectstyle.ashwood.dbutil.PrimaryKey
- pkColumnName - Variable in class org.objectstyle.ashwood.dbutil.ForeignKey
- pkName - Variable in class org.objectstyle.ashwood.dbutil.ForeignKey
- pkTableCatalog - Variable in class org.objectstyle.ashwood.dbutil.ForeignKey
- pkTableName - Variable in class org.objectstyle.ashwood.dbutil.ForeignKey
- pkTableSchema - Variable in class org.objectstyle.ashwood.dbutil.ForeignKey
- primaryKeys - Variable in class org.objectstyle.ashwood.dbutil.Table
R
- RandomSchema - class org.objectstyle.ashwood.dbutil.RandomSchema.
- RandomSchema() - Constructor for class org.objectstyle.ashwood.dbutil.RandomSchema
- radix - Variable in class org.objectstyle.ashwood.dbutil.Column
- randomizer - Variable in class org.objectstyle.ashwood.dbutil.RandomSchema
- refresh(DatabaseMetaData) - Method in class org.objectstyle.ashwood.dbutil.Table
- refreshColumns(DatabaseMetaData) - Method in class org.objectstyle.ashwood.dbutil.Table
- refreshForeignKeys(DatabaseMetaData) - Method in class org.objectstyle.ashwood.dbutil.Table
- refreshPrimaryKeys(DatabaseMetaData) - Method in class org.objectstyle.ashwood.dbutil.Table
- refreshTables(Collection, DatabaseMetaData) - Static method in class org.objectstyle.ashwood.dbutil.DbUtils
- refreshTables(Collection, DatabaseMetaData, boolean, boolean, boolean) - Static method in class org.objectstyle.ashwood.dbutil.DbUtils
- remarks - Variable in class org.objectstyle.ashwood.dbutil.Column
- removeColumn(Column) - Method in class org.objectstyle.ashwood.dbutil.Table
- removeForeignKey(ForeignKey) - Method in class org.objectstyle.ashwood.dbutil.Table
- removePrimaryKey(PrimaryKey) - Method in class org.objectstyle.ashwood.dbutil.Table
S
- Sequence - class org.objectstyle.ashwood.dbutil.Sequence.
- Sequence() - Constructor for class org.objectstyle.ashwood.dbutil.Sequence
- Sequence(String) - Constructor for class org.objectstyle.ashwood.dbutil.Sequence
- schema - Variable in class org.objectstyle.ashwood.dbutil.Table
- schemaGraph - Variable in class org.objectstyle.ashwood.dbutil.RandomSchema
- schemaName - Variable in class org.objectstyle.ashwood.dbutil.RandomSchema
- sequencesByTable - Variable in class org.objectstyle.ashwood.dbutil.RandomSchema
- setAcyclic(boolean) - Method in class org.objectstyle.ashwood.dbutil.RandomSchema
- setCatalog(String) - Method in class org.objectstyle.ashwood.dbutil.RandomSchema
- setCatalog(String) - Method in class org.objectstyle.ashwood.dbutil.Table
- setCharOctetLength(int) - Method in class org.objectstyle.ashwood.dbutil.Column
- setColumnName(String) - Method in class org.objectstyle.ashwood.dbutil.ForeignKey
- setColumnName(String) - Method in class org.objectstyle.ashwood.dbutil.PrimaryKey
- setDataType(int) - Method in class org.objectstyle.ashwood.dbutil.Column
- setDecimalDigits(int) - Method in class org.objectstyle.ashwood.dbutil.Column
- setDefaultValue(String) - Method in class org.objectstyle.ashwood.dbutil.Column
- setDeferrability(short) - Method in class org.objectstyle.ashwood.dbutil.ForeignKey
- setDeleteRule(short) - Method in class org.objectstyle.ashwood.dbutil.ForeignKey
- setIncrement(int) - Method in class org.objectstyle.ashwood.dbutil.Sequence
- setInitialValue(int) - Method in class org.objectstyle.ashwood.dbutil.Sequence
- setKeySequence(short) - Method in class org.objectstyle.ashwood.dbutil.ForeignKey
- setKeySequence(short) - Method in class org.objectstyle.ashwood.dbutil.PrimaryKey
- setLoopCount(int) - Method in class org.objectstyle.ashwood.dbutil.RandomSchema
- setMaxForeignKeysPerTable(int) - Method in class org.objectstyle.ashwood.dbutil.RandomSchema
- setMaxLoopsPerTable(int) - Method in class org.objectstyle.ashwood.dbutil.RandomSchema
- setMaxReferencesPerTable(int) - Method in class org.objectstyle.ashwood.dbutil.RandomSchema
- setName(String) - Method in class org.objectstyle.ashwood.dbutil.Column
- setName(String) - Method in class org.objectstyle.ashwood.dbutil.ForeignKey
- setName(String) - Method in class org.objectstyle.ashwood.dbutil.PrimaryKey
- setName(String) - Method in class org.objectstyle.ashwood.dbutil.Sequence
- setName(String) - Method in class org.objectstyle.ashwood.dbutil.Table
- setNullable(int) - Method in class org.objectstyle.ashwood.dbutil.Column
- setOrdinalPosition(int) - Method in class org.objectstyle.ashwood.dbutil.Column
- setOwner(Table) - Method in class org.objectstyle.ashwood.dbutil.Column
- setOwner(Table) - Method in class org.objectstyle.ashwood.dbutil.ForeignKey
- setOwner(Table) - Method in class org.objectstyle.ashwood.dbutil.PrimaryKey
- setPkColumnName(String) - Method in class org.objectstyle.ashwood.dbutil.ForeignKey
- setPkName(String) - Method in class org.objectstyle.ashwood.dbutil.ForeignKey
- setPkTableCatalog(String) - Method in class org.objectstyle.ashwood.dbutil.ForeignKey
- setPkTableName(String) - Method in class org.objectstyle.ashwood.dbutil.ForeignKey
- setPkTableSchema(String) - Method in class org.objectstyle.ashwood.dbutil.ForeignKey
- setRadix(int) - Method in class org.objectstyle.ashwood.dbutil.Column
- setRandomizer(Random) - Method in class org.objectstyle.ashwood.dbutil.RandomSchema
- setRemarks(String) - Method in class org.objectstyle.ashwood.dbutil.Column
- setSchema(String) - Method in class org.objectstyle.ashwood.dbutil.Table
- setSchemaName(String) - Method in class org.objectstyle.ashwood.dbutil.RandomSchema
- setSize(int) - Method in class org.objectstyle.ashwood.dbutil.Column
- setTableCount(int) - Method in class org.objectstyle.ashwood.dbutil.RandomSchema
- setTypeName(String) - Method in class org.objectstyle.ashwood.dbutil.Column
- setUpdateRule(short) - Method in class org.objectstyle.ashwood.dbutil.ForeignKey
- size - Variable in class org.objectstyle.ashwood.dbutil.Column
T
- Table - class org.objectstyle.ashwood.dbutil.Table.
- Table() - Constructor for class org.objectstyle.ashwood.dbutil.Table
- Table(String, String, String) - Constructor for class org.objectstyle.ashwood.dbutil.Table
- tableCount - Variable in class org.objectstyle.ashwood.dbutil.RandomSchema
- tables - Variable in class org.objectstyle.ashwood.dbutil.RandomSchema
- toCreateSQL(PrintWriter) - Method in class org.objectstyle.ashwood.dbutil.Sequence
- toCreateSQL(PrintWriter) - Method in class org.objectstyle.ashwood.dbutil.Table
- toDropSQL(PrintWriter) - Method in class org.objectstyle.ashwood.dbutil.Sequence
- toDropSQL(PrintWriter) - Method in class org.objectstyle.ashwood.dbutil.Table
- toString() - Method in class org.objectstyle.ashwood.dbutil.Table
- typeName - Variable in class org.objectstyle.ashwood.dbutil.Column
U
- updateRule - Variable in class org.objectstyle.ashwood.dbutil.ForeignKey
A B C D F G I K L M N O P R S T U
|
|||||||||
| Home >> All >> org >> objectstyle >> ashwood >> [ dbutil overview ] | PREV NEXT | ||||||||