Package | Description |
---|---|
org.biolegato.database | |
org.biolegato.database.fields | |
org.biolegato.database.schemaeditor |
Modifier and Type | Method and Description |
---|---|
DBField |
DBSchema.getNameCol() |
DBField |
DBPCD.parseField(java.lang.String table,
KeyableField key,
java.io.File parent,
boolean norecurse)
Parses a single PCD database field.
|
Constructor and Description |
---|
DBSchema(java.lang.String table,
KeyableField key,
DBField namecol) |
DBSchema(java.lang.String table,
KeyableField key,
DBField namecol,
java.util.Collection<DBField> fields) |
Constructor and Description |
---|
DBSchema(java.lang.String table,
KeyableField key,
DBField namecol,
java.util.Collection<DBField> fields) |
Modifier and Type | Interface and Description |
---|---|
interface |
KeyableField
A subclass of DBField
This subclass is used to provide easy access to methods which are only
applicable to fields which can be used as the primary key for a BLDB database
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanField |
class |
DBCommand |
class |
DBTextField |
class |
DecimalField |
class |
NumberField |
class |
ReferenceField |
Constructor and Description |
---|
ReferenceField(java.lang.String name,
java.lang.String label,
java.lang.String rootTable,
KeyableField rootKey,
java.lang.String tableRef,
KeyableField keyRef,
DBField refName)
Creates a new instance of a reference field.
|
Modifier and Type | Method and Description |
---|---|
DBField |
FieldGenerator.drop() |
Copyright © 2008-2014 University of Manitoba.