Package | Description |
---|---|
org.biolegato.database | |
org.biolegato.database.fields |
Modifier and Type | Field and Description |
---|---|
protected DBSchema |
EntriesListModel.schema
The database table/schema to display the entries for
|
Modifier and Type | Method and Description |
---|---|
DBSchema |
DBCanvas.getCurrentSchema()
Returns the current schema
|
DBSchema |
DBPCD.parseSchema(java.io.File parent,
boolean norecurse)
Parses a PCD database schema.
|
DBSchema |
DBCanvas.readSchema(java.lang.String schemaname) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<EntriesListModel.Entry> |
EntriesListModel.getEntries(java.sql.Connection conn,
DBSchema schema)
Get all of the entries for the current database schema
|
Constructor and Description |
---|
EntriesListModel(java.sql.Connection conn,
DBSchema schema)
Creates a new instance of the entries list model object - a list model
for displaying all of the entries of a schema.
|
Modifier and Type | Field and Description |
---|---|
protected DBSchema |
ReferenceField.reference
The reference schema object - the schema which is being referenced
This is really an arbitrary designation since both schemas 'root'
and 'reference' can be read by the same table (i.e.
|
protected DBSchema |
ReferenceField.root
The root schema object - the schema which is being referenced from
This is really an arbitrary designation since both schemas 'root'
and 'reference' can be read by the same table (i.e.
|
Constructor and Description |
---|
ReferenceField(java.lang.String name,
DBSchema root,
DBSchema reference)
Creates a new instance of a reference field.
|
ReferenceField(java.lang.String name,
java.lang.String label,
DBSchema root,
DBSchema reference)
Creates a new instance of a reference field.
|
Copyright © 2008-2014 University of Manitoba.