All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

A

addIndexColumn(ResultSet). Method in class da.da_IndexElement
Add an column to this index, based on the InputIndexesResultSet.
analyseCatalogs(DatabaseMetaData). Method in class da.da_DatabaseSchemaElement
Find out about the catalogs in this database.
analyseColumn(DatabaseMetaData, ResultSet). Method in class da.da_ColumnElement
Analyse the definition of the column whose details are in the InputColumnResultSet, and model it here.
analyseColumn(DatabaseMetaData, ResultSet). Method in class da.da_ViewColumnElement
Analyse the definition of the column whose details are in the InputColumnResultSet, and model it here.
analyseColumns(DatabaseMetaData). Method in class da.da_DatabaseTableElement
Find out about the columns in this table.
analyseColumns(DatabaseMetaData). Method in class da.da_DatabaseViewElement
Find out about the columns in this view.
analyseColumns(DatabaseMetaData, ResultSet). Method in class da.da_ColumnsElement
Analyse the definition of the columns whose details are in the InputColumnsResultSet, and model it here.
analyseDatabase(). Method in class da.da_DatabaseConnectDialog
Analyse the database, and reflect the details in the document model.
analyseDatabase(DatabaseMetaData). Method in class da.da_DatabaseSchemaElement
Analyse the database, and put the details into the document model.
analyseIndexColumn(ResultSet). Method in class da.da_IndexColumnElement
Set up this index column, based on the InputIndexesResultSet.
analyseIndexes(DatabaseMetaData). Method in class da.da_DatabaseTableElement
Find out about the indexes in this table.
analyseIndexes(DatabaseMetaData, ResultSet). Method in class da.da_IndexesElement
Analyse the definition of the indexes whose details are in the InputIndexesResultSet, and model it here.
analyseSchemas(DatabaseMetaData). Method in class da.da_DatabaseSchemaElement
Find out about the schemas in this database.
analyseTable(DatabaseMetaData, ResultSet). Method in class da.da_DatabaseTableElement
Analyse the definition of the table whose details are in the InputTableResultSet, and model it here.
analyseTables(DatabaseMetaData). Method in class da.da_DatabaseSchemaElement
Find out about the tables in this database.
analyseTableTypes(DatabaseMetaData). Method in class da.da_DatabaseSchemaElement
Find out about the types of table supported by this database.
analyseView(DatabaseMetaData, ResultSet). Method in class da.da_DatabaseViewElement
Analyse the definition of the view whose details are in the InputViewResultSet, and model it here.
analyseViews(DatabaseMetaData). Method in class da.da_DatabaseSchemaElement
Find out about the views in this database.

C

ClassAttName. Static variable in class da.da_DatabaseSchemaElement
The name of the attribute which holds the name of the driver class.
ColumnName. Variable in class da.da_ColumnElement
The name of this column.
ColumnName. Variable in class da.da_ViewColumnElement
The name of this column.
ColumnSizeAttName. Static variable in class da.da_ColumnElement
The name of the attribute which holds the size of this column.

D

da_ColumnElement(). Constructor for class da.da_ColumnElement
Construct a database column element with no name.
da_ColumnElement(String). Constructor for class da.da_ColumnElement
Construct a database column element with a name.
da_ColumnsElement(). Constructor for class da.da_ColumnsElement
Construct a database columns element with no name.
da_ColumnsElement(String). Constructor for class da.da_ColumnsElement
Construct a database columns element with a name.
da_DatabaseConnectDialog(Frame). Constructor for class da.da_DatabaseConnectDialog
Constructor.
da_DatabaseConnectDialog(Frame, xm_DocumentModel). Constructor for class da.da_DatabaseConnectDialog
Constructor.
da_DatabaseDriverDialog(Frame). Constructor for class da.da_DatabaseDriverDialog
Constructor.
da_DatabaseSchemaElement(). Constructor for class da.da_DatabaseSchemaElement
Construct a database schema element with no name.
da_DatabaseSchemaElement(String). Constructor for class da.da_DatabaseSchemaElement
Construct a database schema element with a name.
da_DatabaseSchemaManager(). Constructor for class da.da_DatabaseSchemaManager
da_DatabaseTableElement(). Constructor for class da.da_DatabaseTableElement
Construct a database table element with no name.
da_DatabaseTableElement(String). Constructor for class da.da_DatabaseTableElement
Construct a database table element with a name.
da_DatabaseViewElement(). Constructor for class da.da_DatabaseViewElement
Construct a database view element with no name.
da_DatabaseViewElement(String). Constructor for class da.da_DatabaseViewElement
Construct a database view element with a name.
da_IndexColumnElement(). Constructor for class da.da_IndexColumnElement
Construct an index column element with no name.
da_IndexColumnElement(String). Constructor for class da.da_IndexColumnElement
Construct an index column element with a name.
da_IndexElement(). Constructor for class da.da_IndexElement
Construct a database table indexes element with no name.
da_IndexElement(String). Constructor for class da.da_IndexElement
Construct a database table indexes element with a name.
da_IndexesElement(). Constructor for class da.da_IndexesElement
Construct a database table indexes element with no name.
da_IndexesElement(String). Constructor for class da.da_IndexesElement
Construct a database table indexes element with a name.
da_ViewColumnElement(). Constructor for class da.da_ViewColumnElement
Construct a view column element with no name.
da_ViewColumnElement(String). Constructor for class da.da_ViewColumnElement
Construct a view column element with a name.
DataTypeAttName. Static variable in class da.da_ColumnElement
The name of the attribute which holds the data type of this column (using one of the values defined in java.sql.Types).
DataTypeNameAttName. Static variable in class da.da_ColumnElement
The name of the attribute which holds the data type name of this column.
DecimalDigitsAttName. Static variable in class da.da_ColumnElement
The name of the attribute which holds the number of decimal digits of this column.

G

getConnection(). Method in class da.da_DatabaseConnectDialog
Retrieve the connection which was established (or null if one hasn't been established).
getDocumentModel(). Method in class da.da_DatabaseConnectDialog
Retrieve the document model into which we placed the analysed structure of the database.

I

IndexColumnName. Variable in class da.da_IndexColumnElement
The name of this index column.
IndexName. Variable in class da.da_IndexElement
The name of this index.
initScreen(). Method in class da.da_DatabaseConnectDialog
Initialise the screen.

N

NameAttName. Static variable in class da.da_ColumnElement
The name of the attribute which holds the name of this column.
NameAttName. Static variable in class da.da_DatabaseTableElement
The name of the attribute which holds the name of this table.
NameAttName. Static variable in class da.da_DatabaseViewElement
The name of the attribute which holds the name of this view.
NameAttName. Static variable in class da.da_IndexColumnElement
The name of the attribute which holds the name of this column.
NameAttName. Static variable in class da.da_IndexElement
The name of the attribute which holds the name of this index.
NameAttName. Static variable in class da.da_ViewColumnElement
The name of the attribute which holds the name of this column.

R

RegisteredName. Static variable in class da.da_ColumnElement
The element type name normally used in XML for this sort of element.
RegisteredName. Static variable in class da.da_ColumnsElement
The element type name normally used in XML for this sort of element.
RegisteredName. Static variable in class da.da_DatabaseSchemaElement
The element type name normally used in XML for this sort of element.
RegisteredName. Static variable in class da.da_DatabaseTableElement
The element type name normally used in XML for this sort of element.
RegisteredName. Static variable in class da.da_DatabaseViewElement
The element type name normally used in XML for this sort of element.
RegisteredName. Static variable in class da.da_IndexColumnElement
The element type name normally used in XML for this sort of element.
RegisteredName. Static variable in class da.da_IndexElement
The element type name normally used in XML for this sort of element.
RegisteredName. Static variable in class da.da_IndexesElement
The element type name normally used in XML for this sort of element.
RegisteredName. Static variable in class da.da_ViewColumnElement
The element type name normally used in XML for this sort of element.
registerElementClasses(). Static method in class da.da_DatabaseSchemaManager

Register special types of element classes used for the various parts of a database schema.

The present approach isn't ideal: it's static, so affects all XML parsing, and it doesn't permit the unregistering of all the special registrations.


S

setDocumentModel(xm_DocumentModel). Method in class da.da_DatabaseConnectDialog
Pass in the document model into which we are to place the analysed structure of the database.
setIndexName(String). Method in class da.da_IndexElement
Set the name of this index.
SortSequenceAttName. Static variable in class da.da_IndexColumnElement
The name of the attribute which holds the sort sequence of this column.

T

TableName. Variable in class da.da_DatabaseTableElement
The name of this table.
TableNameAttName. Static variable in class da.da_ViewColumnElement
The name of the table this column comes from.
toString(). Method in class da.da_ColumnElement
Get a summary descriptive string suitable for display in the tree view or elsewhere.
toString(). Method in class da.da_ColumnsElement
Return a string representation of the element (intended for use as debug output).
toString(). Method in class da.da_DatabaseSchemaElement
Get a summary descriptive string suitable for display in the tree view or elsewhere.
toString(). Method in class da.da_DatabaseTableElement
Return a string representation of the element (intended for use as debug output).
toString(). Method in class da.da_DatabaseViewElement
Return a string representation of the element (intended for use as debug output).
toString(). Method in class da.da_IndexColumnElement
Get a summary descriptive string suitable for display in the tree view or elsewhere.
toString(). Method in class da.da_IndexElement
Get a summary descriptive string suitable for display in the tree view or elsewhere.
toString(). Method in class da.da_IndexesElement
Get a summary descriptive string suitable for display in the tree view or elsewhere.
toString(). Method in class da.da_ViewColumnElement
Get a summary descriptive string suitable for display in the tree view or elsewhere.

V

verify(). Method in class da.da_ColumnElement

Verify that this node is correct (ie.

verify(). Method in class da.da_DatabaseSchemaElement

Verify that this node is correct (ie.

verify(). Method in class da.da_DatabaseTableElement

Verify that this node is correct (ie.

verify(). Method in class da.da_DatabaseViewElement

Verify that this node is correct (ie.

verify(). Method in class da.da_IndexColumnElement

Verify that this node is correct (ie.

verify(). Method in class da.da_IndexElement

Verify that this node is correct (ie.

verify(). Method in class da.da_ViewColumnElement

Verify that this node is correct (ie.

ViewName. Variable in class da.da_DatabaseViewElement
The name of this view.