|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataScheme
Represents a data scheme.
Implementation note: Will be backed up by a table in an SQL database.
Method Summary | |
---|---|
java.lang.String |
getAutoLoadCondition()
Returns the condition for records that are build according to this DataScheme
when they shall be automatically loaded to a visible table on
program start. |
DataColumn[] |
getColumns()
Returns the DataColumns . |
int |
getLength()
Returns the number of DataColumns . |
java.lang.String |
getMailCondition()
Returns the condition for records that are build according to this DataScheme
when a mail is to be sent. |
java.lang.String |
getName()
Returns the name of this column. |
Method Detail |
---|
int getLength()
DataColumns
.
DataColumns
DataColumn[] getColumns()
DataColumns
.
DataColumns
java.lang.String getName()
java.lang.String getMailCondition()
DataScheme
when a mail is to be sent. String types
are NOT quoted. E. g.: status=erledigt
.
java.lang.String getAutoLoadCondition()
DataScheme
when they shall be automatically loaded to a visible table on
program start. Strict SQL syntax. String types
ARE quoted. E. g.:
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |