|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.melati.poem.JdbcTable
org.melati.poem.PoemTable
org.melati.poem.generated.ValueInfoTableBase
org.melati.poem.ValueInfoTable
org.melati.poem.generated.ColumnInfoTableBase
org.melati.poem.ColumnInfoTable
public class ColumnInfoTable
A Table which holds information about all Columns in
a Database.
If a database does not contain a table called columninfo
it will be created.
Melati POEM generated, programmer modifiable stub
for a ColumnInfoTable object.
Description: Configuration information about a column in the database.
Field summary for SQL table ColumnInfo
| ||
|---|---|---|
| Name | Type | Description |
| id | Integer | |
| tableinfo | TableInfo | The table to which the field belongs |
| name | String | A code-name for the field |
| displayorder | Integer | A rank determining where the field appears in lists |
| usercreateable | Boolean | Whether it makes sense for the user to initialise the field's value |
| displaylevel | DisplayLevel | A category determining what granularity of report the field appears in |
| searchability | Searchability | A category determining what level of searching this field supports |
| displayorderpriority | Integer | If present, the level at which lists of records are sorted by the field |
| sortdescending | Boolean | Whether when sorting by this column, the sort order should be reversed |
| indexed | Boolean | Whether the field is indexed (ignored if the field is marked `unique') |
| unique | Boolean | Whether the field is unique (implies that it's `indexed') |
| integrityfix | StandardIntegrityFix | How referential integrity is maintained, what to do when the object referred to is deleted |
| Constructor Summary | |
|---|---|
ColumnInfoTable(Database database,
String name,
DefinitionSource definitionSource)
Constructor. |
|
| Method Summary |
|---|
| Methods inherited from class org.melati.poem.generated.ValueInfoTableBase |
|---|
getDescriptionColumn, getDisplaynameColumn, getHeightColumn, getNullableColumn, getPrecisionColumn, getRangelimit_stringColumn, getRangelow_stringColumn, getRenderinfoColumn, getScaleColumn, getSizeColumn, getTypefactoryColumn, getUsereditableColumn, getValueInfoObject, getValueInfoObject, getWidthColumn |
| Methods inherited from class org.melati.poem.PoemTable |
|---|
postInitialise |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ColumnInfoTable(Database database,
String name,
DefinitionSource definitionSource)
throws PoemException
database - the POEM database we are usingname - the name of this TabledefinitionSource - which definition is being used
PoemException - if anything goes wrong
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||