- Cache - Class in org.melati.poem.util
-
A store whose capacity has a guaranteed lower limit but whose upper limit
is bounded by the amount of memory available to the JVM.
- Cache(int) - Constructor for class org.melati.poem.util.Cache
-
Constructor with maximum size.
- Cache.InconsistencyException - Exception in org.melati.poem.util
-
Thrown if one or more problems are discovered with cache consistency.
- Cache.Info - Class in org.melati.poem.util
-
A class which enables reporting upon the state of the Cache.
- CachedCount - Class in org.melati.poem
-
A cached instance of an SQL count query.
- CachedCount(Table<?>, String, Table<?>[]) - Constructor for class org.melati.poem.CachedCount
-
Constructor.
- CachedCount(Persistent, boolean, boolean) - Constructor for class org.melati.poem.CachedCount
-
Create a count from a Persistent.
- CachedCount(Table<?>, String) - Constructor for class org.melati.poem.CachedCount
-
Constructor where whereClause does not involve other tables.
- cachedCount(String, boolean) - Method in class org.melati.poem.JdbcTable
-
A mechanism for caching a record count.
- cachedCount(String, boolean, boolean) - Method in class org.melati.poem.JdbcTable
-
A mechanism for caching a record count.
- cachedCount(Persistent, boolean, boolean) - Method in class org.melati.poem.JdbcTable
-
A mechanism for caching a record count.
- cachedCount(Persistent) - Method in class org.melati.poem.JdbcTable
-
- cachedCount(String) - Method in class org.melati.poem.JdbcTable
-
A mechanism for caching a record count.
- cachedCount() - Method in class org.melati.poem.JdbcTable
-
- cachedCount(String, boolean) - Method in interface org.melati.poem.Table
-
A mechanism for caching a record count.
- cachedCount(String, boolean, boolean) - Method in interface org.melati.poem.Table
-
A mechanism for caching a record count.
- cachedCount(Persistent, boolean, boolean) - Method in interface org.melati.poem.Table
-
A mechanism for caching a record count.
- cachedCount(Persistent) - Method in interface org.melati.poem.Table
-
- cachedCount(String) - Method in interface org.melati.poem.Table
-
A mechanism for caching a record count.
- cachedCount() - Method in interface org.melati.poem.Table
-
- CachedExists - Class in org.melati.poem
-
A cached instance of an SQL count > 0 query.
- CachedExists(Table<?>, String, Table<?>[]) - Constructor for class org.melati.poem.CachedExists
-
Constructor.
- CachedExists(Table<?>, String) - Constructor for class org.melati.poem.CachedExists
-
- cachedExists(String) - Method in class org.melati.poem.JdbcTable
-
A mechanism for caching an existance.
- cachedExists(String) - Method in interface org.melati.poem.Table
-
A mechanism for caching an existance.
- CachedIndexFactory - Class in org.melati.poem.util
-
Supply and cache objects identified by a numeric index.
- CachedIndexFactory() - Constructor for class org.melati.poem.util.CachedIndexFactory
-
- CachedQuery<T> - Class in org.melati.poem
-
Object to return the results of a query with caching.
- CachedQuery(Table<?>, String, Table<?>[]) - Constructor for class org.melati.poem.CachedQuery
-
Constructor.
- CachedSelection<P extends Persistent> - Class in org.melati.poem
-
A cached instance of an SQL select query.
- CachedSelection(Table<?>, String, String, Table<?>[]) - Constructor for class org.melati.poem.CachedSelection
-
Constructor.
- CachedSelection(Table<P>, String, String) - Constructor for class org.melati.poem.CachedSelection
-
Constructor for a single Table query.
- cachedSelection(String, String) - Method in class org.melati.poem.JdbcTable
-
A mechanism for caching a selection of records.
- cachedSelection(String, String) - Method in interface org.melati.poem.Table
-
A mechanism for caching a selection of records.
- cachedSelectionField(String, String, boolean, Integer, String) - Method in class org.melati.poem.JdbcTable
-
Make up a Field object whose possible values are a selected
subset of the records in the table.
- cachedSelectionField(String, String, boolean, Integer, String) - Method in interface org.melati.poem.Table
-
Make up a Field object whose possible values are a selected
subset of the records in the table.
- cachedSelectionType(String, String, boolean) - Method in class org.melati.poem.JdbcTable
-
A mechanism for caching a record count.
- cachedSelectionType(String, String, boolean) - Method in interface org.melati.poem.Table
-
A mechanism for caching a record count.
- cachedSelectionWhereEq(Object) - Method in class org.melati.poem.Column
-
Create a new CachedSelection of objects equal to this raw parameter.
- CachedTailoredQuery - Class in org.melati.poem
-
- CachedTailoredQuery(String, Column<?>[], Table<?>[], String, String) - Constructor for class org.melati.poem.CachedTailoredQuery
-
Full Constructor.
- CachedTailoredQuery(Column<?>[], Table<?>[], String, String) - Constructor for class org.melati.poem.CachedTailoredQuery
-
Constructor with modifier null.
- CacheDuplicationException - Exception in org.melati.poem.util
-
Thrown should a duplicate entry be put in the
Cache.
- CacheDuplicationException() - Constructor for exception org.melati.poem.util.CacheDuplicationException
-
- CacheDuplicationException(String) - Constructor for exception org.melati.poem.util.CacheDuplicationException
-
- canBeIndexed(Column<?>) - Method in class org.melati.poem.dbms.AnsiStandard
-
MSSQL cannot index a TEXT column.
- canBeIndexed(Column<?>) - Method in interface org.melati.poem.dbms.Dbms
-
Whether a Column can have an SQL index applied to it.
- canBeIndexed(Column<?>) - Method in class org.melati.poem.dbms.SQLServer
-
MSSQL cannot index TEXT fields.
- canDeleteColumn() - Method in class org.melati.poem.JdbcTable
-
- canDeleteColumn() - Method in interface org.melati.poem.Table
-
- canDropColumns() - Method in class org.melati.poem.dbms.AnsiStandard
-
- canDropColumns() - Method in interface org.melati.poem.dbms.Dbms
-
Whether this DBMS can drop columns.
- canDropColumns() - Method in class org.melati.poem.dbms.HsqldbText
-
Whether this DBMS can drop columns.
- canDropColumns() - Method in class org.melati.poem.dbms.MSAccess
-
Whether this DBMS can drop columns.
- canDropColumns() - Method in class org.melati.poem.dbms.Postgresql
-
Whether this DBMS can drop columns.
- canReadColumn() - Method in class org.melati.poem.JdbcTable
-
- canReadColumn() - Method in interface org.melati.poem.Table
-
- canReadPasswords() - Method in class org.melati.poem.UserTable
-
Defaults to the db's administrator capability.
- canRepresent(PoemType<O>) - Method in class org.melati.poem.BasePoemType
-
Return a PoemType which can can represent another,
or null.
- canRepresent(PoemType<S>, PoemType<O>) - Method in class org.melati.poem.dbms.AnsiStandard
-
- canRepresent(PoemType<S>, PoemType<O>) - Method in interface org.melati.poem.dbms.Dbms
-
Enable one PoemType to represent another,
for example a bit to represent a boolean.
- canRepresent(PoemType<S>, PoemType<O>) - Method in class org.melati.poem.dbms.Hsqldb
-
Accommodate our String size hack.
- canRepresent(PoemType<S>, PoemType<O>) - Method in class org.melati.poem.dbms.Mckoi
-
Enable one PoemType to represent another,
for example a bit to represent a boolean.
- canRepresent(PoemType<S>, PoemType<O>) - Method in class org.melati.poem.dbms.Mimer
-
Enable one PoemType to represent another,
for example a bit to represent a boolean.
- canRepresent(PoemType<S>, PoemType<O>) - Method in class org.melati.poem.dbms.MSAccess
-
- canRepresent(PoemType<O>) - Method in class org.melati.poem.dbms.MSAccess.MSAccessStringPoemType
-
- canRepresent(PoemType<O>) - Method in class org.melati.poem.dbms.MySQL.BlobPoemType
-
- canRepresent(PoemType<S>, PoemType<O>) - Method in class org.melati.poem.dbms.MySQL
-
- canRepresent(PoemType<S>, PoemType<O>) - Method in class org.melati.poem.dbms.Oracle
-
- canRepresent(PoemType<O>) - Method in class org.melati.poem.dbms.Oracle.OracleStringPoemType
-
Return a PoemType which can can represent another,
or null.
- canRepresent(PoemType<S>, PoemType<O>) - Method in class org.melati.poem.dbms.SQLServer
-
Accomodate our String size hack.
- canRepresent(PoemType<O>) - Method in interface org.melati.poem.PoemType
-
Return a PoemType which can can represent another,
or null.
- canSelectColumn() - Method in class org.melati.poem.JdbcTable
-
- canSelectColumn() - Method in interface org.melati.poem.Table
-
- canStoreBlobs() - Method in class org.melati.poem.dbms.AnsiStandard
-
- canStoreBlobs() - Method in interface org.melati.poem.dbms.Dbms
-
Whether this DBMS can store binary data.
- canStoreBlobs() - Method in class org.melati.poem.dbms.MSAccess
-
Whether this DBMS can store binary data.
- canWriteColumn() - Method in class org.melati.poem.JdbcTable
-
- canWriteColumn() - Method in interface org.melati.poem.Table
-
- canWritePasswords() - Method in class org.melati.poem.UserTable
-
Defaults to the db's administraor capability.
- capability - Variable in exception org.melati.poem.AccessPoemException
-
The required Capability.
- Capability - Class in org.melati.poem
-
The quality of being able to perform an action.
- Capability() - Constructor for class org.melati.poem.Capability
-
Constructor
for a Persistent Capability object.
- Capability(String) - Constructor for class org.melati.poem.Capability
-
Constructor
for a Persistent Capability object.
- CapabilityBase - Class in org.melati.poem.generated
-
Melati POEM generated abstract base class for a Persistent
capability Object.
- CapabilityBase() - Constructor for class org.melati.poem.generated.CapabilityBase
-
- CapabilityTable<T extends Capability> - Class in org.melati.poem
-
- CapabilityTable(Database, String, DefinitionSource) - Constructor for class org.melati.poem.CapabilityTable
-
Constructor.
- CapabilityTableBase<T extends Capability> - Class in org.melati.poem.generated
-
Melati POEM generated base class for Table capability.
- CapabilityTableBase(Database, String, DefinitionSource) - Constructor for class org.melati.poem.generated.CapabilityTableBase
-
Constructor.
- capitalised(String) - Static method in class org.melati.poem.util.StringUtils
-
Capitalise the first character of the input string.
- caseInsensitiveRegExpSQL(String, String) - Method in class org.melati.poem.dbms.AnsiStandard
-
This is the Postgresql syntax.
- caseInsensitiveRegExpSQL(String, String) - Method in interface org.melati.poem.dbms.Dbms
-
Accommodate the variety of ways of ignoring case.
- caseInsensitiveRegExpSQL(String, String) - Method in class org.melati.poem.dbms.Hsqldb
-
Note that this is NOT case insensitive.
- caseInsensitiveRegExpSQL(String, String) - Method in class org.melati.poem.dbms.MSAccess
-
- caseInsensitiveRegExpSQL(String, String) - Method in class org.melati.poem.dbms.MySQL
-
- caseInsensitiveRegExpSQL(String, String) - Method in class org.melati.poem.dbms.SQLServer
-
This is the Postgresql syntax.
- ClassUtils - Class in org.melati.poem.util
-
- clear - Static variable in class org.melati.poem.StandardIntegrityFix
-
Clear (make null) field in referring object.
- clear() - Method in class org.melati.poem.TableMap
-
- clearColumnInfoCaches() - Method in class org.melati.poem.JdbcTable
-
Clear caches.
- clearColumnInfoCaches() - Method in interface org.melati.poem.Table
-
Clear caches.
- clone() - Method in class org.melati.poem.Field
- close(boolean) - Method in class org.melati.poem.PoemTransaction
-
Close the transaction, committing or rolling back,
notifying the database that we are closed.
- close() - Method in class org.melati.poem.transaction.ToTidyList
-
Close all objects on list.
- close() - Method in interface org.melati.poem.transaction.ToTidyList.Closeable
-
Free any resources and prepare for death or reuse.
- cnfWhereClause(Enumeration<P>) - Method in class org.melati.poem.JdbcTable
-
- cnfWhereClause(Enumeration<P>, boolean, boolean) - Method in class org.melati.poem.JdbcTable
-
Return a Conjunctive Normal Form (CNF) where clause.
- cnfWhereClause(Enumeration<P>) - Method in interface org.melati.poem.Table
-
- cnfWhereClause(Enumeration<P>, boolean, boolean) - Method in interface org.melati.poem.Table
-
Return a Conjunctive Normal Form (CNF) where clause.
- Column<T> - Class in org.melati.poem
-
Abstract
Table column which is extended by the generated classes.
- Column(Table<?>, String, SQLPoemType<T>, DefinitionSource) - Constructor for class org.melati.poem.Column
-
Constructor.
- column - Variable in exception org.melati.poem.Column.SettingException
-
The Column setting which caused the problem.
- column - Variable in exception org.melati.poem.ColumnInUsePoemException
-
The Column being defined a second time.
- column - Variable in exception org.melati.poem.dbms.DuplicateKeySQLPoemException
-
The Column we are dealing with.
- column - Variable in exception org.melati.poem.DuplicateColumnNamePoemException
-
The Column we are dealing with.
- column - Variable in exception org.melati.poem.DuplicateDeletedColumnPoemException
-
The Column we are dealing with.
- column - Variable in exception org.melati.poem.DuplicateTroidColumnPoemException
-
The Column we are dealing with.
- column - Variable in exception org.melati.poem.FieldAccessPoemException
-
The Column we are dealing with.
- column - Variable in exception org.melati.poem.FieldContentsPoemException
-
The Column we are dealing with.
- column - Variable in exception org.melati.poem.IndexUniquenessPoemException
-
The Column we are dealing with.
- column - Variable in exception org.melati.poem.TypeDefinitionMismatchException
-
Column in which problem occurred.
- column - Variable in class org.melati.poem.UnindexableLogEvent
-
The Column we are dealing with.
- Column.LoadException - Exception in org.melati.poem
-
Thrown when any unforeseen problem arises loading a
Column.
- Column.SettingException - Exception in org.melati.poem
-
Thrown when any unforseen problem arises setting the value
of a
Column.
- columnCount() - Method in class org.melati.poem.Database
-
- columnDesc - Variable in exception org.melati.poem.Column.SettingException
-
The description of the Column.
- ColumnInfo - Class in org.melati.poem
-
- ColumnInfo() - Constructor for class org.melati.poem.ColumnInfo
-
- ColumnInfoBase - Class in org.melati.poem.generated
-
Melati POEM generated abstract base class for a Persistent
columnInfo Object.
- ColumnInfoBase() - Constructor for class org.melati.poem.generated.ColumnInfoBase
-
- ColumnInfoTable<T extends ColumnInfo> - Class in org.melati.poem
-
- ColumnInfoTable(Database, String, DefinitionSource) - Constructor for class org.melati.poem.ColumnInfoTable
-
Constructor.
- ColumnInfoTableBase<T extends ColumnInfo> - Class in org.melati.poem.generated
-
Melati POEM generated base class for Table columnInfo.
- ColumnInfoTableBase(Database, String, DefinitionSource) - Constructor for class org.melati.poem.generated.ColumnInfoTableBase
-
Constructor.
- ColumnInUsePoemException - Exception in org.melati.poem
-
In the unexpected event that a
Column is being defined twice.
- ColumnInUsePoemException(Table<?>, Column<?>) - Constructor for exception org.melati.poem.ColumnInUsePoemException
-
Constructor.
- columnName - Variable in exception org.melati.poem.ColumnRenamePoemException
-
The current name of the Column.
- columnName - Variable in exception org.melati.poem.dbms.UnsupportedTypePoemException
-
The column name.
- ColumnRenamePoemException - Exception in org.melati.poem
-
Column renaming is not supported by Postgresql.
- ColumnRenamePoemException(String, String) - Constructor for exception org.melati.poem.ColumnRenamePoemException
-
Constructor.
- ColumnRenamePoemException(String) - Constructor for exception org.melati.poem.ColumnRenamePoemException
-
Constructor.
- columns() - Method in class org.melati.poem.Database
-
- columns() - Method in class org.melati.poem.JdbcTable
-
All the table's columns.
- columns() - Method in interface org.melati.poem.Table
-
All the table's columns.
- ColumnTypePoemType - Class in org.melati.poem
-
A metadata type which defines the type of another
Column.
- ColumnTypePoemType(Database) - Constructor for class org.melati.poem.ColumnTypePoemType
-
Constructor for a non nullable column type.
- columnWithColumnInfoID(int) - Method in class org.melati.poem.JdbcTable
-
- columnWithColumnInfoID(int) - Method in interface org.melati.poem.Table
-
- commit() - Static method in class org.melati.poem.PoemThread
-
Commit to the underlying DBMS.
- commit() - Method in class org.melati.poem.transaction.Transaction
-
Finish up, for example write to database.
- CommitFailedPoemException - Exception in org.melati.poem
-
Thrown when a commit fails.
- CommitFailedPoemException(SQLException) - Constructor for exception org.melati.poem.CommitFailedPoemException
-
Constructor.
- CommitLogEvent - Class in org.melati.poem
-
A record of a committed transaction.
- CommitLogEvent(PoemTransaction) - Constructor for class org.melati.poem.CommitLogEvent
-
Constructor.
- comparator() - Method in class org.melati.poem.TableSortedMap
-
We use native ordering.
- concatenated(Object[], Object[]) - Static method in class org.melati.poem.util.ArrayUtils
-
Create a new Array from two Arrays.
- concatenated(String, Enumeration<?>) - Static method in class org.melati.poem.util.EnumUtils
-
Concatenate an Enumeration, specifying the separator.
- concatenated(String, String[]) - Static method in class org.melati.poem.util.StringUtils
-
Concatenate an array of Strings with a separator.
- connect(String, String, String, String, String, int) - Method in class org.melati.poem.Database
-
Connect to an RDBMS database.
- ConnectingException() - Constructor for exception org.melati.poem.Database.ConnectingException
-
- ConnectionFailurePoemException - Exception in org.melati.poem.dbms
-
Thrown if there is a problem connecting to the underlying database.
- ConnectionFailurePoemException(Exception) - Constructor for exception org.melati.poem.dbms.ConnectionFailurePoemException
-
Constructor.
- ConnectionPendingException - Exception in org.melati.poem
-
- ConnectionPendingException(Exception) - Constructor for exception org.melati.poem.ConnectionPendingException
-
Constructor.
- ConnectionPendingException() - Constructor for exception org.melati.poem.ConnectionPendingException
-
Constructor.
- ConnectionPendingException(String, Exception) - Constructor for exception org.melati.poem.ConnectionPendingException
-
Constructor.
- ConnectionPendingException(String) - Constructor for exception org.melati.poem.ConnectionPendingException
-
Constructor.
- ConsEnumeration<T> - Class in org.melati.poem.util
-
An implementation of the Lisp cons function on
enumerations ie it allows you to add an object to the front
of an Enumeration.
- ConsEnumeration(T, Enumeration<T>) - Constructor for class org.melati.poem.util.ConsEnumeration
-
Constructor with head and tail.
- contains(Object[], Object) - Static method in class org.melati.poem.util.ArrayUtils
-
Whether an Array contains an Object.
- contains(Enumeration<?>, Object) - Static method in class org.melati.poem.util.EnumUtils
-
Whether the Enumeration contain an Object.
- containsKey(Object) - Method in class org.melati.poem.TableMap
-
- containsValue(Object) - Method in class org.melati.poem.TableMap
-
- cookedOfRaw(Object) - Method in class org.melati.poem.BasePoemType
-
Converts a possibly null low-level representation of a database
column value to its canonical form.
- cookedOfRaw(Object) - Method in interface org.melati.poem.PoemType
-
Create an Object from a raw Object, a no-op for all but ReferencePoemTypes.
- count() - Method in class org.melati.poem.CachedCount
-
- count() - Method in class org.melati.poem.CachedSelection
-
- count() - Static method in class org.melati.poem.DisplayLevel
-
- count(String, boolean, boolean) - Method in class org.melati.poem.JdbcTable
-
It is the programmer's responsibility to ensure that the where clause
is suitable for the target DBMS.
- count(String, boolean) - Method in class org.melati.poem.JdbcTable
-
It is the programmer's responsibility to ensure that the where clause
is suitable for the target DBMS.
- count(String) - Method in class org.melati.poem.JdbcTable
-
It is the programmer's responsibility to ensure that the where clause
is suitable for the target DBMS.
- count() - Method in class org.melati.poem.JdbcTable
-
- count() - Static method in class org.melati.poem.Searchability
-
- count() - Static method in class org.melati.poem.StandardIntegrityFix
-
- count(String, boolean, boolean) - Method in interface org.melati.poem.Table
-
It is the programmer's responsibility to ensure that the where clause
is suitable for the target DBMS.
- count(String, boolean) - Method in interface org.melati.poem.Table
-
It is the programmer's responsibility to ensure that the where clause
is suitable for the target DBMS.
- count(String) - Method in interface org.melati.poem.Table
-
It is the programmer's responsibility to ensure that the where clause
is suitable for the target DBMS.
- count() - Method in interface org.melati.poem.Table
-
- countSQL(String) - Method in class org.melati.poem.JdbcTable
-
- countSQL(String, String, boolean, boolean) - Method in class org.melati.poem.JdbcTable
-
Return an SQL statement to count rows put together from the arguments.
- countSQL(String) - Method in interface org.melati.poem.Table
-
- countSQL(String, String, boolean, boolean) - Method in interface org.melati.poem.Table
-
Return an SQL statement to count rows put together from the arguments.
- create(Persistent) - Method in class org.melati.poem.JdbcTable
-
Write a new row containing the given object.
- create(Initialiser) - Method in class org.melati.poem.JdbcTable
-
Create a new object (record) in the table.
- create(Persistent) - Method in interface org.melati.poem.Table
-
Write a new row containing the given object.
- create(Initialiser) - Method in interface org.melati.poem.Table
-
Create a new object (record) in the table.
- createTableInfo() - Method in class org.melati.poem.JdbcTable
-
Create the (possibly overridden) TableInfo if it has not yet been created.
- createTableInfo() - Method in interface org.melati.poem.Table
-
Create the (possibly overridden) TableInfo if it has not yet been created.
- createTableOptionsSql() - Method in class org.melati.poem.dbms.AnsiStandard
-
- createTableOptionsSql() - Method in interface org.melati.poem.dbms.Dbms
-
Accomodate MySQL table creation options.
- createTableOptionsSql() - Method in class org.melati.poem.dbms.MySQL
-
Accomodate MySQL table creation options.
- createTableSql(Table<?>) - Method in class org.melati.poem.dbms.AnsiStandard
-
- createTableSql(Table<?>) - Method in interface org.melati.poem.dbms.Dbms
-
- createTableTypeQualifierSql(Table<?>) - Method in class org.melati.poem.dbms.AnsiStandard
-
- createTableTypeQualifierSql(Table<?>) - Method in interface org.melati.poem.dbms.Dbms
-
Allow Hsqldb to have a different create table syntax.
- createTableTypeQualifierSql(Table<?>) - Method in class org.melati.poem.dbms.Hsqldb
-
The default is to keep everything in memory,
this allows for the db to be written to the disk.
- createTableTypeQualifierSql(Table<?>) - Method in class org.melati.poem.dbms.HsqldbText
-
The default is to keep everything in memory,
this allows for the db to be written to the disk.
- CreationAccessPoemException - Exception in org.melati.poem
-
Thrown when unauthorised creation of a new object is attempted.
- CreationAccessPoemException(Table<?>, AccessToken, Capability) - Constructor for exception org.melati.poem.CreationAccessPoemException
-
Constructor.
- CrossTransactionCommitException - Exception in org.melati.poem.transaction
-
- CrossTransactionCommitException(Transactioned) - Constructor for exception org.melati.poem.transaction.CrossTransactionCommitException
-
Constructor taking a Transactioned object.
- CSVColumn - Class in org.melati.poem.csv
-
A bridging object which is both a column in a CSV file and
a column in a POEM database.
- CSVColumn(String) - Constructor for class org.melati.poem.csv.CSVColumn
-
Simplest case constructor.
- CSVColumn(String, CSVTable) - Constructor for class org.melati.poem.csv.CSVColumn
-
Constructor for a key value into another table.
- CSVColumn(String, boolean) - Constructor for class org.melati.poem.csv.CSVColumn
-
Constructor for a key value into another table.
- CSVField - Class in org.melati.poem.csv
-
A field within a record of a CSV file.
- CSVField(CSVColumn, String) - Constructor for class org.melati.poem.csv.CSVField
-
- CSVFileParser - Class in org.melati.poem.csv
-
A utility for tokenising a file made up of comma-separated
variables.
- CSVFileParser(BufferedReader) - Constructor for class org.melati.poem.csv.CSVFileParser
-
Constructor.
- CSVFilesProcessor - Class in org.melati.poem.csv
-
A class to define a sequence of
CSVTables and process them by
parsing the files and writing the data to the database.
- CSVFilesProcessor(Database) - Constructor for class org.melati.poem.csv.CSVFilesProcessor
-
Constructor.
- CSVParseException - Exception in org.melati.poem.csv
-
An error in parsing a CSV line.
- CSVParseException(String) - Constructor for exception org.melati.poem.csv.CSVParseException
-
- CSVPrimaryKeyColumnAlreadySetException - Exception in org.melati.poem.csv
-
Thrown when an attempt to set a second field as a primary key is made.
- CSVPrimaryKeyColumnAlreadySetException(String) - Constructor for exception org.melati.poem.csv.CSVPrimaryKeyColumnAlreadySetException
-
- CSVRecord - Class in org.melati.poem.csv
-
A record within a CSV File.
- CSVRecord(Table<?>) - Constructor for class org.melati.poem.csv.CSVRecord
-
Constructor.
- CSVTable - Class in org.melati.poem.csv
-
A representation of a CSV file as a POEM Table.
- CSVTable(Table<?>, File) - Constructor for class org.melati.poem.csv.CSVTable
-
Constructor.
- CSVWriteDownException - Exception in org.melati.poem.csv
-
Thrown when there is an error writing a CSV value to the database.
- CSVWriteDownException(String, int, Exception) - Constructor for exception org.melati.poem.csv.CSVWriteDownException
-
Report an error on a line.
- current(Transaction) - Method in class org.melati.poem.transaction.TransactionedSerial
-
Readlock and return the serial for the given Transaction.
- get(String) - Method in class org.melati.poem.CapabilityTable
-
- get(String) - Method in class org.melati.poem.FieldSet
-
Return a specified field.
- get(int) - Method in class org.melati.poem.PreparedStatementFactory
-
Get either from cache or, failing that, really get it.
- get(String) - Method in class org.melati.poem.SettingTable
-
Get the String representation of the setting.
- get(Object) - Method in class org.melati.poem.TableMap
-
- get(Object) - Method in class org.melati.poem.util.Cache
-
Return an object from the Cache, null if not found.
- get(int) - Method in class org.melati.poem.util.CachedIndexFactory
-
Get either from cache or, failing that, really get it.
- get(int) - Method in interface org.melati.poem.util.IndexFactory
-
- getActionDescription() - Method in exception org.melati.poem.AccessibleCreationException
- getActionDescription() - Method in exception org.melati.poem.AccessPoemException
-
- getActionDescription() - Method in exception org.melati.poem.FieldAccessPoemException
-
- getActionDescription() - Method in exception org.melati.poem.PersistentAccessPoemException
-
- getBinarySqlDefinition(int) - Method in class org.melati.poem.dbms.AnsiStandard
-
- getBinarySqlDefinition(int) - Method in interface org.melati.poem.dbms.Dbms
-
Accommodate different treatment of different sized binary data.
- getBinarySqlDefinition(int) - Method in class org.melati.poem.dbms.Hsqldb
-
Accommodate different treatment of different sized binary data.
- getBinarySqlDefinition(int) - Method in class org.melati.poem.dbms.Interbase
-
Accommodate different treatment of different sized binary data.
- getBinarySqlDefinition(int) - Method in class org.melati.poem.dbms.Mckoi
-
Accommodate different treatment of different sized binary data.
- getBinarySqlDefinition(int) - Method in class org.melati.poem.dbms.MSAccess
-
- getBinarySqlDefinition(int) - Method in class org.melati.poem.dbms.MySQL
-
Ignores size.
- getBinarySqlDefinition(int) - Method in class org.melati.poem.dbms.Oracle
-
- getBinarySqlDefinition(int) - Method in class org.melati.poem.dbms.Postgresql
-
- getBinarySqlDefinition(int) - Method in class org.melati.poem.dbms.SQLServer
-
Accommodate different treatment of different sized binary data.
- getBlockedOn() - Method in class org.melati.poem.transaction.Transaction
-
- getBooleanCooked() - Method in class org.melati.poem.Setting
-
- getCacheInfo() - Method in class org.melati.poem.JdbcTable
-
Enable reporting of the status of the cache.
- getCacheInfo() - Method in interface org.melati.poem.Table
-
- getCachelimit() - Method in class org.melati.poem.generated.TableInfoBase
-
Retrieves the Cachelimit value, with locking, for this
tableInfo Persistent.
- getCachelimit_unsafe() - Method in class org.melati.poem.generated.TableInfoBase
-
Retrieves the Cachelimit value, without locking,
for this tableInfo Persistent.
- getCachelimitColumn() - Method in class org.melati.poem.generated.TableInfoTableBase
-
Retrieves the Cachelimit Column for this
tableInfo Table.
- getCachelimitField() - Method in class org.melati.poem.generated.TableInfoBase
-
Retrieves the Cachelimit value as a Field
from this tableInfo Persistent.
- getCanAdminister() - Method in class org.melati.poem.Database
-
By default, anyone can administer a database.
- getCancreate() - Method in class org.melati.poem.generated.TableInfoBase
-
Retrieves the Cancreate object referred to.
- getCanCreate() - Method in class org.melati.poem.JdbcTable
-
The capability required for creating records in the table.
- getCanCreate() - Method in interface org.melati.poem.Table
-
The capability required for creating records in the table.
- getCancreate_unsafe() - Method in class org.melati.poem.generated.TableInfoBase
-
Retrieves the Cancreate value, without locking,
for this tableInfo Persistent.
- getCancreateColumn() - Method in class org.melati.poem.generated.TableInfoTableBase
-
Retrieves the Cancreate Column for this
tableInfo Table.
- getCancreateField() - Method in class org.melati.poem.generated.TableInfoBase
-
Retrieves the Cancreate value as a Field
from this tableInfo Persistent.
- getCancreateTableInfoList() - Method in class org.melati.poem.generated.CapabilityBase
-
References to this Capability in the TableInfo table via its cancreate field, as a List.
- getCancreateTableInfos() - Method in class org.melati.poem.generated.CapabilityBase
-
References to this Capability in the TableInfo table via its cancreate field.
- getCancreateTroid() - Method in class org.melati.poem.generated.TableInfoBase
-
Retrieves the Table Row Object ID.
- getCapability() - Method in class org.melati.poem.generated.GroupCapabilityBase
-
Retrieves the Capability object referred to.
- getCapability_unsafe() - Method in class org.melati.poem.generated.GroupCapabilityBase
-
Retrieves the Capability value, without locking,
for this groupCapability Persistent.
- getCapabilityColumn() - Method in class org.melati.poem.generated.GroupCapabilityTableBase
-
Retrieves the Capability Column for this
groupCapability Table.
- getCapabilityField() - Method in class org.melati.poem.generated.GroupCapabilityBase
-
Retrieves the Capability value as a Field
from this groupCapability Persistent.
- getCapabilityGroupCapabilityList() - Method in class org.melati.poem.generated.CapabilityBase
-
References to this Capability in the GroupCapability table via its capability field, as a List.
- getCapabilityGroupCapabilitys() - Method in class org.melati.poem.generated.CapabilityBase
-
References to this Capability in the GroupCapability table via its capability field.
- getCapabilityObject(Integer) - Method in class org.melati.poem.generated.CapabilityTableBase
-
Retrieve the Capability as a Capability.
- getCapabilityObject(int) - Method in class org.melati.poem.generated.CapabilityTableBase
-
Retrieve the Capability
as a Capability.
- getCapabilityTable() - Method in class org.melati.poem.Database
-
The table of capabilities (required for reading and/or writing records)
defined for the database.
- getCapabilityTable() - Method in class org.melati.poem.generated.CapabilityBase
-
Retrieves the CapabilityTable table
which this Persistent is from.
- getCapabilityTable() - Method in class org.melati.poem.generated.PoemDatabaseBase
-
Retrieves the CapabilityTable table.
- getCapabilityTable() - Method in interface org.melati.poem.generated.PoemDatabaseTablesBase
-
Retrieves the CapabilityTable table.
- getCapabilityTroid() - Method in class org.melati.poem.generated.GroupCapabilityBase
-
Retrieves the Table Row Object ID.
- getCategory() - Method in class org.melati.poem.generated.TableInfoBase
-
Retrieves the Category object referred to.
- getCategory() - Method in class org.melati.poem.JdbcTable
-
The category of this table.
- getCategory() - Method in interface org.melati.poem.Table
-
The category of this table.
- getCategory_unsafe() - Method in class org.melati.poem.generated.TableInfoBase
-
Retrieves the Category value, without locking,
for this tableInfo Persistent.
- getCategoryColumn() - Method in class org.melati.poem.generated.TableInfoTableBase
-
Retrieves the Category Column for this
tableInfo Table.
- getCategoryField() - Method in class org.melati.poem.generated.TableInfoBase
-
Retrieves the Category value as a Field
from this tableInfo Persistent.
- getCategoryTableInfoList() - Method in class org.melati.poem.generated.TableCategoryBase
-
References to this TableCategory in the TableInfo table via its category field, as a List.
- getCategoryTableInfos() - Method in class org.melati.poem.generated.TableCategoryBase
-
References to this TableCategory in the TableInfo table via its category field.
- getCategoryTroid() - Method in class org.melati.poem.generated.TableInfoBase
-
Retrieves the Table Row Object ID.
- getChildren() - Method in class org.melati.poem.JdbcPersistent
-
- getChildren() - Method in interface org.melati.poem.Treeable
-
- getCode() - Method in class org.melati.poem.PoemTypeFactory
-
- getColumn() - Method in exception org.melati.poem.dbms.DuplicateKeySQLPoemException
-
- getColumn(String) - Method in class org.melati.poem.JdbcTable
-
The table's column with a given name.
- getColumn(String) - Method in interface org.melati.poem.Table
-
The table's column with a given name.
- getColumnInfo() - Method in class org.melati.poem.Column
-
- getColumnInfoObject(Integer) - Method in class org.melati.poem.generated.ColumnInfoTableBase
-
Retrieve the ColumnInfo as a ColumnInfo.
- getColumnInfoObject(int) - Method in class org.melati.poem.generated.ColumnInfoTableBase
-
Retrieve the ColumnInfo
as a ColumnInfo.
- getColumnInfoTable() - Method in class org.melati.poem.Database
-
- getColumnInfoTable() - Method in class org.melati.poem.generated.ColumnInfoBase
-
Retrieves the ColumnInfoTable table
which this Persistent is from.
- getColumnInfoTable() - Method in class org.melati.poem.generated.PoemDatabaseBase
-
Retrieves the ColumnInfoTable table.
- getColumnInfoTable() - Method in interface org.melati.poem.generated.PoemDatabaseTablesBase
-
Retrieves the ColumnInfoTable table.
- getColumns() - Method in class org.melati.poem.Database
-
Wrapper around columns()
- getColumns() - Method in class org.melati.poem.JdbcTable
-
- getColumns() - Method in interface org.melati.poem.Table
-
A list of all the table's columns.
- getColumnsCount() - Method in class org.melati.poem.JdbcTable
-
- getColumnsCount() - Method in interface org.melati.poem.Table
-
- getCommittedConnection() - Method in class org.melati.poem.Database
-
- getConnection(String, String, String) - Method in class org.melati.poem.dbms.AnsiStandard
-
The default windows installation of MySQL has autocommit set true,
which throws an SQLException when one issues a commit.
- getConnection(String, String, String) - Method in interface org.melati.poem.dbms.Dbms
-
Return a connection.
- getConnection(String, String, String) - Method in class org.melati.poem.dbms.FirstSQL
-
It does the same error, even if we don't override it
so using AnsiStandard.getConnection(...).
- getCooked(Persistent) - Method in class org.melati.poem.Column
-
Retrieves the field value, with locking and access control
for this Column.
- getCooked(Persistent) - Method in class org.melati.poem.ExtraColumn
-
Retrieves the field value, with locking and access control
for this Column.
- getCooked() - Method in class org.melati.poem.Field
-
- getCooked(String) - Method in class org.melati.poem.JdbcPersistent
-
The `true value' of one of the object's fields.
- getCooked(String) - Method in interface org.melati.poem.Persistent
-
The `true value' of one of the object's fields.
- getCooked() - Method in class org.melati.poem.Setting
-
- getCooked(String) - Method in class org.melati.poem.SettingTable
-
Get an object of the appropriate type by name.
- getCookedString() - Method in class org.melati.poem.Field
-
- getCookedString(PoemLocale, int) - Method in class org.melati.poem.Field
-
- getCookedString(String, PoemLocale, int) - Method in class org.melati.poem.JdbcPersistent
-
A string representation of the `true value' of one of the object's fields.
- getCookedString(String, PoemLocale, int) - Method in interface org.melati.poem.Persistent
-
A string representation of the `true value' of one of the object's fields.
- getCoreMessage() - Method in exception org.melati.poem.PoemException
-
- getDatabase() - Method in class org.melati.poem.Column
-
- getDatabase() - Method in class org.melati.poem.JdbcPersistent
- getDatabase() - Method in class org.melati.poem.JdbcTable
-
The database to which the table is attached.
- getDatabase() - Method in interface org.melati.poem.Persistent
-
- getDatabase(String) - Static method in class org.melati.poem.PoemDatabaseFactory
-
Retrieve a database by name.
- getDatabase(String, String, String, String, String, String, boolean, boolean, boolean, int) - Static method in class org.melati.poem.PoemDatabaseFactory
-
Return a database from the cache or create it.
- getDatabase() - Method in class org.melati.poem.PoemTransaction
-
- getDatabase() - Method in interface org.melati.poem.Table
-
The database to which the table is attached.
- getDbms() - Method in class org.melati.poem.Database
-
- getDbms(String) - Static method in class org.melati.poem.dbms.DbmsFactory
-
Return a Dbms object given its class name as a String.
- getDbmsTableType() - Method in class org.melati.poem.JdbcTable
-
- getDbmsTableType() - Method in interface org.melati.poem.Table
-
- getDefaultcandelete() - Method in class org.melati.poem.generated.TableInfoBase
-
Retrieves the Defaultcandelete object referred to.
- getDefaultCanDelete() - Method in class org.melati.poem.JdbcTable
-
The capability required for deleting records in the table, unless
overridden in the record itself.
- getDefaultCanDelete() - Method in interface org.melati.poem.Table
-
The capability required for deleting records in the table, unless
overridden in the record itself.
- getDefaultcandelete_unsafe() - Method in class org.melati.poem.generated.TableInfoBase
-
Retrieves the Defaultcandelete value, without locking,
for this tableInfo Persistent.
- getDefaultcandeleteColumn() - Method in class org.melati.poem.generated.TableInfoTableBase
-
Retrieves the Defaultcandelete Column for this
tableInfo Table.
- getDefaultcandeleteField() - Method in class org.melati.poem.generated.TableInfoBase
-
Retrieves the Defaultcandelete value as a Field
from this tableInfo Persistent.
- getDefaultcandeleteTableInfoList() - Method in class org.melati.poem.generated.CapabilityBase
-
References to this Capability in the TableInfo table via its defaultcandelete field, as a List.
- getDefaultcandeleteTableInfos() - Method in class org.melati.poem.generated.CapabilityBase
-
References to this Capability in the TableInfo table via its defaultcandelete field.
- getDefaultcandeleteTroid() - Method in class org.melati.poem.generated.TableInfoBase
-
Retrieves the Table Row Object ID.
- getDefaultcanread() - Method in class org.melati.poem.generated.TableInfoBase
-
Retrieves the Defaultcanread object referred to.
- getDefaultCanRead() - Method in class org.melati.poem.JdbcTable
-
The capability required for reading records from the table, unless
overridden in the record itself.
- getDefaultCanRead() - Method in interface org.melati.poem.Table
-
The capability required for reading records from the table, unless
overridden in the record itself.
- getDefaultcanread_unsafe() - Method in class org.melati.poem.generated.TableInfoBase
-
Retrieves the Defaultcanread value, without locking,
for this tableInfo Persistent.
- getDefaultcanreadColumn() - Method in class org.melati.poem.generated.TableInfoTableBase
-
Retrieves the Defaultcanread Column for this
tableInfo Table.
- getDefaultcanreadField() - Method in class org.melati.poem.generated.TableInfoBase
-
Retrieves the Defaultcanread value as a Field
from this tableInfo Persistent.
- getDefaultcanreadTableInfoList() - Method in class org.melati.poem.generated.CapabilityBase
-
References to this Capability in the TableInfo table via its defaultcanread field, as a List.
- getDefaultcanreadTableInfos() - Method in class org.melati.poem.generated.CapabilityBase
-
References to this Capability in the TableInfo table via its defaultcanread field.
- getDefaultcanreadTroid() - Method in class org.melati.poem.generated.TableInfoBase
-
Retrieves the Table Row Object ID.
- getDefaultcanwrite() - Method in class org.melati.poem.generated.TableInfoBase
-
Retrieves the Defaultcanwrite object referred to.
- getDefaultCanWrite() - Method in class org.melati.poem.JdbcTable
-
The capability required for updating records in the table, unless
overridden in the record itself.
- getDefaultCanWrite() - Method in interface org.melati.poem.Table
-
The capability required for updating records in the table, unless
overridden in the record itself.
- getDefaultcanwrite_unsafe() - Method in class org.melati.poem.generated.TableInfoBase
-
Retrieves the Defaultcanwrite value, without locking,
for this tableInfo Persistent.
- getDefaultcanwriteColumn() - Method in class org.melati.poem.generated.TableInfoTableBase
-
Retrieves the Defaultcanwrite Column for this
tableInfo Table.
- getDefaultcanwriteField() - Method in class org.melati.poem.generated.TableInfoBase
-
Retrieves the Defaultcanwrite value as a Field
from this tableInfo Persistent.
- getDefaultcanwriteTableInfoList() - Method in class org.melati.poem.generated.CapabilityBase
-
References to this Capability in the TableInfo table via its defaultcanwrite field, as a List.
- getDefaultcanwriteTableInfos() - Method in class org.melati.poem.generated.CapabilityBase
-
References to this Capability in the TableInfo table via its defaultcanwrite field.
- getDefaultcanwriteTroid() - Method in class org.melati.poem.generated.TableInfoBase
-
Retrieves the Table Row Object ID.
- getDescription() - Method in class org.melati.poem.BaseFieldAttributes
-
- getDescription() - Method in class org.melati.poem.Column
- getDescription() - Method in class org.melati.poem.Field
- getDescription() - Method in interface org.melati.poem.FieldAttributes
-
- getDescription() - Method in class org.melati.poem.generated.TableInfoBase
-
Retrieves the Description value, with locking, for this
tableInfo Persistent.
- getDescription() - Method in class org.melati.poem.generated.ValueInfoBase
-
Retrieves the Description value, with locking, for this
ValueInfo Persistent.
- getDescription() - Method in class org.melati.poem.JdbcTable
-
A brief description of the table's function.
- getDescription() - Method in class org.melati.poem.PoemTypeFactory
-
- getDescription() - Method in interface org.melati.poem.Table
-
A brief description of the table's function.
- getDescription_unsafe() - Method in class org.melati.poem.generated.TableInfoBase
-
Retrieves the Description value, without locking,
for this tableInfo Persistent.
- getDescription_unsafe() - Method in class org.melati.poem.generated.ValueInfoBase
-
Retrieves the Description value, without locking,
for this ValueInfo Persistent.
- getDescriptionColumn() - Method in class org.melati.poem.generated.TableInfoTableBase
-
Retrieves the Description Column for this
tableInfo Table.
- getDescriptionColumn() - Method in class org.melati.poem.generated.ValueInfoTableBase
-
Retrieves the Description Column for this
ValueInfo Table.
- getDescriptionField() - Method in class org.melati.poem.generated.TableInfoBase
-
Retrieves the Description value as a Field
from this tableInfo Persistent.
- getDescriptionField() - Method in class org.melati.poem.generated.ValueInfoBase
-
Retrieves the Description value as a Field
from this ValueInfo Persistent.
- getDetailDisplayColumns() - Method in class org.melati.poem.JdbcTable
-
The table's columns for detailed display in display order.
- getDetailDisplayColumns() - Method in interface org.melati.poem.Table
-
The table's columns for detailed display in display order.
- getDetailDisplayColumnsCount() - Method in class org.melati.poem.JdbcTable
-
- getDetailDisplayColumnsCount() - Method in interface org.melati.poem.Table
-
- getDetailDisplayFields() - Method in class org.melati.poem.JdbcPersistent
-
All fields at the detailed display level in display order.
- getDetailDisplayFields() - Method in interface org.melati.poem.Persistent
-
All fields at the detailed display level in display order.
- getDisplayLevel() - Method in class org.melati.poem.Column
-
- getDisplaylevel() - Method in class org.melati.poem.generated.ColumnInfoBase
-
Retrieves the Displaylevel value
of this Persistent.
- getDisplaylevel_unsafe() - Method in class org.melati.poem.generated.ColumnInfoBase
-
Retrieves the Displaylevel value, without locking,
for this columnInfo Persistent.
- getDisplaylevelColumn() - Method in class org.melati.poem.generated.ColumnInfoTableBase
-
Retrieves the Displaylevel Column for this
columnInfo Table.
- getDisplaylevelField() - Method in class org.melati.poem.generated.ColumnInfoBase
-
Retrieves the Displaylevel value as a Field
from this columnInfo Persistent.
- getDisplaylevelIndex() - Method in class org.melati.poem.generated.ColumnInfoBase
-
Retrieves the Displaylevel index value
of this Persistent.
- getDisplayName() - Method in class org.melati.poem.BaseFieldAttributes
-
- getDisplayName() - Method in class org.melati.poem.Column
-
Return a human readable name from the metadata.
- getDisplayName() - Method in class org.melati.poem.Database
-
- getDisplayName() - Method in class org.melati.poem.Field
- getDisplayName() - Method in interface org.melati.poem.FieldAttributes
-
- getDisplayname() - Method in class org.melati.poem.generated.TableInfoBase
-
Retrieves the Displayname value, with locking, for this
tableInfo Persistent.
- getDisplayname() - Method in class org.melati.poem.generated.ValueInfoBase
-
Retrieves the Displayname value, with locking, for this
ValueInfo Persistent.
- getDisplayName() - Method in class org.melati.poem.JdbcTable
-
The human-readable name of the table.
- getDisplayName() - Method in class org.melati.poem.PoemTypeFactory
-
- getDisplayName() - Method in interface org.melati.poem.Table
-
The human-readable name of the table.
- getDisplayname_unsafe() - Method in class org.melati.poem.generated.TableInfoBase
-
Retrieves the Displayname value, without locking,
for this tableInfo Persistent.
- getDisplayname_unsafe() - Method in class org.melati.poem.generated.ValueInfoBase
-
Retrieves the Displayname value, without locking,
for this ValueInfo Persistent.
- getDisplaynameColumn() - Method in class org.melati.poem.generated.TableInfoTableBase
-
Retrieves the Displayname Column for this
tableInfo Table.
- getDisplaynameColumn() - Method in class org.melati.poem.generated.ValueInfoTableBase
-
Retrieves the Displayname Column for this
ValueInfo Table.
- getDisplaynameField() - Method in class org.melati.poem.generated.TableInfoBase
-
Retrieves the Displayname value as a Field
from this tableInfo Persistent.
- getDisplaynameField() - Method in class org.melati.poem.generated.ValueInfoBase
-
Retrieves the Displayname value as a Field
from this ValueInfo Persistent.
- getDisplayorder() - Method in class org.melati.poem.generated.ColumnInfoBase
-
Retrieves the Displayorder value, with locking, for this
columnInfo Persistent.
- getDisplayorder() - Method in class org.melati.poem.generated.TableInfoBase
-
Retrieves the Displayorder value, with locking, for this
tableInfo Persistent.
- getDisplayorder_unsafe() - Method in class org.melati.poem.generated.ColumnInfoBase
-
Retrieves the Displayorder value, without locking,
for this columnInfo Persistent.
- getDisplayorder_unsafe() - Method in class org.melati.poem.generated.TableInfoBase
-
Retrieves the Displayorder value, without locking,
for this tableInfo Persistent.
- getDisplayorderColumn() - Method in class org.melati.poem.generated.ColumnInfoTableBase
-
Retrieves the Displayorder Column for this
columnInfo Table.
- getDisplayorderColumn() - Method in class org.melati.poem.generated.TableInfoTableBase
-
Retrieves the Displayorder Column for this
tableInfo Table.
- getDisplayorderField() - Method in class org.melati.poem.generated.ColumnInfoBase
-
Retrieves the Displayorder value as a Field
from this columnInfo Persistent.
- getDisplayorderField() - Method in class org.melati.poem.generated.TableInfoBase
-
Retrieves the Displayorder value as a Field
from this tableInfo Persistent.
- getDisplayOrderPriority() - Method in class org.melati.poem.Column
-
- getDisplayorderpriority() - Method in class org.melati.poem.generated.ColumnInfoBase
-
Retrieves the Displayorderpriority value, with locking, for this
columnInfo Persistent.
- getDisplayorderpriority_unsafe() - Method in class org.melati.poem.generated.ColumnInfoBase
-
Retrieves the Displayorderpriority value, without locking,
for this columnInfo Persistent.
- getDisplayorderpriorityColumn() - Method in class org.melati.poem.generated.ColumnInfoTableBase
-
Retrieves the Displayorderpriority Column for this
columnInfo Table.
- getDisplayorderpriorityField() - Method in class org.melati.poem.generated.ColumnInfoBase
-
Retrieves the Displayorderpriority value as a Field
from this columnInfo Persistent.
- getDisplayTables() - Method in class org.melati.poem.Database
-
A convenience wrapper around displayTables()
- getDroppedElements() - Method in class org.melati.poem.util.Cache.Info
-
- getDsdQualifiers() - Method in class org.melati.poem.ColumnInfo
-
Only those fields which are relevant to this column
and legal as a field qualifier in the DSD.
- getField(String) - Method in class org.melati.poem.JdbcPersistent
-
The value of one of the object's fields, wrapped up with type information
sufficient for rendering it.
- getField(String) - Method in interface org.melati.poem.Persistent
-
The value of one of the object's fields, wrapped up with type information
sufficient for rendering it.
- getFields() - Method in class org.melati.poem.csv.CSVRecord
-
- getFields() - Method in class org.melati.poem.JdbcPersistent
-
The values of all the object's fields, wrapped up with type information
sufficient for rendering them.
- getFields() - Method in interface org.melati.poem.Persistent
-
The values of all the object's fields, wrapped up with type information
sufficient for rendering them.
- getFirst1000Possibilities() - Method in class org.melati.poem.Field
-
Return a limited enumeration of possibilities.
- getFixedPtSqlDefinition(int, int) - Method in class org.melati.poem.dbms.AnsiStandard
-
- getFixedPtSqlDefinition(int, int) - Method in interface org.melati.poem.dbms.Dbms
-
Accommodate differing Fixed Point notations.
- getFixedPtSqlDefinition(int, int) - Method in class org.melati.poem.dbms.MSAccess
-
Cludge?
- getForeignKeyDefinition(String, String, String, String, String) - Method in class org.melati.poem.dbms.AnsiStandard
-
- getForeignKeyDefinition(String, String, String, String, String) - Method in interface org.melati.poem.dbms.Dbms
-
If Foreign key definitions are part of field definitions,
otherwise blank (silently unsupported).
- getForeignKeyDefinition(String, String, String, String, String) - Method in class org.melati.poem.dbms.Hsqldb
-
If Foreign key definitions are part of field definitions,
otherwise blank (silently unsupported).
- getForeignKeyDefinition(String, String, String, String, String) - Method in class org.melati.poem.dbms.Oracle
-
- getForeignKeyDefinition(String, String, String, String, String) - Method in class org.melati.poem.dbms.SQLServer
-
Slightly different - embrace and extend.
- getFreeTransactionsCount() - Method in class org.melati.poem.Database
- getFreeTransactionsCount() - Method in interface org.melati.poem.transaction.TransactionPool
-
- getGroup() - Method in class org.melati.poem.generated.GroupCapabilityBase
-
Retrieves the Group object referred to.
- getGroup() - Method in class org.melati.poem.generated.GroupMembershipBase
-
Retrieves the Group object referred to.
- getGroup_unsafe() - Method in class org.melati.poem.generated.GroupCapabilityBase
-
Retrieves the Group value, without locking,
for this groupCapability Persistent.
- getGroup_unsafe() - Method in class org.melati.poem.generated.GroupMembershipBase
-
Retrieves the Group value, without locking,
for this groupMembership Persistent.
- getGroupCapabilityObject(Integer) - Method in class org.melati.poem.generated.GroupCapabilityTableBase
-
Retrieve the GroupCapability as a GroupCapability.
- getGroupCapabilityObject(int) - Method in class org.melati.poem.generated.GroupCapabilityTableBase
-
Retrieve the GroupCapability
as a GroupCapability.
- getGroupCapabilityTable() - Method in class org.melati.poem.Database
-
The table containing group-capability records.
- getGroupCapabilityTable() - Method in class org.melati.poem.generated.GroupCapabilityBase
-
Retrieves the GroupCapabilityTable table
which this Persistent is from.
- getGroupCapabilityTable() - Method in class org.melati.poem.generated.PoemDatabaseBase
-
Retrieves the GroupCapabilityTable table.
- getGroupCapabilityTable() - Method in interface org.melati.poem.generated.PoemDatabaseTablesBase
-
Retrieves the GroupCapabilityTable table.
- getGroupColumn() - Method in class org.melati.poem.generated.GroupCapabilityTableBase
-
Retrieves the Group Column for this
groupCapability Table.
- getGroupColumn() - Method in class org.melati.poem.generated.GroupMembershipTableBase
-
Retrieves the Group Column for this
groupMembership Table.
- getGroupField() - Method in class org.melati.poem.generated.GroupCapabilityBase
-
Retrieves the Group value as a Field
from this groupCapability Persistent.
- getGroupField() - Method in class org.melati.poem.generated.GroupMembershipBase
-
Retrieves the Group value as a Field
from this groupMembership Persistent.
- getGroupGroupCapabilityList() - Method in class org.melati.poem.generated.GroupBase
-
References to this Group in the GroupCapability table via its group field, as a List.
- getGroupGroupCapabilitys() - Method in class org.melati.poem.generated.GroupBase
-
References to this Group in the GroupCapability table via its group field.
- getGroupGroupMembershipList() - Method in class org.melati.poem.generated.GroupBase
-
References to this Group in the GroupMembership table via its group field, as a List.
- getGroupGroupMemberships() - Method in class org.melati.poem.generated.GroupBase
-
References to this Group in the GroupMembership table via its group field.
- getGroupMembershipObject(Integer) - Method in class org.melati.poem.generated.GroupMembershipTableBase
-
Retrieve the GroupMembership as a GroupMembership.
- getGroupMembershipObject(int) - Method in class org.melati.poem.generated.GroupMembershipTableBase
-
Retrieve the GroupMembership
as a GroupMembership.
- getGroupMembershipTable() - Method in class org.melati.poem.Database
-
A user is a member of a group iff there is a record in this table to say so.
- getGroupMembershipTable() - Method in class org.melati.poem.generated.GroupMembershipBase
-
Retrieves the GroupMembershipTable table
which this Persistent is from.
- getGroupMembershipTable() - Method in class org.melati.poem.generated.PoemDatabaseBase
-
Retrieves the GroupMembershipTable table.
- getGroupMembershipTable() - Method in interface org.melati.poem.generated.PoemDatabaseTablesBase
-
Retrieves the GroupMembershipTable table.
- getGroupObject(Integer) - Method in class org.melati.poem.generated.GroupTableBase
-
Retrieve the Group as a Group.
- getGroupObject(int) - Method in class org.melati.poem.generated.GroupTableBase
-
Retrieve the Group
as a Group.
- getGroupTable() - Method in class org.melati.poem.Database
-
- getGroupTable() - Method in class org.melati.poem.generated.GroupBase
-
Retrieves the GroupTable table
which this Persistent is from.
- getGroupTable() - Method in class org.melati.poem.generated.PoemDatabaseBase
-
Retrieves the GroupTable table.
- getGroupTable() - Method in interface org.melati.poem.generated.PoemDatabaseTablesBase
-
Retrieves the GroupTable table.
- getGroupTroid() - Method in class org.melati.poem.generated.GroupCapabilityBase
-
Retrieves the Table Row Object ID.
- getGroupTroid() - Method in class org.melati.poem.generated.GroupMembershipBase
-
Retrieves the Table Row Object ID.
- getHeight() - Method in class org.melati.poem.BaseFieldAttributes
-
- getHeight() - Method in class org.melati.poem.Column
- getHeight() - Method in class org.melati.poem.Field
- getHeight() - Method in interface org.melati.poem.FieldAttributes
-
- getHeight() - Method in class org.melati.poem.generated.ValueInfoBase
-
Retrieves the Height value, with locking, for this
ValueInfo Persistent.
- getHeight_unsafe() - Method in class org.melati.poem.generated.ValueInfoBase
-
Retrieves the Height value, without locking,
for this ValueInfo Persistent.
- getHeightColumn() - Method in class org.melati.poem.generated.ValueInfoTableBase
-
Retrieves the Height Column for this
ValueInfo Table.
- getHeightField() - Method in class org.melati.poem.generated.ValueInfoBase
-
Retrieves the Height value as a Field
from this ValueInfo Persistent.
- getHeldElements() - Method in class org.melati.poem.util.Cache.Info
-
- getId() - Method in class org.melati.poem.generated.CapabilityBase
-
Retrieves the Id value, with locking, for this
capability Persistent.
- getId() - Method in class org.melati.poem.generated.ColumnInfoBase
-
Retrieves the Id value, with locking, for this
columnInfo Persistent.
- getId() - Method in class org.melati.poem.generated.GroupBase
-
Retrieves the Id value, with locking, for this
group Persistent.
- getId() - Method in class org.melati.poem.generated.GroupCapabilityBase
-
Retrieves the Id value, with locking, for this
groupCapability Persistent.
- getId() - Method in class org.melati.poem.generated.GroupMembershipBase
-
Retrieves the Id value, with locking, for this
groupMembership Persistent.
- getId() - Method in class org.melati.poem.generated.SettingBase
-
Retrieves the Id value, with locking, for this
setting Persistent.
- getId() - Method in class org.melati.poem.generated.TableCategoryBase
-
Retrieves the Id value, with locking, for this
tableCategory Persistent.
- getId() - Method in class org.melati.poem.generated.TableInfoBase
-
Retrieves the Id value, with locking, for this
tableInfo Persistent.
- getId() - Method in class org.melati.poem.generated.UserBase
-
Retrieves the Id value, with locking, for this
user Persistent.
- getId_unsafe() - Method in class org.melati.poem.generated.CapabilityBase
-
Retrieves the Id value, without locking,
for this capability Persistent.
- getId_unsafe() - Method in class org.melati.poem.generated.ColumnInfoBase
-
Retrieves the Id value, without locking,
for this columnInfo Persistent.
- getId_unsafe() - Method in class org.melati.poem.generated.GroupBase
-
Retrieves the Id value, without locking,
for this group Persistent.
- getId_unsafe() - Method in class org.melati.poem.generated.GroupCapabilityBase
-
Retrieves the Id value, without locking,
for this groupCapability Persistent.
- getId_unsafe() - Method in class org.melati.poem.generated.GroupMembershipBase
-
Retrieves the Id value, without locking,
for this groupMembership Persistent.
- getId_unsafe() - Method in class org.melati.poem.generated.SettingBase
-
Retrieves the Id value, without locking,
for this setting Persistent.
- getId_unsafe() - Method in class org.melati.poem.generated.TableCategoryBase
-
Retrieves the Id value, without locking,
for this tableCategory Persistent.
- getId_unsafe() - Method in class org.melati.poem.generated.TableInfoBase
-
Retrieves the Id value, without locking,
for this tableInfo Persistent.
- getId_unsafe() - Method in class org.melati.poem.generated.UserBase
-
Retrieves the Id value, without locking,
for this user Persistent.
- getIdColumn() - Method in class org.melati.poem.generated.CapabilityTableBase
-
Retrieves the Id Column for this
capability Table.
- getIdColumn() - Method in class org.melati.poem.generated.ColumnInfoTableBase
-
Retrieves the Id Column for this
columnInfo Table.
- getIdColumn() - Method in class org.melati.poem.generated.GroupCapabilityTableBase
-
Retrieves the Id Column for this
groupCapability Table.
- getIdColumn() - Method in class org.melati.poem.generated.GroupMembershipTableBase
-
Retrieves the Id Column for this
groupMembership Table.
- getIdColumn() - Method in class org.melati.poem.generated.GroupTableBase
-
Retrieves the Id Column for this
group Table.
- getIdColumn() - Method in class org.melati.poem.generated.SettingTableBase
-
Retrieves the Id Column for this
setting Table.
- getIdColumn() - Method in class org.melati.poem.generated.TableCategoryTableBase
-
Retrieves the Id Column for this
tableCategory Table.
- getIdColumn() - Method in class org.melati.poem.generated.TableInfoTableBase
-
Retrieves the Id Column for this
tableInfo Table.
- getIdColumn() - Method in class org.melati.poem.generated.UserTableBase
-
Retrieves the Id Column for this
user Table.
- getIdField() - Method in class org.melati.poem.generated.CapabilityBase
-
Retrieves the Id value as a Field
from this capability Persistent.
- getIdField() - Method in class org.melati.poem.generated.ColumnInfoBase
-
Retrieves the Id value as a Field
from this columnInfo Persistent.
- getIdField() - Method in class org.melati.poem.generated.GroupBase
-
Retrieves the Id value as a Field
from this group Persistent.
- getIdField() - Method in class org.melati.poem.generated.GroupCapabilityBase
-
Retrieves the Id value as a Field
from this groupCapability Persistent.
- getIdField() - Method in class org.melati.poem.generated.GroupMembershipBase
-
Retrieves the Id value as a Field
from this groupMembership Persistent.
- getIdField() - Method in class org.melati.poem.generated.SettingBase
-
Retrieves the Id value as a Field
from this setting Persistent.
- getIdField() - Method in class org.melati.poem.generated.TableCategoryBase
-
Retrieves the Id value as a Field
from this tableCategory Persistent.
- getIdField() - Method in class org.melati.poem.generated.TableInfoBase
-
Retrieves the Id value as a Field
from this tableInfo Persistent.
- getIdField() - Method in class org.melati.poem.generated.UserBase
-
Retrieves the Id value as a Field
from this user Persistent.
- getIndex() - Method in class org.melati.poem.DisplayLevel
-
- getIndex() - Method in class org.melati.poem.Searchability
-
- getIndex() - Method in class org.melati.poem.StandardIntegrityFix
-
- getIndexed() - Method in class org.melati.poem.BaseFieldAttributes
-
- getIndexed() - Method in class org.melati.poem.Column
- getIndexed() - Method in class org.melati.poem.Field
- getIndexed() - Method in interface org.melati.poem.FieldAttributes
-
- getIndexed() - Method in class org.melati.poem.generated.ColumnInfoBase
-
Retrieves the Indexed value, with locking, for this
columnInfo Persistent.
- getIndexed_unsafe() - Method in class org.melati.poem.generated.ColumnInfoBase
-
Retrieves the Indexed value, without locking,
for this columnInfo Persistent.
- getIndexedColumn() - Method in class org.melati.poem.generated.ColumnInfoTableBase
-
Retrieves the Indexed Column for this
columnInfo Table.
- getIndexedField() - Method in class org.melati.poem.generated.ColumnInfoBase
-
Retrieves the Indexed value as a Field
from this columnInfo Persistent.
- getIndexLength(Column<?>) - Method in class org.melati.poem.dbms.AnsiStandard
-
MySQL requires a length argument when creating an index on a BLOB or TEXT
column.
- getIndexLength(Column<?>) - Method in interface org.melati.poem.dbms.Dbms
-
Accommodate DBMS which require a length for BLOBS.
- getIndexLength(Column<?>) - Method in class org.melati.poem.dbms.MySQL
-
MySQL requires TEXT and BLOB field indices to have an
explicit length, 30 should be fine.
- getInfo() - Method in class org.melati.poem.JdbcTable
-
- getInfo() - Method in interface org.melati.poem.Table
-
- getInfo() - Method in class org.melati.poem.util.Cache
-
- getInitialisedDatabaseNames() - Static method in class org.melati.poem.PoemDatabaseFactory
-
Retrieve the names of the databases which have completed initialisation.
- getIntegerCooked() - Method in class org.melati.poem.Setting
-
- getIntegrityFix() - Method in class org.melati.poem.Column
-
- getIntegrityfix() - Method in class org.melati.poem.generated.ColumnInfoBase
-
Retrieves the Integrityfix value
of this Persistent.
- getIntegrityfix_unsafe() - Method in class org.melati.poem.generated.ColumnInfoBase
-
Retrieves the Integrityfix value, without locking,
for this columnInfo Persistent.
- getIntegrityfixColumn() - Method in class org.melati.poem.generated.ColumnInfoTableBase
-
Retrieves the Integrityfix Column for this
columnInfo Table.
- getIntegrityfixField() - Method in class org.melati.poem.generated.ColumnInfoBase
-
Retrieves the Integrityfix value as a Field
from this columnInfo Persistent.
- getIntegrityfixIndex() - Method in class org.melati.poem.generated.ColumnInfoBase
-
Retrieves the Integrityfix index value
of this Persistent.
- getJdbcMetadataName(String) - Method in class org.melati.poem.dbms.AnsiStandard
-
- getJdbcMetadataName(String) - Method in interface org.melati.poem.dbms.Dbms
-
Some DBMSen (HSQLDB) use canonical uppercased names in the metadata but not
in normal use.
- getJdbcMetadataName(String) - Method in class org.melati.poem.dbms.Hsqldb
-
Bad smell.
- getLastQuery() - Method in class org.melati.poem.Database
-
- getLineNo() - Method in class org.melati.poem.csv.CSVFileParser
-
Return the line number.
- getLineNo() - Method in class org.melati.poem.csv.CSVRecord
-
- getLogin() - Method in class org.melati.poem.generated.UserBase
-
Retrieves the Login value, with locking, for this
user Persistent.
- getLogin_unsafe() - Method in class org.melati.poem.generated.UserBase
-
Retrieves the Login value, without locking,
for this user Persistent.
- getLoginColumn() - Method in class org.melati.poem.generated.UserTableBase
-
Retrieves the Login Column for this
user Table.
- getLoginField() - Method in class org.melati.poem.generated.UserBase
-
Retrieves the Login value as a Field
from this user Persistent.
- getLongSqlDefinition() - Method in class org.melati.poem.dbms.AnsiStandard
-
- getLongSqlDefinition() - Method in interface org.melati.poem.dbms.Dbms
-
Accommodate Long / Bigint deviants.
- getLongSqlDefinition() - Method in class org.melati.poem.dbms.Hsqldb
-
Accommodate Long / Bigint deviants.
- getLongSqlDefinition() - Method in class org.melati.poem.dbms.MSAccess
-
- getLongSqlDefinition() - Method in class org.melati.poem.dbms.Oracle
-
- getLongSqlDefinition() - Method in class org.melati.poem.dbms.SQLServer
-
Accommodate Long / Bigint deviants.
- getMessage() - Method in exception org.melati.poem.AccessibleCreationException
-
The detail message which may be null.
- getMessage() - Method in exception org.melati.poem.AccessPoemException
-
- getMessage() - Method in exception org.melati.poem.AlreadyInSessionPoemException
-
- getMessage() - Method in exception org.melati.poem.BinaryLengthValidationPoemException
-
- getMessage() - Method in exception org.melati.poem.Column.LoadException
-
- getMessage() - Method in exception org.melati.poem.Column.SettingException
-
- getMessage() - Method in exception org.melati.poem.ColumnInUsePoemException
-
- getMessage() - Method in exception org.melati.poem.ColumnRenamePoemException
-
The detail message which may be null.
- getMessage() - Method in exception org.melati.poem.CreationAccessPoemException
-
- getMessage() - Method in exception org.melati.poem.csv.CSVPrimaryKeyColumnAlreadySetException
- getMessage() - Method in exception org.melati.poem.csv.CSVWriteDownException
- getMessage() - Method in exception org.melati.poem.csv.NoPrimaryKeyInCSVTableException
- getMessage() - Method in exception org.melati.poem.Database.ConnectingException
-
The detail message which may be null.
- getMessage() - Method in exception org.melati.poem.DatabaseInitialisationPoemException
-
- getMessage() - Method in exception org.melati.poem.dbms.ConnectionFailurePoemException
-
The detail message which may be null.
- getMessage() - Method in exception org.melati.poem.dbms.DuplicateKeySQLPoemException
-
- getMessage() - Method in exception org.melati.poem.dbms.UnsupportedTypePoemException
-
- getMessage() - Method in exception org.melati.poem.DisplayLevel.NameUnrecognisedException
-
- getMessage() - Method in exception org.melati.poem.DoubleCreatePoemException
-
- getMessage() - Method in exception org.melati.poem.DuplicateColumnNamePoemException
-
- getMessage() - Method in exception org.melati.poem.DuplicateDeletedColumnPoemException
-
- getMessage() - Method in exception org.melati.poem.DuplicateTroidColumnPoemException
-
- getMessage() - Method in exception org.melati.poem.ExecutingSQLPoemException
-
- getMessage() - Method in exception org.melati.poem.ExecutingSQLSeriousPoemException
-
- getMessage() - Method in exception org.melati.poem.FieldContentsPoemException
-
- getMessage() - Method in exception org.melati.poem.IndexUniquenessPoemException
-
- getMessage() - Method in exception org.melati.poem.InitialisationPoemException
-
- getMessage() - Method in exception org.melati.poem.InvalidOperationOnFloatingPersistentPoemException
-
- getMessage() - Method in exception org.melati.poem.NoMoreTransactionsException
-
- getMessage() - Method in exception org.melati.poem.NonRootSetAccessTokenPoemException
-
- getMessage() - Method in exception org.melati.poem.NoSuchColumnPoemException
-
- getMessage() - Method in exception org.melati.poem.NoSuchRowPoemException
-
- getMessage() - Method in exception org.melati.poem.NoSuchTablePoemException
-
- getMessage() - Method in exception org.melati.poem.NotComparablePoemException
-
- getMessage() - Method in exception org.melati.poem.NoTroidColumnException
-
- getMessage() - Method in exception org.melati.poem.NullTypeMismatchPoemException
-
- getMessage() - Method in exception org.melati.poem.OutsideRangePoemException
-
- getMessage() - Method in exception org.melati.poem.ParsingPoemException
-
- getMessage() - Method in exception org.melati.poem.PoemException
-
The detail message which may be null.
- getMessage() - Method in exception org.melati.poem.PreparedSQLSeriousPoemException
-
- getMessage() - Method in exception org.melati.poem.RowDisappearedPoemException
-
- getMessage() - Method in exception org.melati.poem.Searchability.NameUnrecognisedException
-
The detail message which may be null.
- getMessage() - Method in exception org.melati.poem.Setting.SettingTypeMismatchException
-
- getMessage() - Method in exception org.melati.poem.Setting.SettingValidationException
-
- getMessage() - Method in exception org.melati.poem.SettingTable.UnsetException
-
- getMessage() - Method in exception org.melati.poem.SQLPoemException
-
- getMessage() - Method in exception org.melati.poem.SQLSeriousPoemException
-
- getMessage() - Method in exception org.melati.poem.StandardIntegrityFix.NameUnrecognisedException
-
- getMessage() - Method in exception org.melati.poem.StringLengthValidationPoemException
-
- getMessage() - Method in exception org.melati.poem.StructuralModificationFailedPoemException
-
- getMessage() - Method in exception org.melati.poem.TableMismatchPoemException
-
- getMessage() - Method in exception org.melati.poem.TableRenamePoemException
-
- getMessage() - Method in exception org.melati.poem.transaction.CrossTransactionCommitException
-
The detail message.
- getMessage() - Method in exception org.melati.poem.transaction.WriteCommittedException
-
- getMessage() - Method in exception org.melati.poem.TypeDefinitionMismatchException
-
- getMessage() - Method in exception org.melati.poem.TypeMismatchPoemException
-
- getMessage() - Method in exception org.melati.poem.UnexpectedExceptionPoemException
-
- getMessage() - Method in exception org.melati.poem.UnificationPoemException
-
- getMessage() - Method in exception org.melati.poem.util.Cache.InconsistencyException
-
The detail message which may be null.
- getMessage() - Method in exception org.melati.poem.ValidationPoemException
-
- getMostRecentTroid() - Method in class org.melati.poem.JdbcTable
-
- getMostRecentTroid() - Method in interface org.melati.poem.Table
-
- getName() - Method in class org.melati.poem.BaseFieldAttributes
-
- getName() - Method in class org.melati.poem.Column
- getName() - Method in class org.melati.poem.csv.CSVTable
-
Used in debugging to display name of table being emptied.
- getName() - Method in class org.melati.poem.Database
-
- getName() - Method in class org.melati.poem.DisplayLevel
-
- getName() - Method in class org.melati.poem.Field
- getName() - Method in interface org.melati.poem.FieldAttributes
-
- getName() - Method in class org.melati.poem.generated.CapabilityBase
-
Retrieves the Name value, with locking, for this
capability Persistent.
- getName() - Method in class org.melati.poem.generated.ColumnInfoBase
-
Retrieves the Name value, with locking, for this
columnInfo Persistent.
- getName() - Method in class org.melati.poem.generated.GroupBase
-
Retrieves the Name value, with locking, for this
group Persistent.
- getName() - Method in class org.melati.poem.generated.SettingBase
-
Retrieves the Name value, with locking, for this
setting Persistent.
- getName() - Method in class org.melati.poem.generated.TableCategoryBase
-
Retrieves the Name value, with locking, for this
tableCategory Persistent.
- getName() - Method in class org.melati.poem.generated.TableInfoBase
-
Retrieves the Name value, with locking, for this
tableInfo Persistent.
- getName() - Method in class org.melati.poem.generated.UserBase
-
Retrieves the Name value, with locking, for this
user Persistent.
- getName() - Method in interface org.melati.poem.IntegrityFix
-
Integrity fixes are set in the DSD by name.
- getName() - Method in class org.melati.poem.JdbcPersistent
-
NOTE This will be overridden if the persistent has a field called name.
- getName() - Method in class org.melati.poem.JdbcTable
-
The table's programmatic name.
- getName() - Method in class org.melati.poem.PoemTypeFactory
-
- getName() - Method in class org.melati.poem.Searchability
-
- getName() - Method in class org.melati.poem.StandardIntegrityFix
-
- getName() - Method in interface org.melati.poem.Table
-
The table's programmatic name.
- getName() - Method in interface org.melati.poem.Treeable
-
This should not return null.
- getName_unsafe() - Method in class org.melati.poem.generated.CapabilityBase
-
Retrieves the Name value, without locking,
for this capability Persistent.
- getName_unsafe() - Method in class org.melati.poem.generated.ColumnInfoBase
-
Retrieves the Name value, without locking,
for this columnInfo Persistent.
- getName_unsafe() - Method in class org.melati.poem.generated.GroupBase
-
Retrieves the Name value, without locking,
for this group Persistent.
- getName_unsafe() - Method in class org.melati.poem.generated.SettingBase
-
Retrieves the Name value, without locking,
for this setting Persistent.
- getName_unsafe() - Method in class org.melati.poem.generated.TableCategoryBase
-
Retrieves the Name value, without locking,
for this tableCategory Persistent.
- getName_unsafe() - Method in class org.melati.poem.generated.TableInfoBase
-
Retrieves the Name value, without locking,
for this tableInfo Persistent.
- getName_unsafe() - Method in class org.melati.poem.generated.UserBase
-
Retrieves the Name value, without locking,
for this user Persistent.
- getNameColumn() - Method in class org.melati.poem.generated.CapabilityTableBase
-
Retrieves the Name Column for this
capability Table.
- getNameColumn() - Method in class org.melati.poem.generated.ColumnInfoTableBase
-
Retrieves the Name Column for this
columnInfo Table.
- getNameColumn() - Method in class org.melati.poem.generated.GroupTableBase
-
Retrieves the Name Column for this
group Table.
- getNameColumn() - Method in class org.melati.poem.generated.SettingTableBase
-
Retrieves the Name Column for this
setting Table.
- getNameColumn() - Method in class org.melati.poem.generated.TableCategoryTableBase
-
Retrieves the Name Column for this
tableCategory Table.
- getNameColumn() - Method in class org.melati.poem.generated.TableInfoTableBase
-
Retrieves the Name Column for this
tableInfo Table.
- getNameColumn() - Method in class org.melati.poem.generated.UserTableBase
-
Retrieves the Name Column for this
user Table.
- getNameField() - Method in class org.melati.poem.generated.CapabilityBase
-
Retrieves the Name value as a Field
from this capability Persistent.
- getNameField() - Method in class org.melati.poem.generated.ColumnInfoBase
-
Retrieves the Name value as a Field
from this columnInfo Persistent.
- getNameField() - Method in class org.melati.poem.generated.GroupBase
-
Retrieves the Name value as a Field
from this group Persistent.
- getNameField() - Method in class org.melati.poem.generated.SettingBase
-
Retrieves the Name value as a Field
from this setting Persistent.
- getNameField() - Method in class org.melati.poem.generated.TableCategoryBase
-
Retrieves the Name value as a Field
from this tableCategory Persistent.
- getNameField() - Method in class org.melati.poem.generated.TableInfoBase
-
Retrieves the Name value as a Field
from this tableInfo Persistent.
- getNameField() - Method in class org.melati.poem.generated.UserBase
-
Retrieves the Name value as a Field
from this user Persistent.
- getNextExtrasIndex() - Method in class org.melati.poem.JdbcTable
-
- getNextExtrasIndex() - Method in interface org.melati.poem.Table
-
- getNoArgMethod(Class<?>, String) - Static method in class org.melati.poem.util.ClassUtils
-
- getNullable() - Method in class org.melati.poem.BasePoemType
-
Whether the type is nullable.
- getNullable() - Method in class org.melati.poem.generated.ValueInfoBase
-
Retrieves the Nullable value, with locking, for this
ValueInfo Persistent.
- getNullable() - Method in interface org.melati.poem.PoemType
-
Whether the type is nullable.
- getNullable() - Method in interface org.melati.poem.PoemTypeFactory.Parameter
-
- getNullable_unsafe() - Method in class org.melati.poem.generated.ValueInfoBase
-
Retrieves the Nullable value, without locking,
for this ValueInfo Persistent.
- getNullableColumn() - Method in class org.melati.poem.generated.ValueInfoTableBase
-
Retrieves the Nullable Column for this
ValueInfo Table.
- getNullableField() - Method in class org.melati.poem.generated.ValueInfoBase
-
Retrieves the Nullable value as a Field
from this ValueInfo Persistent.
- getObject(Integer) - Method in class org.melati.poem.JdbcTable
-
The object from the table with a given troid.
- getObject(int) - Method in class org.melati.poem.JdbcTable
-
The object from the table with a given troid.
- getObject(Integer) - Method in interface org.melati.poem.Selectable
-
Get an object by its key.
- getObject(Integer) - Method in interface org.melati.poem.Table
-
The object from the table with a given troid.
- getObject(int) - Method in interface org.melati.poem.Table
-
The object from the table with a given troid.
- getOneArgumentMethods(Class<?>, String) - Static method in class org.melati.poem.util.ClassUtils
-
- getOrDie(String) - Method in class org.melati.poem.SettingTable
-
Get a set value.
- getPassword() - Method in class org.melati.poem.generated.UserBase
-
Retrieves the Password value, with locking, for this
user Persistent.
- getPassword() - Method in class org.melati.poem.User
-
Will throw a ReadPasswordAccessPoemException unless the access
token associated with the running thread is the User object
itself or provides the readPasswords capability.
- getPassword_unsafe() - Method in class org.melati.poem.generated.UserBase
-
Retrieves the Password value, without locking,
for this user Persistent.
- getPasswordColumn() - Method in class org.melati.poem.generated.UserTableBase
-
Retrieves the Password Column for this
user Table.
- getPasswordField() - Method in class org.melati.poem.generated.UserBase
-
Retrieves the Password value as a Field
from this user Persistent.
- getPersistent() - Method in class org.melati.poem.csv.CSVRecord
-
Retreive the Persistent corresponding to this CSVRecord, if there
is one.
- getPoemDatabaseTables() - Method in class org.melati.poem.generated.CapabilityBase
-
Retrieves the Database object.
- getPoemDatabaseTables() - Method in class org.melati.poem.generated.CapabilityTableBase
-
Get the database tables.
- getPoemDatabaseTables() - Method in class org.melati.poem.generated.ColumnInfoBase
-
Retrieves the Database object.
- getPoemDatabaseTables() - Method in class org.melati.poem.generated.ColumnInfoTableBase
-
Get the database tables.
- getPoemDatabaseTables() - Method in class org.melati.poem.generated.GroupBase
-
Retrieves the Database object.
- getPoemDatabaseTables() - Method in class org.melati.poem.generated.GroupCapabilityBase
-
Retrieves the Database object.
- getPoemDatabaseTables() - Method in class org.melati.poem.generated.GroupCapabilityTableBase
-
Get the database tables.
- getPoemDatabaseTables() - Method in class org.melati.poem.generated.GroupMembershipBase
-
Retrieves the Database object.
- getPoemDatabaseTables() - Method in class org.melati.poem.generated.GroupMembershipTableBase
-
Get the database tables.
- getPoemDatabaseTables() - Method in class org.melati.poem.generated.GroupTableBase
-
Get the database tables.
- getPoemDatabaseTables() - Method in class org.melati.poem.generated.SettingBase
-
Retrieves the Database object.
- getPoemDatabaseTables() - Method in class org.melati.poem.generated.SettingTableBase
-
Get the database tables.
- getPoemDatabaseTables() - Method in class org.melati.poem.generated.TableCategoryBase
-
Retrieves the Database object.
- getPoemDatabaseTables() - Method in class org.melati.poem.generated.TableCategoryTableBase
-
Get the database tables.
- getPoemDatabaseTables() - Method in class org.melati.poem.generated.TableInfoBase
-
Retrieves the Database object.
- getPoemDatabaseTables() - Method in class org.melati.poem.generated.TableInfoTableBase
-
Get the database tables.
- getPoemDatabaseTables() - Method in class org.melati.poem.generated.UserBase
-
Retrieves the Database object.
- getPoemDatabaseTables() - Method in class org.melati.poem.generated.UserTableBase
-
Get the database tables.
- getPoemDatabaseTables() - Method in class org.melati.poem.generated.ValueInfoBase
-
Retrieves the Database object.
- getPoemDatabaseTables() - Method in class org.melati.poem.generated.ValueInfoTableBase
-
Get the database tables.
- getPoemShutdownThread() - Static method in class org.melati.poem.PoemDatabaseFactory
-
- getPossibilities() - Method in class org.melati.poem.Field
-
Might be a bit big for some Reference types.
- getPrecision() - Method in class org.melati.poem.FixedPointAtomPoemType
-
- getPrecision() - Method in class org.melati.poem.generated.ValueInfoBase
-
Retrieves the Precision value, with locking, for this
ValueInfo Persistent.
- getPrecision_unsafe() - Method in class org.melati.poem.generated.ValueInfoBase
-
Retrieves the Precision value, without locking,
for this ValueInfo Persistent.
- getPrecisionColumn() - Method in class org.melati.poem.generated.ValueInfoTableBase
-
Retrieves the Precision Column for this
ValueInfo Table.
- getPrecisionField() - Method in class org.melati.poem.generated.ValueInfoBase
-
Retrieves the Precision value as a Field
from this ValueInfo Persistent.
- getPrimaryDisplayField() - Method in class org.melati.poem.JdbcPersistent
- getPrimaryDisplayField() - Method in interface org.melati.poem.Persistent
-
- getPrimaryKeyDefinition(String) - Method in class org.melati.poem.dbms.AnsiStandard
-
- getPrimaryKeyDefinition(String) - Method in interface org.melati.poem.dbms.Dbms
-
Return the PRIMARY KEY definition string for this dbms.
- getPrimaryKeyDefinition(String) - Method in class org.melati.poem.dbms.Oracle
-
- getQueryCount() - Method in class org.melati.poem.Database
-
Used in testing to check if the cache is being used
or a new query is being issued.
- getQuotedName(String) - Method in class org.melati.poem.dbms.AnsiStandard
-
- getQuotedName(String) - Method in interface org.melati.poem.dbms.Dbms
-
Accommodate different quoting strategies.
- getQuotedName(String) - Method in class org.melati.poem.dbms.Interbase
-
- getQuotedName(String) - Method in class org.melati.poem.dbms.Mckoi
-
Accommodate different quoting strategies.
- getQuotedName(String) - Method in class org.melati.poem.dbms.MySQL
-
- getQuotedValue(SQLType<?>, String) - Method in class org.melati.poem.dbms.AnsiStandard
-
- getQuotedValue(SQLType<?>, String) - Method in interface org.melati.poem.dbms.Dbms
-
Accommodate different quoting strategies for values.
- getQuotedValue(SQLType<?>, String) - Method in class org.melati.poem.dbms.SQLServer
-
- getRangelimit_string() - Method in class org.melati.poem.generated.ValueInfoBase
-
Retrieves the Rangelimit_string value, with locking, for this
ValueInfo Persistent.
- getRangelimit_string_unsafe() - Method in class org.melati.poem.generated.ValueInfoBase
-
Retrieves the Rangelimit_string value, without locking,
for this ValueInfo Persistent.
- getRangelimit_stringColumn() - Method in class org.melati.poem.generated.ValueInfoTableBase
-
Retrieves the Rangelimit_string Column for this
ValueInfo Table.
- getRangelimit_stringField() - Method in class org.melati.poem.generated.ValueInfoBase
-
Retrieves the Rangelimit_string value as a Field
from this ValueInfo Persistent.
- getRangelimit_stringField() - Method in class org.melati.poem.ValueInfo
-
Retrieves the Rangelimit_string value as a Field
from this ValueInfo Persistent.
- getRangelow_string() - Method in class org.melati.poem.generated.ValueInfoBase
-
Retrieves the Rangelow_string value, with locking, for this
ValueInfo Persistent.
- getRangelow_string_unsafe() - Method in class org.melati.poem.generated.ValueInfoBase
-
Retrieves the Rangelow_string value, without locking,
for this ValueInfo Persistent.
- getRangelow_stringColumn() - Method in class org.melati.poem.generated.ValueInfoTableBase
-
Retrieves the Rangelow_string Column for this
ValueInfo Table.
- getRangelow_stringField() - Method in class org.melati.poem.generated.ValueInfoBase
-
Retrieves the Rangelow_string value as a Field
from this ValueInfo Persistent.
- getRangelow_stringField() - Method in class org.melati.poem.ValueInfo
-
Retrieves the Rangelow_string value as a Field
from this ValueInfo Persistent.
- getRaw(ResultSet, int) - Method in class org.melati.poem.BasePoemType
-
Return an object as delivered by the database.
- getRaw(Persistent) - Method in class org.melati.poem.Column
-
Retrieves the field value, with locking,
for this
Column.
- getRaw(Persistent) - Method in class org.melati.poem.ExtraColumn
-
Retrieves the field value, with locking,
for this
Column.
- getRaw() - Method in class org.melati.poem.Field
-
Get the value of the Field.
- getRaw(String) - Method in class org.melati.poem.JdbcPersistent
-
The `identifying value' of one of the object's fields.
- getRaw(String) - Method in interface org.melati.poem.Persistent
-
The `identifying value' of one of the object's fields.
- getRaw() - Method in class org.melati.poem.Setting
-
- getRaw(ResultSet, int) - Method in interface org.melati.poem.SQLType
-
Return an object as delivered by the database.
- getRaw_unsafe(Persistent) - Method in class org.melati.poem.Column
-
Retrieves the field value, without locking,
for this Column.
- getRaw_unsafe(Persistent) - Method in class org.melati.poem.ExtraColumn
-
Retrieves the field value, without locking,
for this Column.
- getRawString() - Method in class org.melati.poem.Field
-
Get the value as a String.
- getRawString(String) - Method in class org.melati.poem.JdbcPersistent
-
A string representation of the `identifying value' of one of the object's
fields.
- getRawString(String) - Method in interface org.melati.poem.Persistent
-
A string representation of the `identifying value' of one of the object's
fields.
- getReadable() - Method in class org.melati.poem.JdbcPersistent
- getReadable() - Method in interface org.melati.poem.Persistent
-
- getRecordDisplayColumns() - Method in class org.melati.poem.JdbcTable
-
The table's columns designated for display in a record, in display order.
- getRecordDisplayColumns() - Method in interface org.melati.poem.Table
-
The table's columns designated for display in a record, in display order.
- getRecordDisplayColumnsCount() - Method in class org.melati.poem.JdbcTable
-
- getRecordDisplayColumnsCount() - Method in interface org.melati.poem.Table
-
- getRecordDisplayFields() - Method in class org.melati.poem.JdbcPersistent
-
The values of all the object's fields designated for inclusion in full
record displays, wrapped up with type information sufficient for rendering
them.
- getRecordDisplayFields() - Method in interface org.melati.poem.Persistent
-
The values of all the object's fields designated for inclusion in full
record displays, wrapped up with type information sufficient for rendering
them.
- getRecordNo() - Method in class org.melati.poem.csv.CSVRecord
-
- getReferencesTo(Persistent) - Method in class org.melati.poem.Database
-
Wrapper around referencesTo()
- getReferencesTo(Table<?>) - Method in class org.melati.poem.Database
-
Wrapper around referencesTo()
- getRenderInfo() - Method in class org.melati.poem.BaseFieldAttributes
-
- getRenderInfo() - Method in class org.melati.poem.Column
- getRenderInfo() - Method in class org.melati.poem.Field
- getRenderInfo() - Method in interface org.melati.poem.FieldAttributes
-
- getRenderinfo() - Method in class org.melati.poem.generated.ValueInfoBase
-
Retrieves the Renderinfo value, with locking, for this
ValueInfo Persistent.
- getRenderinfo_unsafe() - Method in class org.melati.poem.generated.ValueInfoBase
-
Retrieves the Renderinfo value, without locking,
for this ValueInfo Persistent.
- getRenderinfoColumn() - Method in class org.melati.poem.generated.ValueInfoTableBase
-
Retrieves the Renderinfo Column for this
ValueInfo Table.
- getRenderinfoField() - Method in class org.melati.poem.generated.ValueInfoBase
-
Retrieves the Renderinfo value as a Field
from this ValueInfo Persistent.
- getReport() - Method in class org.melati.poem.util.Cache
-
Report on the status of the cache.
- getReport() - Method in class org.melati.poem.util.Cache.Info
-
- getScale() - Method in class org.melati.poem.FixedPointAtomPoemType
-
- getScale() - Method in class org.melati.poem.generated.ValueInfoBase
-
Retrieves the Scale value, with locking, for this
ValueInfo Persistent.
- getScale_unsafe() - Method in class org.melati.poem.generated.ValueInfoBase
-
Retrieves the Scale value, without locking,
for this ValueInfo Persistent.
- getScaleColumn() - Method in class org.melati.poem.generated.ValueInfoTableBase
-
Retrieves the Scale Column for this
ValueInfo Table.
- getScaleField() - Method in class org.melati.poem.generated.ValueInfoBase
-
Retrieves the Scale value as a Field
from this ValueInfo Persistent.
- getSchema() - Method in class org.melati.poem.dbms.AnsiStandard
-
- getSchema() - Method in interface org.melati.poem.dbms.Dbms
-
The db schema name to use, if any.
- getSchema() - Method in class org.melati.poem.dbms.SQLServer
-
Get the user we are connected as and return that as the schema.
- getSearchability() - Method in class org.melati.poem.Column
-
- getSearchability() - Method in class org.melati.poem.generated.ColumnInfoBase
-
Retrieves the Searchability value
of this Persistent.
- getSearchability_unsafe() - Method in class org.melati.poem.generated.ColumnInfoBase
-
Retrieves the Searchability value, without locking,
for this columnInfo Persistent.
- getSearchabilityColumn() - Method in class org.melati.poem.generated.ColumnInfoTableBase
-
Retrieves the Searchability Column for this
columnInfo Table.
- getSearchabilityField() - Method in class org.melati.poem.generated.ColumnInfoBase
-
Retrieves the Searchability value as a Field
from this columnInfo Persistent.
- getSearchabilityIndex() - Method in class org.melati.poem.generated.ColumnInfoBase
-
Retrieves the Searchability index value
of this Persistent.
- getSearchCriterionColumns() - Method in class org.melati.poem.JdbcTable
-
The table's columns designated for use as search criteria, in display
order.
- getSearchCriterionColumns() - Method in interface org.melati.poem.Table
-
The table's columns designated for use as search criteria, in display
order.
- getSearchCriterionColumnsCount() - Method in class org.melati.poem.JdbcTable
-
- getSearchCriterionColumnsCount() - Method in interface org.melati.poem.Table
-
- getSearchCriterionFields() - Method in class org.melati.poem.JdbcPersistent
- getSearchCriterionFields() - Method in interface org.melati.poem.Persistent
-
- getSeqcached() - Method in class org.melati.poem.generated.TableInfoBase
-
Retrieves the Seqcached value, with locking, for this
tableInfo Persistent.
- getSeqcached_unsafe() - Method in class org.melati.poem.generated.TableInfoBase
-
Retrieves the Seqcached value, without locking,
for this tableInfo Persistent.
- getSeqcachedColumn() - Method in class org.melati.poem.generated.TableInfoTableBase
-
Retrieves the Seqcached Column for this
tableInfo Table.
- getSeqcachedField() - Method in class org.melati.poem.generated.TableInfoBase
-
Retrieves the Seqcached value as a Field
from this tableInfo Persistent.
- getSettingObject(Integer) - Method in class org.melati.poem.generated.SettingTableBase
-
Retrieve the Setting as a Setting.
- getSettingObject(int) - Method in class org.melati.poem.generated.SettingTableBase
-
Retrieve the Setting
as a Setting.
- getSettingTable() - Method in class org.melati.poem.Database
-
- getSettingTable() - Method in class org.melati.poem.generated.PoemDatabaseBase
-
Retrieves the SettingTable table.
- getSettingTable() - Method in interface org.melati.poem.generated.PoemDatabaseTablesBase
-
Retrieves the SettingTable table.
- getSettingTable() - Method in class org.melati.poem.generated.SettingBase
-
Retrieves the SettingTable table
which this Persistent is from.
- getSize() - Method in class org.melati.poem.generated.ValueInfoBase
-
Retrieves the Size value, with locking, for this
ValueInfo Persistent.
- getSize() - Method in interface org.melati.poem.PoemTypeFactory.Parameter
-
- getSize() - Method in class org.melati.poem.SizedAtomPoemType
-
- getSize() - Method in class org.melati.poem.util.Cache
-
Get maximum size of Cache.
- getSize_unsafe() - Method in class org.melati.poem.generated.ValueInfoBase
-
Retrieves the Size value, without locking,
for this ValueInfo Persistent.
- getSizeColumn() - Method in class org.melati.poem.generated.ValueInfoTableBase
-
Retrieves the Size Column for this
ValueInfo Table.
- getSizeField() - Method in class org.melati.poem.generated.ValueInfoBase
-
Retrieves the Size value as a Field
from this ValueInfo Persistent.
- getSortDescending() - Method in class org.melati.poem.Column
-
Defaults to false.
- getSortdescending() - Method in class org.melati.poem.generated.ColumnInfoBase
-
Retrieves the Sortdescending value, with locking, for this
columnInfo Persistent.
- getSortdescending_unsafe() - Method in class org.melati.poem.generated.ColumnInfoBase
-
Retrieves the Sortdescending value, without locking,
for this columnInfo Persistent.
- getSortdescendingColumn() - Method in class org.melati.poem.generated.ColumnInfoTableBase
-
Retrieves the Sortdescending Column for this
columnInfo Table.
- getSortdescendingField() - Method in class org.melati.poem.generated.ColumnInfoBase
-
Retrieves the Sortdescending value as a Field
from this columnInfo Persistent.
- getSqlDefaultValue(SQLType<?>) - Method in class org.melati.poem.dbms.AnsiStandard
-
- getSqlDefaultValue(SQLType<?>) - Method in interface org.melati.poem.dbms.Dbms
-
Used to set a not null value when
creating a non nullable column.
- getSqlDefaultValue(SQLType<?>) - Method in class org.melati.poem.dbms.MSAccess
-
- getSqlDefaultValue(SQLType<?>) - Method in class org.melati.poem.dbms.Oracle
-
- getSqlDefaultValue(SQLType<?>) - Method in class org.melati.poem.dbms.SQLServer
-
Used to set a not null value when
creating a non nullable column.
- getSqlDefinition(String) - Method in class org.melati.poem.dbms.AnsiStandard
-
- getSqlDefinition(String) - Method in interface org.melati.poem.dbms.Dbms
-
Retrieve a SQL type keyword used by the DBMS
for the given Melati type name.
- getSqlDefinition(String) - Method in class org.melati.poem.dbms.Interbase
-
Retrieve a SQL type keyword used by the DBMS
for the given Melati type name.
- getSqlDefinition(String) - Method in class org.melati.poem.dbms.Mckoi
-
TODO Check against modern McKoi
- getSqlDefinition(String) - Method in class org.melati.poem.dbms.Mimer
-
Retrieve a SQL type keyword used by the DBMS
for the given Melati type name.
- getSqlDefinition(String) - Method in class org.melati.poem.dbms.MSAccess
-
- getSqlDefinition(String) - Method in class org.melati.poem.dbms.MySQL
-
Retrieve an SQL type keyword used by the DBMS
for the given Melati type name.
- getSqlDefinition(String) - Method in class org.melati.poem.dbms.Oracle
-
- getSqlDefinition(String) - Method in class org.melati.poem.dbms.SQLServer
-
Retrieve a SQL type keyword used by the DBMS
for the given Melati type name.
- getSQLType() - Method in class org.melati.poem.Column
-
- getStarted() - Method in class org.melati.poem.SessionToken
-
- getStringCooked() - Method in class org.melati.poem.Setting
-
- getStringSqlDefinition(int) - Method in class org.melati.poem.dbms.AnsiStandard
-
- getStringSqlDefinition(int) - Method in interface org.melati.poem.dbms.Dbms
-
Accommodate String / Text distinction.
- getStringSqlDefinition(int) - Method in class org.melati.poem.dbms.Hsqldb
-
- getStringSqlDefinition(int) - Method in class org.melati.poem.dbms.Interbase
-
Accommodate String / Text distinction.
- getStringSqlDefinition(int) - Method in class org.melati.poem.dbms.Mckoi
-
Accommodate String / Text distinction.
- getStringSqlDefinition(int) - Method in class org.melati.poem.dbms.Mimer
-
Accommodate String / Text distinction.
- getStringSqlDefinition(int) - Method in class org.melati.poem.dbms.MSAccess
-
- getStringSqlDefinition(int) - Method in class org.melati.poem.dbms.MySQL
-
- getStringSqlDefinition(int) - Method in class org.melati.poem.dbms.Oracle
-
Accommodate String/CLOB distinction.
- getStringSqlDefinition(int) - Method in class org.melati.poem.dbms.Postgresql
-
Accommodate String/Text distinction.
- getStringSqlDefinition(int) - Method in class org.melati.poem.dbms.SQLServer
-
Accommodate String / Text distinction.
- getSummaryDisplayColumns() - Method in class org.melati.poem.JdbcTable
-
The table's columns designated for display in a record summary, in display
order.
- getSummaryDisplayColumns() - Method in interface org.melati.poem.Table
-
The table's columns designated for display in a record summary, in display
order.
- getSummaryDisplayColumnsCount() - Method in class org.melati.poem.JdbcTable
-
- getSummaryDisplayColumnsCount() - Method in interface org.melati.poem.Table
-
- getSummaryDisplayFields() - Method in class org.melati.poem.JdbcPersistent
-
All fields at the summary display level in display order.
- getSummaryDisplayFields() - Method in interface org.melati.poem.Persistent
-
All fields at the summary display level in display order.
- getTable() - Method in class org.melati.poem.CachedQuery
-
- getTable() - Method in class org.melati.poem.Column
-
- getTable(String) - Method in class org.melati.poem.Database
-
Retrieve the table with a given name.
- getTable() - Method in exception org.melati.poem.dbms.DuplicateKeySQLPoemException
-
- getTable() - Method in class org.melati.poem.JdbcPersistent
-
The Table from which the object comes,
complete with metadata.
- getTable() - Method in interface org.melati.poem.Persistent
-
The Table from which the object comes,
complete with metadata.
- getTable() - Method in class org.melati.poem.TableMap
-
- getTableCategoryObject(Integer) - Method in class org.melati.poem.generated.TableCategoryTableBase
-
Retrieve the TableCategory as a TableCategory.
- getTableCategoryObject(int) - Method in class org.melati.poem.generated.TableCategoryTableBase
-
Retrieve the TableCategory
as a TableCategory.
- getTableCategoryTable() - Method in class org.melati.poem.Database
-
- getTableCategoryTable() - Method in class org.melati.poem.generated.PoemDatabaseBase
-
Retrieves the TableCategoryTable table.
- getTableCategoryTable() - Method in interface org.melati.poem.generated.PoemDatabaseTablesBase
-
Retrieves the TableCategoryTable table.
- getTableCategoryTable() - Method in class org.melati.poem.generated.TableCategoryBase
-
Retrieves the TableCategoryTable table
which this Persistent is from.
- getTableinfo() - Method in class org.melati.poem.generated.ColumnInfoBase
-
Retrieves the Tableinfo object referred to.
- getTableInfo() - Method in class org.melati.poem.JdbcTable
-
- getTableInfo() - Method in interface org.melati.poem.Table
-
- getTableinfo_unsafe() - Method in class org.melati.poem.generated.ColumnInfoBase
-
Retrieves the Tableinfo value, without locking,
for this columnInfo Persistent.
- getTableinfoColumn() - Method in class org.melati.poem.generated.ColumnInfoTableBase
-
Retrieves the Tableinfo Column for this
columnInfo Table.
- getTableinfoField() - Method in class org.melati.poem.generated.ColumnInfoBase
-
Retrieves the Tableinfo value as a Field
from this columnInfo Persistent.
- getTableInfoObject(Integer) - Method in class org.melati.poem.generated.TableInfoTableBase
-
Retrieve the TableInfo as a TableInfo.
- getTableInfoObject(int) - Method in class org.melati.poem.generated.TableInfoTableBase
-
Retrieve the TableInfo
as a TableInfo.
- getTableInfoTable() - Method in class org.melati.poem.Database
-
- getTableInfoTable() - Method in class org.melati.poem.generated.PoemDatabaseBase
-
Retrieves the TableInfoTable table.
- getTableInfoTable() - Method in interface org.melati.poem.generated.PoemDatabaseTablesBase
-
Retrieves the TableInfoTable table.
- getTableInfoTable() - Method in class org.melati.poem.generated.TableInfoBase
-
Retrieves the TableInfoTable table
which this Persistent is from.
- getTableinfoTroid() - Method in class org.melati.poem.generated.ColumnInfoBase
-
Retrieves the Table Row Object ID.
- getTables() - Method in class org.melati.poem.Database
-
All the tables in the database.
- getTask() - Method in class org.melati.poem.SessionToken
-
- getThread() - Method in class org.melati.poem.SessionToken
-
- getToken() - Method in exception org.melati.poem.AccessPoemException
-
- getTotalSize() - Method in class org.melati.poem.FixedPointAtomPoemType
-
- getTransaction() - Method in class org.melati.poem.SessionToken
-
- getTransactionsCount() - Method in class org.melati.poem.Database
- getTransactionsCount() - Method in interface org.melati.poem.transaction.TransactionPool
-
- getTroid() - Method in class org.melati.poem.JdbcPersistent
-
The object's troid.
- getTroid() - Method in interface org.melati.poem.Persistable
-
The object's troid, returned after access check.
- getType() - Method in class org.melati.poem.BaseFieldAttributes
-
- getType() - Method in class org.melati.poem.Column
- getType() - Method in class org.melati.poem.Field
- getType() - Method in interface org.melati.poem.FieldAttributes
-
- getType() - Method in class org.melati.poem.ValueInfo
-
NOTE A type cannot be changed once initialised.
- getTypefactory() - Method in class org.melati.poem.generated.ValueInfoBase
-
Retrieves the Typefactory value as an PoemTypeFactory for this Column of the ValueInfo Table.
- getTypefactory_unsafe() - Method in class org.melati.poem.generated.ValueInfoBase
-
Retrieves the Typefactory value, without locking,
for this ValueInfo Persistent.
- getTypefactoryCode() - Method in class org.melati.poem.generated.ValueInfoBase
-
Retrieves the Typefactory value as an Integer for this Column of the ValueInfo Table.
- getTypefactoryColumn() - Method in class org.melati.poem.generated.ValueInfoTableBase
-
Retrieves the Typefactory Column for this
ValueInfo Table.
- getTypefactoryField() - Method in class org.melati.poem.generated.ValueInfoBase
-
Retrieves the Typefactory value as a Field
from this ValueInfo Persistent.
- getUnique() - Method in class org.melati.poem.Column
-
- getUnique() - Method in class org.melati.poem.generated.ColumnInfoBase
-
Retrieves the Unique value, with locking, for this
columnInfo Persistent.
- getUnique_unsafe() - Method in class org.melati.poem.generated.ColumnInfoBase
-
Retrieves the Unique value, without locking,
for this columnInfo Persistent.
- getUniqueColumn() - Method in class org.melati.poem.generated.ColumnInfoTableBase
-
Retrieves the Unique Column for this
columnInfo Table.
- getUniqueField() - Method in class org.melati.poem.generated.ColumnInfoBase
-
Retrieves the Unique value as a Field
from this columnInfo Persistent.
- getUser() - Method in class org.melati.poem.generated.GroupMembershipBase
-
Retrieves the User object referred to.
- getUser_unsafe() - Method in class org.melati.poem.generated.GroupMembershipBase
-
Retrieves the User value, without locking,
for this groupMembership Persistent.
- getUserColumn() - Method in class org.melati.poem.generated.GroupMembershipTableBase
-
Retrieves the User Column for this
groupMembership Table.
- getUserCreateable() - Method in class org.melati.poem.BaseFieldAttributes
-
- getUserCreateable() - Method in class org.melati.poem.Column
- getUserCreateable() - Method in class org.melati.poem.Field
- getUserCreateable() - Method in interface org.melati.poem.FieldAttributes
-
- getUsercreateable() - Method in class org.melati.poem.generated.ColumnInfoBase
-
Retrieves the Usercreateable value, with locking, for this
columnInfo Persistent.
- getUsercreateable_unsafe() - Method in class org.melati.poem.generated.ColumnInfoBase
-
Retrieves the Usercreateable value, without locking,
for this columnInfo Persistent.
- getUsercreateableColumn() - Method in class org.melati.poem.generated.ColumnInfoTableBase
-
Retrieves the Usercreateable Column for this
columnInfo Table.
- getUsercreateableField() - Method in class org.melati.poem.generated.ColumnInfoBase
-
Retrieves the Usercreateable value as a Field
from this columnInfo Persistent.
- getUserEditable() - Method in class org.melati.poem.BaseFieldAttributes
-
- getUserEditable() - Method in class org.melati.poem.Column
- getUserEditable() - Method in class org.melati.poem.Field
- getUserEditable() - Method in interface org.melati.poem.FieldAttributes
-
- getUsereditable() - Method in class org.melati.poem.generated.ValueInfoBase
-
Retrieves the Usereditable value, with locking, for this
ValueInfo Persistent.
- getUsereditable_unsafe() - Method in class org.melati.poem.generated.ValueInfoBase
-
Retrieves the Usereditable value, without locking,
for this ValueInfo Persistent.
- getUsereditableColumn() - Method in class org.melati.poem.generated.ValueInfoTableBase
-
Retrieves the Usereditable Column for this
ValueInfo Table.
- getUsereditableField() - Method in class org.melati.poem.generated.ValueInfoBase
-
Retrieves the Usereditable value as a Field
from this ValueInfo Persistent.
- getUserField() - Method in class org.melati.poem.generated.GroupMembershipBase
-
Retrieves the User value as a Field
from this groupMembership Persistent.
- getUserGroupMembershipList() - Method in class org.melati.poem.generated.UserBase
-
References to this User in the GroupMembership table via its user field, as a List.
- getUserGroupMemberships() - Method in class org.melati.poem.generated.UserBase
-
References to this User in the GroupMembership table via its user field.
- getUserObject(Integer) - Method in class org.melati.poem.generated.UserTableBase
-
Retrieve the User as a User.
- getUserObject(int) - Method in class org.melati.poem.generated.UserTableBase
-
Retrieve the User
as a User.
- getUserTable() - Method in class org.melati.poem.Database
-
- getUserTable() - Method in class org.melati.poem.generated.PoemDatabaseBase
-
Retrieves the UserTable table.
- getUserTable() - Method in interface org.melati.poem.generated.PoemDatabaseTablesBase
-
Retrieves the UserTable table.
- getUserTable() - Method in class org.melati.poem.generated.UserBase
-
Retrieves the UserTable table
which this Persistent is from.
- getUserTroid() - Method in class org.melati.poem.generated.GroupMembershipBase
-
Retrieves the Table Row Object ID.
- getValue() - Method in class org.melati.poem.generated.SettingBase
-
Retrieves the Value value, with locking, for this
setting Persistent.
- getValue_unsafe() - Method in class org.melati.poem.generated.SettingBase
-
Retrieves the Value value, without locking,
for this setting Persistent.
- getValueColumn() - Method in class org.melati.poem.generated.SettingTableBase
-
Retrieves the Value Column for this
setting Table.
- getValueField() - Method in class org.melati.poem.generated.SettingBase
-
Retrieves the Value value as a Field
from this setting Persistent.
- getValueField() - Method in class org.melati.poem.Setting
-
Override the normal field attributes for the Value field,
use the attribute values set in this setting.
- getValueInfoObject(Integer) - Method in class org.melati.poem.generated.ValueInfoTableBase
-
Retrieve the ValueInfo as a ValueInfo.
- getValueInfoObject(int) - Method in class org.melati.poem.generated.ValueInfoTableBase
-
Retrieve the ValueInfo
as a ValueInfo.
- getValueInfoTable() - Method in class org.melati.poem.generated.ValueInfoBase
-
Retrieves the ValueInfoTable table
which this Persistent is from.
- getWasInsert() - Method in exception org.melati.poem.dbms.DuplicateKeySQLPoemException
-
- getWidth() - Method in class org.melati.poem.BaseFieldAttributes
-
- getWidth() - Method in class org.melati.poem.Column
- getWidth() - Method in class org.melati.poem.Field
- getWidth() - Method in interface org.melati.poem.FieldAttributes
-
- getWidth() - Method in class org.melati.poem.generated.ValueInfoBase
-
Retrieves the Width value, with locking, for this
ValueInfo Persistent.
- getWidth_unsafe() - Method in class org.melati.poem.generated.ValueInfoBase
-
Retrieves the Width value, without locking,
for this ValueInfo Persistent.
- getWidthColumn() - Method in class org.melati.poem.generated.ValueInfoTableBase
-
Retrieves the Width Column for this
ValueInfo Table.
- getWidthField() - Method in class org.melati.poem.generated.ValueInfoBase
-
Retrieves the Width value as a Field
from this ValueInfo Persistent.
- givesCapability(Capability) - Method in class org.melati.poem.AccessForbiddenToken
-
Return false, thereby not giving Capability.
- givesCapability(Capability) - Method in interface org.melati.poem.AccessToken
-
- givesCapability(Capability) - Method in class org.melati.poem.RootAccessToken
-
The RootAccessToken gives any Capability.
- givesCapability(Capability) - Method in class org.melati.poem.User
- givesCapabilitySQL(User, Capability) - Method in class org.melati.poem.Database
-
Get the raw SQL statement for this database's DBMS for Capability
check for a User.
- givesCapabilitySQL(Integer, String) - Method in class org.melati.poem.dbms.AnsiStandard
-
MySQL had no EXISTS keyword, from 4.1 onwards it does.
- givesCapabilitySQL(Integer, String) - Method in interface org.melati.poem.dbms.Dbms
-
SQL string to get a Capability.
- givesCapabilitySQL(Integer, String) - Method in class org.melati.poem.dbms.Mckoi
-
MySQL had no EXISTS keyword, from 4.1 onwards it does.
- givesCapabilitySQL(Integer, String) - Method in class org.melati.poem.dbms.MySQL
-
- Group - Class in org.melati.poem
-
An authorisation grouping that a
User can belong to.
- Group() - Constructor for class org.melati.poem.Group
-
Constructor
for a Persistent Group object.
- Group(String) - Constructor for class org.melati.poem.Group
-
Constructor
for a Persistent Group object.
- GroupBase - Class in org.melati.poem.generated
-
Melati POEM generated abstract base class for a Persistent
group Object.
- GroupBase() - Constructor for class org.melati.poem.generated.GroupBase
-
- GroupCapability - Class in org.melati.poem
-
A record of a
Group's ability to perform an action.
- GroupCapability() - Constructor for class org.melati.poem.GroupCapability
-
Constructor
for a Persistent GroupCapability object.
- GroupCapability(Group, Capability) - Constructor for class org.melati.poem.GroupCapability
-
Constructor
for a Persistent GroupCapability object.
- GroupCapabilityBase - Class in org.melati.poem.generated
-
Melati POEM generated abstract base class for a Persistent
groupCapability Object.
- GroupCapabilityBase() - Constructor for class org.melati.poem.generated.GroupCapabilityBase
-
- GroupCapabilityTable<T extends GroupCapability> - Class in org.melati.poem
-
- GroupCapabilityTable(Database, String, DefinitionSource) - Constructor for class org.melati.poem.GroupCapabilityTable
-
Constructor.
- GroupCapabilityTableBase<T extends GroupCapability> - Class in org.melati.poem.generated
-
Melati POEM generated base class for Table groupCapability.
- GroupCapabilityTableBase(Database, String, DefinitionSource) - Constructor for class org.melati.poem.generated.GroupCapabilityTableBase
-
Constructor.
- GroupMembership - Class in org.melati.poem
-
- GroupMembership() - Constructor for class org.melati.poem.GroupMembership
-
Constructor
for a Persistent GroupMembership object.
- GroupMembership(User, Group) - Constructor for class org.melati.poem.GroupMembership
-
Constructor
for a Persistent GroupMembership object.
- GroupMembership(Integer, Integer) - Constructor for class org.melati.poem.GroupMembership
-
Constructor
for a Persistent GroupMembership object.
- GroupMembershipBase - Class in org.melati.poem.generated
-
Melati POEM generated abstract base class for a Persistent
groupMembership Object.
- GroupMembershipBase() - Constructor for class org.melati.poem.generated.GroupMembershipBase
-
- GroupMembershipTable<T extends GroupMembership> - Class in org.melati.poem
-
- GroupMembershipTable(Database, String, DefinitionSource) - Constructor for class org.melati.poem.GroupMembershipTable
-
Constructor.
- GroupMembershipTableBase<T extends GroupMembership> - Class in org.melati.poem.generated
-
Melati POEM generated base class for Table groupMembership.
- GroupMembershipTableBase(Database, String, DefinitionSource) - Constructor for class org.melati.poem.generated.GroupMembershipTableBase
-
Constructor.
- GroupTable<T extends Group> - Class in org.melati.poem
-
- GroupTable(Database, String, DefinitionSource) - Constructor for class org.melati.poem.GroupTable
-
Constructor.
- GroupTableBase<T extends Group> - Class in org.melati.poem.generated
-
Melati POEM generated base class for Table group.
- GroupTableBase(Database, String, DefinitionSource) - Constructor for class org.melati.poem.generated.GroupTableBase
-
Constructor.
- guestAccessToken() - Method in class org.melati.poem.Database
-
- guestUser() - Method in class org.melati.poem.Database
-
- guestUser() - Method in class org.melati.poem.UserTable
-
- sameRawAs(Field<T>) - Method in class org.melati.poem.Field
-
Compare raws.
- saveColumnInfo(ColumnInfo) - Method in class org.melati.poem.BasePoemType
-
Set the type of the ColumnInfo.
- saveColumnInfo(ColumnInfo) - Method in interface org.melati.poem.PoemType
-
Set the type of the ColumnInfo.
- SEARCHABILITY - Static variable in class org.melati.poem.PoemTypeFactory
-
Poem Searchability factory.
- Searchability - Class in org.melati.poem
-
The quality of being searchable:
yes, no or primary.
- Searchability.NameUnrecognisedException - Exception in org.melati.poem
-
Thrown when an invalid
Searchability level is specified,
by a typing mistake in the DSD for example.
- SearchabilityPoemType - Class in org.melati.poem
-
A data type used within the POEM
ColumnInfo metadata.
- SearchabilityPoemType() - Constructor for class org.melati.poem.SearchabilityPoemType
-
Constructor, non-nullable.
- section(Object[], int, int) - Static method in class org.melati.poem.util.ArrayUtils
-
Extract a subsection of an Array.
- Selectable<P extends Persistent> - Interface in org.melati.poem
-
An object on which selections can be performed.
- selection() - Method in class org.melati.poem.CachedTailoredQuery
-
The results of the query.
- selection() - Method in class org.melati.poem.JdbcTable
-
All the objects in the table.
- selection(String) - Method in class org.melati.poem.JdbcTable
-
A SELECTion of objects from the table meeting given criteria.
- selection(String, String, boolean) - Method in class org.melati.poem.JdbcTable
-
A SELECTion of objects from the table meeting given criteria,
possibly including those flagged as deleted.
- selection(Persistent) - Method in class org.melati.poem.JdbcTable
-
Return a selection of rows given an exemplar.
- selection(Persistent, String) - Method in class org.melati.poem.JdbcTable
-
Return a selection of rows given arguments specifying a query.
- selection(Persistent, String, boolean, boolean) - Method in class org.melati.poem.JdbcTable
-
Return a selection of rows given arguments specifying a query.
- selection() - Method in class org.melati.poem.PreparedTailoredQuery
-
The results of the query.
- selection() - Method in interface org.melati.poem.Selectable
-
All the Objects.
- selection() - Method in interface org.melati.poem.Table
-
All the objects in the table.
- selection(String) - Method in interface org.melati.poem.Table
-
A SELECTion of objects from the table meeting given criteria.
- selection(String, String, boolean) - Method in interface org.melati.poem.Table
-
A SELECTion of objects from the table meeting given criteria,
possibly including those flagged as deleted.
- selection(Persistent) - Method in interface org.melati.poem.Table
-
Return a selection of rows given an exemplar.
- selection(Persistent, String) - Method in interface org.melati.poem.Table
-
Return a selection of rows given arguments specifying a query.
- selection(Persistent, String, boolean, boolean) - Method in interface org.melati.poem.Table
-
Return a selection of rows given arguments specifying a query.
- selection() - Method in class org.melati.poem.TailoredQuery
-
Run the query.
- selection_firstRaw() - Method in class org.melati.poem.CachedTailoredQuery
- selection_firstRaw() - Method in class org.melati.poem.PreparedTailoredQuery
-
- selection_firstRaw() - Method in class org.melati.poem.TailoredQuery
-
- selectionSQL(String, String, String, boolean, boolean) - Method in class org.melati.poem.JdbcTable
-
The from clause has been added as an argument because it is
inextricably linked to the where clause, but the default is
JdbcTable.quotedName().
- selectionSQL(String, String, String, boolean, boolean) - Method in interface org.melati.poem.Table
-
The from clause has been added as an argument because it is
inextricably linked to the when clause, but the default is
Table.quotedName().
- selectionWhereEq(Object) - Method in class org.melati.poem.Column
-
Get rows where column equal to value.
- selectLimit(String, int) - Method in class org.melati.poem.dbms.AnsiStandard
-
- selectLimit(String, int) - Method in interface org.melati.poem.dbms.Dbms
-
Accommodate different limiting syntax.
- selectLimit(String, int) - Method in class org.melati.poem.dbms.MSAccess
-
- selectLimit(String, int) - Method in class org.melati.poem.dbms.SQLServer
-
Accommodate different limiting syntax.
- serial(PoemTransaction) - Method in class org.melati.poem.JdbcTable
-
- serial(PoemTransaction) - Method in interface org.melati.poem.Table
-
- SeriousPoemException - Exception in org.melati.poem
-
Thrown when there is an
Exception thrown in a situation where
normal operation cannot sustain it.
- SeriousPoemException(String, Exception) - Constructor for exception org.melati.poem.SeriousPoemException
-
This should probably be deprecated as from Java 1.4.
- SeriousPoemException(String) - Constructor for exception org.melati.poem.SeriousPoemException
-
Constructor.
- SeriousPoemException(Exception) - Constructor for exception org.melati.poem.SeriousPoemException
-
This should probably be deprecated as from Java 1.4.
- SeriousPoemException() - Constructor for exception org.melati.poem.SeriousPoemException
-
Constructor.
- sessionToken() - Static method in class org.melati.poem.PoemThread
-
- SessionToken - Class in org.melati.poem
-
A Session Token.
- setAccessToken(AccessToken) - Static method in class org.melati.poem.PoemThread
-
Change the access token under which your thread is operating.
- setCachelimit(Integer) - Method in class org.melati.poem.generated.TableInfoBase
-
Sets the Cachelimit value, with checking, for this
tableInfo Persistent.
- setCachelimit(int) - Method in class org.melati.poem.generated.TableInfoBase
-
Sets the Cachelimit value, with checking, for this
tableInfo Persistent.
- setCacheLimit(Integer) - Method in class org.melati.poem.JdbcTable
-
- setCacheLimit(Integer) - Method in interface org.melati.poem.Table
-
- setCachelimit(Integer) - Method in class org.melati.poem.TableInfo
-
Set here and in table we represent.
- setCachelimit_unsafe(Integer) - Method in class org.melati.poem.generated.TableInfoBase
-
Sets the Cachelimit value directly, without checking,
for this tableInfo Persistent.
- setCanAdminister(String) - Method in class org.melati.poem.Database
-
Set administrator capability to named Capability.
- setCanAdminister() - Method in class org.melati.poem.Database
-
Set administrator capability to default.
- setCancreate(Capability) - Method in class org.melati.poem.generated.TableInfoBase
-
Set the Cancreate.
- setCancreate_unsafe(Integer) - Method in class org.melati.poem.generated.TableInfoBase
-
Sets the Cancreate value directly, without checking,
for this tableInfo Persistent.
- setCancreateTroid(Integer) - Method in class org.melati.poem.generated.TableInfoBase
-
Sets the Table Row Object ID.
- setCapability(Capability) - Method in class org.melati.poem.generated.GroupCapabilityBase
-
Set the Capability.
- setCapability_unsafe(Integer) - Method in class org.melati.poem.generated.GroupCapabilityBase
-
Sets the Capability value directly, without checking,
for this groupCapability Persistent.
- setCapabilityTroid(Integer) - Method in class org.melati.poem.generated.GroupCapabilityBase
-
Sets the Table Row Object ID.
- setCategory(TableCategory) - Method in class org.melati.poem.generated.TableInfoBase
-
Set the Category.
- setCategory_unsafe(Integer) - Method in class org.melati.poem.generated.TableInfoBase
-
Sets the Category value directly, without checking,
for this tableInfo Persistent.
- setCategoryTroid(Integer) - Method in class org.melati.poem.generated.TableInfoBase
-
Sets the Table Row Object ID.
- setCooked(Persistent, Object) - Method in class org.melati.poem.Column
-
Sets the field value, with locking, access control
and validation for this Column.
- setCooked(Persistent, Object) - Method in class org.melati.poem.ExtraColumn
-
Sets the field value, with locking, access control
and validation for this Column.
- setCooked(String, Object) - Method in class org.melati.poem.JdbcPersistent
-
Set the `true value' of one of the record's fields.
- setCooked(String, Object) - Method in interface org.melati.poem.Persistent
-
Set the `true value' of one of the record's fields.
- setDefaultcandelete(Capability) - Method in class org.melati.poem.generated.TableInfoBase
-
Set the Defaultcandelete.
- setDefaultcandelete_unsafe(Integer) - Method in class org.melati.poem.generated.TableInfoBase
-
Sets the Defaultcandelete value directly, without checking,
for this tableInfo Persistent.
- setDefaultcandeleteTroid(Integer) - Method in class org.melati.poem.generated.TableInfoBase
-
Sets the Table Row Object ID.
- setDefaultcanread(Capability) - Method in class org.melati.poem.generated.TableInfoBase
-
Set the Defaultcanread.
- setDefaultcanread_unsafe(Integer) - Method in class org.melati.poem.generated.TableInfoBase
-
Sets the Defaultcanread value directly, without checking,
for this tableInfo Persistent.
- setDefaultcanreadTroid(Integer) - Method in class org.melati.poem.generated.TableInfoBase
-
Sets the Table Row Object ID.
- setDefaultcanwrite(Capability) - Method in class org.melati.poem.generated.TableInfoBase
-
Set the Defaultcanwrite.
- setDefaultcanwrite_unsafe(Integer) - Method in class org.melati.poem.generated.TableInfoBase
-
Sets the Defaultcanwrite value directly, without checking,
for this tableInfo Persistent.
- setDefaultcanwriteTroid(Integer) - Method in class org.melati.poem.generated.TableInfoBase
-
Sets the Table Row Object ID.
- setDescription(String) - Method in class org.melati.poem.generated.TableInfoBase
-
Sets the Description value, with checking, for this
tableInfo Persistent.
- setDescription(String) - Method in class org.melati.poem.generated.ValueInfoBase
-
Sets the Description value, with checking, for this
ValueInfo Persistent.
- setDescription_unsafe(String) - Method in class org.melati.poem.generated.TableInfoBase
-
Sets the Description value directly, without checking,
for this tableInfo Persistent.
- setDescription_unsafe(String) - Method in class org.melati.poem.generated.ValueInfoBase
-
Sets the Description value directly, without checking,
for this ValueInfo Persistent.
- setDirty(boolean) - Method in class org.melati.poem.JdbcPersistent
-
- setDirty(boolean) - Method in interface org.melati.poem.Persistent
-
- setDisplayColumn(Column) - Method in class org.melati.poem.JdbcTable
-
- setDisplayColumn(Column<?>) - Method in interface org.melati.poem.Table
-
- setDisplayLevel(DisplayLevel) - Method in class org.melati.poem.Column
-
- setDisplaylevel(DisplayLevel) - Method in class org.melati.poem.generated.ColumnInfoBase
-
Sets the Displaylevel value, with checking, for the Persistent argument.
- setDisplaylevel_unsafe(Integer) - Method in class org.melati.poem.generated.ColumnInfoBase
-
Sets the Displaylevel value directly, without checking,
for this columnInfo Persistent.
- setDisplaylevelIndex(Integer) - Method in class org.melati.poem.ColumnInfo
-
Set the DisplaylevelIndex value.
- setDisplaylevelIndex(Integer) - Method in class org.melati.poem.generated.ColumnInfoBase
-
Sets the Displaylevel index value, with checking,
for this Persistent.
- setDisplayName(String) - Method in class org.melati.poem.Database
-
- setDisplayname(String) - Method in class org.melati.poem.generated.TableInfoBase
-
Sets the Displayname value, with checking, for this
tableInfo Persistent.
- setDisplayname(String) - Method in class org.melati.poem.generated.ValueInfoBase
-
Sets the Displayname value, with checking, for this
ValueInfo Persistent.
- setDisplayname_unsafe(String) - Method in class org.melati.poem.generated.TableInfoBase
-
Sets the Displayname value directly, without checking,
for this tableInfo Persistent.
- setDisplayname_unsafe(String) - Method in class org.melati.poem.generated.ValueInfoBase
-
Sets the Displayname value directly, without checking,
for this ValueInfo Persistent.
- setDisplayorder(Integer) - Method in class org.melati.poem.generated.ColumnInfoBase
-
Sets the Displayorder value, with checking, for this
columnInfo Persistent.
- setDisplayorder(int) - Method in class org.melati.poem.generated.ColumnInfoBase
-
Sets the Displayorder value, with checking, for this
columnInfo Persistent.
- setDisplayorder(Integer) - Method in class org.melati.poem.generated.TableInfoBase
-
Sets the Displayorder value, with checking, for this
tableInfo Persistent.
- setDisplayorder(int) - Method in class org.melati.poem.generated.TableInfoBase
-
Sets the Displayorder value, with checking, for this
tableInfo Persistent.
- setDisplayorder_unsafe(Integer) - Method in class org.melati.poem.generated.ColumnInfoBase
-
Sets the Displayorder value directly, without checking,
for this columnInfo Persistent.
- setDisplayorder_unsafe(Integer) - Method in class org.melati.poem.generated.TableInfoBase
-
Sets the Displayorder value directly, without checking,
for this tableInfo Persistent.
- setDisplayorderpriority(Integer) - Method in class org.melati.poem.generated.ColumnInfoBase
-
Sets the Displayorderpriority value, with checking, for this
columnInfo Persistent.
- setDisplayorderpriority(int) - Method in class org.melati.poem.generated.ColumnInfoBase
-
Sets the Displayorderpriority value, with checking, for this
columnInfo Persistent.
- setDisplayorderpriority_unsafe(Integer) - Method in class org.melati.poem.generated.ColumnInfoBase
-
Sets the Displayorderpriority value directly, without checking,
for this columnInfo Persistent.
- setGroup(Group) - Method in class org.melati.poem.generated.GroupCapabilityBase
-
Set the Group.
- setGroup(Group) - Method in class org.melati.poem.generated.GroupMembershipBase
-
Set the Group.
- setGroup_unsafe(Integer) - Method in class org.melati.poem.generated.GroupCapabilityBase
-
Sets the Group value directly, without checking,
for this groupCapability Persistent.
- setGroup_unsafe(Integer) - Method in class org.melati.poem.generated.GroupMembershipBase
-
Sets the Group value directly, without checking,
for this groupMembership Persistent.
- setGroupTroid(Integer) - Method in class org.melati.poem.generated.GroupCapabilityBase
-
Sets the Table Row Object ID.
- setGroupTroid(Integer) - Method in class org.melati.poem.generated.GroupMembershipBase
-
Sets the Table Row Object ID.
- setHeight(Integer) - Method in class org.melati.poem.generated.ValueInfoBase
-
Sets the Height value, with checking, for this
ValueInfo Persistent.
- setHeight(int) - Method in class org.melati.poem.generated.ValueInfoBase
-
Sets the Height value, with checking, for this
ValueInfo Persistent.
- setHeight_unsafe(Integer) - Method in class org.melati.poem.generated.ValueInfoBase
-
Sets the Height value directly, without checking,
for this ValueInfo Persistent.
- setId(Integer) - Method in class org.melati.poem.generated.CapabilityBase
-
Sets the Id value, with checking, for this
capability Persistent.
- setId(int) - Method in class org.melati.poem.generated.CapabilityBase
-
Sets the Id value, with checking, for this
capability Persistent.
- setId(Integer) - Method in class org.melati.poem.generated.ColumnInfoBase
-
Sets the Id value, with checking, for this
columnInfo Persistent.
- setId(int) - Method in class org.melati.poem.generated.ColumnInfoBase
-
Sets the Id value, with checking, for this
columnInfo Persistent.
- setId(Integer) - Method in class org.melati.poem.generated.GroupBase
-
Sets the Id value, with checking, for this
group Persistent.
- setId(int) - Method in class org.melati.poem.generated.GroupBase
-
Sets the Id value, with checking, for this
group Persistent.
- setId(Integer) - Method in class org.melati.poem.generated.GroupCapabilityBase
-
Sets the Id value, with checking, for this
groupCapability Persistent.
- setId(int) - Method in class org.melati.poem.generated.GroupCapabilityBase
-
Sets the Id value, with checking, for this
groupCapability Persistent.
- setId(Integer) - Method in class org.melati.poem.generated.GroupMembershipBase
-
Sets the Id value, with checking, for this
groupMembership Persistent.
- setId(int) - Method in class org.melati.poem.generated.GroupMembershipBase
-
Sets the Id value, with checking, for this
groupMembership Persistent.
- setId(Integer) - Method in class org.melati.poem.generated.SettingBase
-
Sets the Id value, with checking, for this
setting Persistent.
- setId(int) - Method in class org.melati.poem.generated.SettingBase
-
Sets the Id value, with checking, for this
setting Persistent.
- setId(Integer) - Method in class org.melati.poem.generated.TableCategoryBase
-
Sets the Id value, with checking, for this
tableCategory Persistent.
- setId(int) - Method in class org.melati.poem.generated.TableCategoryBase
-
Sets the Id value, with checking, for this
tableCategory Persistent.
- setId(Integer) - Method in class org.melati.poem.generated.TableInfoBase
-
Sets the Id value, with checking, for this
tableInfo Persistent.
- setId(int) - Method in class org.melati.poem.generated.TableInfoBase
-
Sets the Id value, with checking, for this
tableInfo Persistent.
- setId(Integer) - Method in class org.melati.poem.generated.UserBase
-
Sets the Id value, with checking, for this
user Persistent.
- setId(int) - Method in class org.melati.poem.generated.UserBase
-
Sets the Id value, with checking, for this
user Persistent.
- setId_unsafe(Integer) - Method in class org.melati.poem.generated.CapabilityBase
-
Sets the Id value directly, without checking,
for this capability Persistent.
- setId_unsafe(Integer) - Method in class org.melati.poem.generated.ColumnInfoBase
-
Sets the Id value directly, without checking,
for this columnInfo Persistent.
- setId_unsafe(Integer) - Method in class org.melati.poem.generated.GroupBase
-
Sets the Id value directly, without checking,
for this group Persistent.
- setId_unsafe(Integer) - Method in class org.melati.poem.generated.GroupCapabilityBase
-
Sets the Id value directly, without checking,
for this groupCapability Persistent.
- setId_unsafe(Integer) - Method in class org.melati.poem.generated.GroupMembershipBase
-
Sets the Id value directly, without checking,
for this groupMembership Persistent.
- setId_unsafe(Integer) - Method in class org.melati.poem.generated.SettingBase
-
Sets the Id value directly, without checking,
for this setting Persistent.
- setId_unsafe(Integer) - Method in class org.melati.poem.generated.TableCategoryBase
-
Sets the Id value directly, without checking,
for this tableCategory Persistent.
- setId_unsafe(Integer) - Method in class org.melati.poem.generated.TableInfoBase
-
Sets the Id value directly, without checking,
for this tableInfo Persistent.
- setId_unsafe(Integer) - Method in class org.melati.poem.generated.UserBase
-
Sets the Id value directly, without checking,
for this user Persistent.
- setIndexed(Boolean) - Method in class org.melati.poem.generated.ColumnInfoBase
-
Sets the Indexed value, with checking, for this
columnInfo Persistent.
- setIndexed(boolean) - Method in class org.melati.poem.generated.ColumnInfoBase
-
Sets the Indexed value, with checking,
from a boolean, for this
columnInfo Persistent.
- setIndexed_unsafe(Boolean) - Method in class org.melati.poem.generated.ColumnInfoBase
-
Sets the Indexed value directly, without checking,
for this columnInfo Persistent.
- setIntegrityFix(StandardIntegrityFix) - Method in class org.melati.poem.Column
-
- setIntegrityfix(StandardIntegrityFix) - Method in class org.melati.poem.generated.ColumnInfoBase
-
Sets the Integrityfix value, with checking,
for the Persistent argument.
- setIntegrityfix_unsafe(Integer) - Method in class org.melati.poem.generated.ColumnInfoBase
-
Sets the Integrityfix value directly, without checking,
for this columnInfo Persistent.
- setIntegrityfixIndex(Integer) - Method in class org.melati.poem.generated.ColumnInfoBase
-
Sets the Integrityfix index value, with checking,
for this Persistent.
- setLineNo(int) - Method in class org.melati.poem.csv.CSVRecord
-
- setLogCommits(boolean) - Method in class org.melati.poem.Database
-
Toggle commit logging.
- setLogin(String) - Method in class org.melati.poem.generated.UserBase
-
Sets the Login value, with checking, for this
user Persistent.
- setLogin_unsafe(String) - Method in class org.melati.poem.generated.UserBase
-
Sets the Login value directly, without checking,
for this user Persistent.
- setLogSQL(boolean) - Method in class org.melati.poem.Database
-
Toggle logging.
- setName(String) - Method in class org.melati.poem.ColumnInfo
-
Set the name if it is not set.
- setName(String) - Method in class org.melati.poem.generated.CapabilityBase
-
Sets the Name value, with checking, for this
capability Persistent.
- setName(String) - Method in class org.melati.poem.generated.ColumnInfoBase
-
Sets the Name value, with checking, for this
columnInfo Persistent.
- setName(String) - Method in class org.melati.poem.generated.GroupBase
-
Sets the Name value, with checking, for this
group Persistent.
- setName(String) - Method in class org.melati.poem.generated.SettingBase
-
Sets the Name value, with checking, for this
setting Persistent.
- setName(String) - Method in class org.melati.poem.generated.TableCategoryBase
-
Sets the Name value, with checking, for this
tableCategory Persistent.
- setName(String) - Method in class org.melati.poem.generated.TableInfoBase
-
Sets the Name value, with checking, for this
tableInfo Persistent.
- setName(String) - Method in class org.melati.poem.generated.UserBase
-
Sets the Name value, with checking, for this
user Persistent.
- setName(String) - Method in class org.melati.poem.TableInfo
-
Overridden to disallow table renaming.
- setName_unsafe(String) - Method in class org.melati.poem.generated.CapabilityBase
-
Sets the Name value directly, without checking,
for this capability Persistent.
- setName_unsafe(String) - Method in class org.melati.poem.generated.ColumnInfoBase
-
Sets the Name value directly, without checking,
for this columnInfo Persistent.
- setName_unsafe(String) - Method in class org.melati.poem.generated.GroupBase
-
Sets the Name value directly, without checking,
for this group Persistent.
- setName_unsafe(String) - Method in class org.melati.poem.generated.SettingBase
-
Sets the Name value directly, without checking,
for this setting Persistent.
- setName_unsafe(String) - Method in class org.melati.poem.generated.TableCategoryBase
-
Sets the Name value directly, without checking,
for this tableCategory Persistent.
- setName_unsafe(String) - Method in class org.melati.poem.generated.TableInfoBase
-
Sets the Name value directly, without checking,
for this tableInfo Persistent.
- setName_unsafe(String) - Method in class org.melati.poem.generated.UserBase
-
Sets the Name value directly, without checking,
for this user Persistent.
- setNullable(Boolean) - Method in class org.melati.poem.generated.ValueInfoBase
-
Sets the Nullable value, with checking, for this
ValueInfo Persistent.
- setNullable(boolean) - Method in class org.melati.poem.generated.ValueInfoBase
-
Sets the Nullable value, with checking,
from a boolean, for this
ValueInfo Persistent.
- setNullable_unsafe(Boolean) - Method in class org.melati.poem.generated.ValueInfoBase
-
Sets the Nullable value directly, without checking,
for this ValueInfo Persistent.
- setPassword(String) - Method in class org.melati.poem.generated.UserBase
-
Sets the Password value, with checking, for this
user Persistent.
- setPassword(String) - Method in class org.melati.poem.User
-
Sets the Password value, with checking, for this
user Persistent.
- setPassword_unsafe(String) - Method in class org.melati.poem.generated.UserBase
-
Sets the Password value directly, without checking,
for this user Persistent.
- setPrecision(int) - Method in class org.melati.poem.FixedPointAtomPoemType
-
- setPrecision(Integer) - Method in class org.melati.poem.generated.ValueInfoBase
-
Sets the Precision value, with checking, for this
ValueInfo Persistent.
- setPrecision(int) - Method in class org.melati.poem.generated.ValueInfoBase
-
Sets the Precision value, with checking, for this
ValueInfo Persistent.
- setPrecision_unsafe(Integer) - Method in class org.melati.poem.generated.ValueInfoBase
-
Sets the Precision value directly, without checking,
for this ValueInfo Persistent.
- setRangelimit_string(String) - Method in class org.melati.poem.generated.ValueInfoBase
-
Sets the Rangelimit_string value, with checking, for this
ValueInfo Persistent.
- setRangelimit_string(String) - Method in class org.melati.poem.ValueInfo
-
Sets the Rangelimit_string value, with checking, for this
ValueInfo Persistent.
- setRangelimit_string_unsafe(String) - Method in class org.melati.poem.generated.ValueInfoBase
-
Sets the Rangelimit_string value directly, without checking,
for this ValueInfo Persistent.
- setRangelow_string(String) - Method in class org.melati.poem.generated.ValueInfoBase
-
Sets the Rangelow_string value, with checking, for this
ValueInfo Persistent.
- setRangelow_string(String) - Method in class org.melati.poem.ValueInfo
-
Sets the Rangelow_string value, with checking, for this
ValueInfo Persistent.
- setRangelow_string_unsafe(String) - Method in class org.melati.poem.generated.ValueInfoBase
-
Sets the Rangelow_string value directly, without checking,
for this ValueInfo Persistent.
- setRaw(PreparedStatement, int, Object) - Method in class org.melati.poem.BasePoemType
-
Set a column of a PreparedStatement to the passed in value.
- setRaw(Persistent, Object) - Method in class org.melati.poem.Column
-
Sets the field value, with locking,
for this Column.
- setRaw(Persistent, Object) - Method in class org.melati.poem.ExtraColumn
-
Sets the field value, with locking,
for this Column.
- setRaw(String, Object) - Method in class org.melati.poem.JdbcPersistent
-
Set the `identifying value' of one of the record's fields.
- setRaw(String, Object) - Method in interface org.melati.poem.Persistent
-
Set the `identifying value' of one of the record's fields.
- setRaw(Object) - Method in class org.melati.poem.Setting
-
Set from a raw value; checking that the value is of the correct type first.
- setRaw(PreparedStatement, int, Object) - Method in interface org.melati.poem.SQLType
-
Set a column of a PreparedStatement to the passed in value.
- setRaw_unsafe(Persistent, Object) - Method in class org.melati.poem.Column
-
Sets the field value, without locking,
for this Column.
- setRaw_unsafe(Persistent, Object) - Method in class org.melati.poem.ExtraColumn
-
Sets the field value, without locking,
for this Column.
- setRawRange(Comparable<T>, Comparable<T>) - Method in class org.melati.poem.BasePoemType
-
Set the limits, if applicable.
- setRawString(Persistent, String) - Method in class org.melati.poem.Column
-
Set the value from its String representation, if possible.
- setRawString(String, String) - Method in class org.melati.poem.JdbcPersistent
-
Set the `identifying value' of one of the record's fields from a string
representation.
- setRawString(String, String) - Method in interface org.melati.poem.Persistent
-
Set the `identifying value' of one of the record's fields from a string
representation.
- setRecordNo(int) - Method in class org.melati.poem.csv.CSVRecord
-
- setRenderinfo(String) - Method in class org.melati.poem.generated.ValueInfoBase
-
Sets the Renderinfo value, with checking, for this
ValueInfo Persistent.
- setRenderinfo_unsafe(String) - Method in class org.melati.poem.generated.ValueInfoBase
-
Sets the Renderinfo value directly, without checking,
for this ValueInfo Persistent.
- setScale(int) - Method in class org.melati.poem.FixedPointAtomPoemType
-
- setScale(Integer) - Method in class org.melati.poem.generated.ValueInfoBase
-
Sets the Scale value, with checking, for this
ValueInfo Persistent.
- setScale(int) - Method in class org.melati.poem.generated.ValueInfoBase
-
Sets the Scale value, with checking, for this
ValueInfo Persistent.
- setScale_unsafe(Integer) - Method in class org.melati.poem.generated.ValueInfoBase
-
Sets the Scale value directly, without checking,
for this ValueInfo Persistent.
- setSearchability(Searchability) - Method in class org.melati.poem.Column
-
- setSearchability(Searchability) - Method in class org.melati.poem.generated.ColumnInfoBase
-
Sets the Searchability value, with checking, for the Persistent argument.
- setSearchability_unsafe(Integer) - Method in class org.melati.poem.generated.ColumnInfoBase
-
Sets the Searchability value directly, without checking,
for this columnInfo Persistent.
- setSearchabilityIndex(Integer) - Method in class org.melati.poem.generated.ColumnInfoBase
-
Sets the Searchability index value, with checking, for this Persistent.
- setSearchColumn(Column<?>) - Method in class org.melati.poem.JdbcTable
-
- setSearchColumn(Column<?>) - Method in interface org.melati.poem.Table
-
- setSeqcached(Boolean) - Method in class org.melati.poem.generated.TableInfoBase
-
Sets the Seqcached value, with checking, for this
tableInfo Persistent.
- setSeqcached(boolean) - Method in class org.melati.poem.generated.TableInfoBase
-
Sets the Seqcached value, with checking,
from a boolean, for this
tableInfo Persistent.
- setSeqcached(Boolean) - Method in class org.melati.poem.TableInfo
-
Set here and in table we represent.
- setSeqcached_unsafe(Boolean) - Method in class org.melati.poem.generated.TableInfoBase
-
Sets the Seqcached value directly, without checking,
for this tableInfo Persistent.
- setSize(Integer) - Method in class org.melati.poem.generated.ValueInfoBase
-
Sets the Size value, with checking, for this
ValueInfo Persistent.
- setSize(int) - Method in class org.melati.poem.generated.ValueInfoBase
-
Sets the Size value, with checking, for this
ValueInfo Persistent.
- setSize(int) - Method in class org.melati.poem.util.Cache
-
Set maximum size of Cache.
- setSize_unsafe(Integer) - Method in class org.melati.poem.generated.ValueInfoBase
-
Sets the Size value directly, without checking,
for this ValueInfo Persistent.
- setSortdescending(Boolean) - Method in class org.melati.poem.generated.ColumnInfoBase
-
Sets the Sortdescending value, with checking, for this
columnInfo Persistent.
- setSortdescending(boolean) - Method in class org.melati.poem.generated.ColumnInfoBase
-
Sets the Sortdescending value, with checking,
from a boolean, for this
columnInfo Persistent.
- setSortdescending_unsafe(Boolean) - Method in class org.melati.poem.generated.ColumnInfoBase
-
Sets the Sortdescending value directly, without checking,
for this columnInfo Persistent.
- setTable(Table<P>) - Method in class org.melati.poem.TableMap
-
- setTableinfo(TableInfo) - Method in class org.melati.poem.generated.ColumnInfoBase
-
Set the Tableinfo.
- setTableInfo(TableInfo) - Method in class org.melati.poem.JdbcTable
-
- setTableInfo(TableInfo) - Method in interface org.melati.poem.Table
-
- setTableinfo_unsafe(Integer) - Method in class org.melati.poem.generated.ColumnInfoBase
-
Sets the Tableinfo value directly, without checking,
for this columnInfo Persistent.
- setTableinfoTroid(Integer) - Method in class org.melati.poem.ColumnInfo
-
Set the TableInfo reference.
- setTableinfoTroid(Integer) - Method in class org.melati.poem.generated.ColumnInfoBase
-
Sets the Table Row Object ID.
- Setting - Class in org.melati.poem
-
A setting, analageous to a Property.
- Setting() - Constructor for class org.melati.poem.Setting
-
Constructor
for a Persistent Setting object.
- Setting(Integer, String, String, String, String) - Constructor for class org.melati.poem.Setting
-
Constructor with reasonable defaults for a String setting
Use SettingTable.create to persist this.
- Setting.SettingTypeMismatchException - Exception in org.melati.poem
-
Thrown when a
Setting's type does not match the type required.
- Setting.SettingValidationException - Exception in org.melati.poem
-
Thrown when a
Setting value fails validation.
- SettingBase - Class in org.melati.poem.generated
-
Melati POEM generated abstract base class for a Persistent
setting Object.
- SettingBase() - Constructor for class org.melati.poem.generated.SettingBase
-
- SettingException(Persistent, Column<?>, Exception) - Constructor for exception org.melati.poem.Column.SettingException
-
Constructor.
- SettingTable<T extends Setting> - Class in org.melati.poem
-
A
Table which is used like a properties file.
- SettingTable(Database, String, DefinitionSource) - Constructor for class org.melati.poem.SettingTable
-
Constructor.
- SettingTable.UnsetException - Exception in org.melati.poem
-
Thrown when a
Setting requested has not been set.
- SettingTableBase<T extends Setting> - Class in org.melati.poem.generated
-
Melati POEM generated base class for Table setting.
- SettingTableBase(Database, String, DefinitionSource) - Constructor for class org.melati.poem.generated.SettingTableBase
-
Constructor.
- SettingTypeMismatchException(String, PoemTypeFactory, String) - Constructor for exception org.melati.poem.Setting.SettingTypeMismatchException
-
Constructor.
- SettingValidationException(String, Exception) - Constructor for exception org.melati.poem.Setting.SettingValidationException
-
Constructor.
- setTransactionsMax(int) - Method in class org.melati.poem.Database
-
Set the maximum number of transactions.
- setTransactionsMax(int) - Method in interface org.melati.poem.transaction.TransactionPool
-
Set the maximum number of transactions in this pool.
- setTypefactory(PoemTypeFactory) - Method in class org.melati.poem.generated.ValueInfoBase
-
Sets the PoemTypeFactory Typefactory value for this ValueInfo Column of the ValueInfo Table.
- setTypefactory_unsafe(Integer) - Method in class org.melati.poem.generated.ValueInfoBase
-
Sets the Typefactory value directly, without checking,
for this ValueInfo Persistent.
- setTypefactoryCode(Integer) - Method in class org.melati.poem.generated.ValueInfoBase
-
Sets the Integer Typefactory value for this ValueInfo Column of the ValueInfo Table.
- setUnique(Boolean) - Method in class org.melati.poem.generated.ColumnInfoBase
-
Sets the Unique value, with checking, for this
columnInfo Persistent.
- setUnique(boolean) - Method in class org.melati.poem.generated.ColumnInfoBase
-
Sets the Unique value, with checking,
from a boolean, for this
columnInfo Persistent.
- setUnique_unsafe(Boolean) - Method in class org.melati.poem.generated.ColumnInfoBase
-
Sets the Unique value directly, without checking,
for this columnInfo Persistent.
- setUser(User) - Method in class org.melati.poem.generated.GroupMembershipBase
-
Set the User.
- setUser_unsafe(Integer) - Method in class org.melati.poem.generated.GroupMembershipBase
-
Sets the User value directly, without checking,
for this groupMembership Persistent.
- setUsercreateable(Boolean) - Method in class org.melati.poem.generated.ColumnInfoBase
-
Sets the Usercreateable value, with checking, for this
columnInfo Persistent.
- setUsercreateable(boolean) - Method in class org.melati.poem.generated.ColumnInfoBase
-
Sets the Usercreateable value, with checking,
from a boolean, for this
columnInfo Persistent.
- setUsercreateable_unsafe(Boolean) - Method in class org.melati.poem.generated.ColumnInfoBase
-
Sets the Usercreateable value directly, without checking,
for this columnInfo Persistent.
- setUsereditable(Boolean) - Method in class org.melati.poem.generated.ValueInfoBase
-
Sets the Usereditable value, with checking, for this
ValueInfo Persistent.
- setUsereditable(boolean) - Method in class org.melati.poem.generated.ValueInfoBase
-
Sets the Usereditable value, with checking,
from a boolean, for this
ValueInfo Persistent.
- setUsereditable_unsafe(Boolean) - Method in class org.melati.poem.generated.ValueInfoBase
-
Sets the Usereditable value directly, without checking,
for this ValueInfo Persistent.
- setUserTroid(Integer) - Method in class org.melati.poem.generated.GroupMembershipBase
-
Sets the Table Row Object ID.
- setValue(String) - Method in class org.melati.poem.generated.SettingBase
-
Sets the Value value, with checking, for this
setting Persistent.
- setValue(String) - Method in class org.melati.poem.Setting
-
Check that value is of correct type before setting.
- setValue_unsafe(String) - Method in class org.melati.poem.generated.SettingBase
-
Sets the Value value directly, without checking,
for this setting Persistent.
- setWidth(Integer) - Method in class org.melati.poem.generated.ValueInfoBase
-
Sets the Width value, with checking, for this
ValueInfo Persistent.
- setWidth(int) - Method in class org.melati.poem.generated.ValueInfoBase
-
Sets the Width value, with checking, for this
ValueInfo Persistent.
- setWidth_unsafe(Integer) - Method in class org.melati.poem.generated.ValueInfoBase
-
Sets the Width value directly, without checking,
for this ValueInfo Persistent.
- shortMonthName(int) - Method in class org.melati.poem.PoemLocale
-
- shutdown(Connection) - Method in class org.melati.poem.dbms.AnsiStandard
-
- shutdown(Connection) - Method in interface org.melati.poem.dbms.Dbms
-
A no-op for all but hsqldb, where the db needs to be shutdown
when the servlet container or jvm is destroyed.
- shutdown(Connection) - Method in class org.melati.poem.dbms.Hsqldb
-
Shut the db down nicely.
- shutdown(Connection) - Method in class org.melati.poem.dbms.MSAccess
-
- SimplePrepareFailedPoemException - Exception in org.melati.poem
-
Thrown when there is a problem creating a PreparedStatement.
- SimplePrepareFailedPoemException(String, SQLException) - Constructor for exception org.melati.poem.SimplePrepareFailedPoemException
-
Constructor.
- SimpleRetrievalFailedPoemException - Exception in org.melati.poem
-
Thrown when there is a problem loading a
Table.
- SimpleRetrievalFailedPoemException(SQLException) - Constructor for exception org.melati.poem.SimpleRetrievalFailedPoemException
-
Constructor.
- SimpleRetrievalFailedPoemException(SQLException, String) - Constructor for exception org.melati.poem.SimpleRetrievalFailedPoemException
-
Constructor.
- size() - Method in class org.melati.poem.TableMap
-
- SizedAtomPoemType<T> - Class in org.melati.poem
-
- SizedAtomPoemType(int, String, boolean, int) - Constructor for class org.melati.poem.SizedAtomPoemType
-
Constructor with size.
- sizeGreaterEqual(int, int) - Static method in class org.melati.poem.SizedAtomPoemType
-
Compare sizes, taking into account magic value -1.
- skip() - Method in class org.melati.poem.ResultSetEnumeration
-
Skip an Element.
- skip() - Method in class org.melati.poem.util.ConsEnumeration
-
- skip(Enumeration<T>, int) - Static method in class org.melati.poem.util.EnumUtils
-
Skip a specified number of Elements in an Enumeration.
- skip() - Method in class org.melati.poem.util.FilteredEnumeration
-
Skip an Element.
- skip() - Method in class org.melati.poem.util.LimitedEnumeration
-
Skip an Element.
- skip() - Method in interface org.melati.poem.util.SkipEnumeration
-
Skip an Element.
- SkipEnumeration<T> - Interface in org.melati.poem.util
-
An Enumeration with a {link #skip} method.
- sorted(Order, Object[]) - Static method in class org.melati.poem.util.SortUtils
-
Return a new sorted Array.
- sorted(Order, Vector<O>) - Static method in class org.melati.poem.util.SortUtils
-
Sort a Vector into a new Array.
- sorted(Order, Enumeration<O>) - Static method in class org.melati.poem.util.SortUtils
-
Sort an Enumeration into an Array.
- SortUtils - Class in org.melati.poem.util
-
An assortment of useful sorting operations.
- split(String, char) - Static method in class org.melati.poem.util.StringUtils
-
As Perl, create an Array from a String by using a
character as the Array delimiter.
- sql - Variable in exception org.melati.poem.ExecutingSQLPoemException
-
The raw SQL we were trying to execute.
- sql - Variable in class org.melati.poem.SQLLogEvent
-
The raw SQL.
- sql - Variable in exception org.melati.poem.SQLSeriousPoemException
-
The SQL string that was being executed when the error occurred.
- sqlBooleanValueOfRaw(Object) - Method in class org.melati.poem.dbms.AnsiStandard
-
- sqlBooleanValueOfRaw(Object) - Method in interface org.melati.poem.dbms.Dbms
-
Accommodate different true and false values.
- sqlBooleanValueOfRaw(Object) - Method in class org.melati.poem.dbms.MSAccess
-
- sqlBooleanValueOfRaw(Object) - Method in class org.melati.poem.dbms.Oracle
-
- sqlBooleanValueOfRaw(Object) - Method in class org.melati.poem.dbms.SQLServer
-
Accommodate different true and false values.
- sqlDefaultValue(Dbms) - Method in class org.melati.poem.AtomPoemType
-
- sqlDefaultValue(Dbms) - Method in interface org.melati.poem.SQLType
-
Used to set a not null value when
creating a non nullable column.
- sqlDefinition(Dbms) - Method in class org.melati.poem.BasePoemType
-
See http://dev.mysql.com/doc/refman/5.0/en/timestamp.html
The MySQL default for nullability of timestamps is not null, so need to
make all fields explicitly nullable.
- sqlDefinition(Dbms) - Method in interface org.melati.poem.SQLType
-
SQL type definition with nullability.
- SQLLogEvent - Class in org.melati.poem
-
A record of any executed SQL statement.
- SQLLogEvent(String) - Constructor for class org.melati.poem.SQLLogEvent
-
Constructor.
- sqlMetaData - Static variable in class org.melati.poem.DefinitionSource
-
The JDBC metatdata.
- SQLPoemException - Exception in org.melati.poem
-
- SQLPoemException(SQLException) - Constructor for exception org.melati.poem.SQLPoemException
-
Constructor.
- SQLPoemType<T> - Interface in org.melati.poem
-
- sqlQuery(String) - Method in class org.melati.poem.Database
-
Run an arbitrary SQL query against the database.
- SQLSeriousPoemException - Exception in org.melati.poem
-
Thrown when there is an
SQLException thrown by the dbms
in a situation where it matters.
- SQLSeriousPoemException(SQLException, String) - Constructor for exception org.melati.poem.SQLSeriousPoemException
-
An SQL exception and the statement that provoked it.
- SQLSeriousPoemException(SQLException) - Constructor for exception org.melati.poem.SQLSeriousPoemException
-
Constructor for use if you do not have the SQL string.
- SQLServer - Class in org.melati.poem.dbms
-
A Driver for the Microsoft SQL server.
- SQLServer() - Constructor for class org.melati.poem.dbms.SQLServer
-
Constructor.
- SQLServer.SQLServerBooleanPoemType - Class in org.melati.poem.dbms
-
Translates an SQLServer Boolean into a Poem BooleanPoemType.
- SQLServerBooleanPoemType(boolean) - Constructor for class org.melati.poem.dbms.SQLServer.SQLServerBooleanPoemType
-
Constructor.
- sqlServerMaxBinarySize - Static variable in class org.melati.poem.dbms.SQLServer
-
Maximum size of a binary field.
- sqlServerTextHack - Static variable in class org.melati.poem.dbms.SQLServer
-
SQL Server does not have a pleasant TEXT datatype, so we use
an arbetary value in a VARCHAR.
- SQLType<T> - Interface in org.melati.poem
-
A native SQL
Field datatype.
- sqlTypeCode() - Method in class org.melati.poem.BasePoemType
- sqlTypeCode - Variable in exception org.melati.poem.dbms.UnsupportedTypePoemException
-
The SQL type code.
- sqlTypeCode() - Method in interface org.melati.poem.SQLType
-
- sqlTypeDefinition(Dbms) - Method in class org.melati.poem.BasePoemType
-
SQL type definition without nullability.
- sqlTypeDefinition(Dbms) - Method in interface org.melati.poem.SQLType
-
SQL type definition without nullability.
- sqlTypeName - Variable in exception org.melati.poem.dbms.UnsupportedTypePoemException
-
The SQL type name.
- sqlUpdate(String) - Method in class org.melati.poem.Database
-
Run an arbitrary SQL update against the database.
- StandardIntegrityFix - Class in org.melati.poem
-
A class which defines the three standard integrity fixes of
delete, clear and prevent.
- StandardIntegrityFix.NameUnrecognisedException - Exception in org.melati.poem
-
Thrown when an invalid
StandardIntegrityFix is specified,
by a typing mistake in the DSD for example.
- statement - Variable in exception org.melati.poem.PreparedSQLSeriousPoemException
-
Our PreparedStatement.
- statusExistent() - Method in class org.melati.poem.JdbcPersistent
- statusExistent() - Method in interface org.melati.poem.Persistent
-
- statusNonexistent() - Method in class org.melati.poem.JdbcPersistent
- statusNonexistent() - Method in interface org.melati.poem.Persistent
-
- string(String, String) - Static method in class org.melati.poem.Field
-
A convenience method to create nullable String Field.
- string - Variable in exception org.melati.poem.ParsingPoemException
-
The String that we failed to force into type.
- STRING - Static variable in class org.melati.poem.PoemTypeFactory
-
String base-type factory.
- StringKeyPoemType - Class in org.melati.poem
-
- StringKeyPoemType(boolean, int) - Constructor for class org.melati.poem.StringKeyPoemType
-
- StringKeyReferencePoemType - Class in org.melati.poem
-
A data type that is a reference to a
Persistent object via a
String key to a unique, non-nullable index.
- StringKeyReferencePoemType(Table<?>, String, boolean, int) - Constructor for class org.melati.poem.StringKeyReferencePoemType
-
Constructor.
- StringLengthValidationPoemException - Exception in org.melati.poem
-
- StringLengthValidationPoemException(PoemType<?>, String) - Constructor for exception org.melati.poem.StringLengthValidationPoemException
-
Constructor.
- stringOfCooked(Object, PoemLocale, int) - Method in class org.melati.poem.BasePoemType
-
A localised String representation of the oject.
- stringOfCooked(Object, PoemLocale, int) - Method in interface org.melati.poem.PoemType
-
A localised String representation of the oject.
- stringOfRaw(Object) - Method in class org.melati.poem.BasePoemType
-
This doesn't do an explicit assertValidRaw.
- stringOfRaw(Object) - Method in interface org.melati.poem.PoemType
-
The String representation of the Field.
- StringPoemType - Class in org.melati.poem
-
Base of all character sequence types.
- StringPoemType(boolean, int) - Constructor for class org.melati.poem.StringPoemType
-
Constructor.
- StringUtils - Class in org.melati.poem.util
-
An assortment of useful operations on Strings.
- StringUtils() - Constructor for class org.melati.poem.util.StringUtils
-
- StructuralModificationFailedPoemException - Exception in org.melati.poem
-
Thrown when an
SQLException is thrown by a command to
alter or create a
table.
- StructuralModificationFailedPoemException(String, SQLException) - Constructor for exception org.melati.poem.StructuralModificationFailedPoemException
-
Constructor.
- StructuralModificationLogEvent - Class in org.melati.poem
-
A record of a structural change to the underlying DBMS.
- StructuralModificationLogEvent(String) - Constructor for class org.melati.poem.StructuralModificationLogEvent
-
Constructor.
- subException - Variable in exception org.melati.poem.PoemException
-
Pre-java 1.4 initial cause.
- subMap(Integer, Integer) - Method in class org.melati.poem.TableSortedMap
-
- summary - Static variable in class org.melati.poem.DisplayLevel
-
Display level of
Columns to be included in a summary of
records in a set.
- swap(Object[], int, int) - Static method in class org.melati.poem.util.SortUtils
-
Swap two elements of an Array.