Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
R
- ReadZone - Interface in acdp
-
Confines a sequence of read-only operations protected against the effects of concurrent write operations.
- recFile() - Method in interface acdp.Information.DatabaseInfo
-
The recorder file of this database.
- Ref - Interface in acdp
-
Defines a reference to a row in a table.
- Refactor - Class in acdp.tools
-
Provides methods for changing the structure of a WR database as well as methods for changing some fundamental table parameters which involve the modification of the internal format of one or more backing files.
- Refactor.Names - Interface in acdp.tools
-
Declares methods for fluently creating a list where each element is equal to a column name and, provided that the column references a table, the name of the referenced table.
- refCount(Ref) - Method in class acdp.design.CustomTable
- refCount(Ref) - Method in interface acdp.Table
-
Returns the value of the reference counter of the referenced row.
- refdTable() - Method in interface acdp.Information.ColumnInfo
-
Returns the name of the table this column references or
null
if the column does not reference a table, hence, if the type of this column is neither an instance ofRefType
nor ofArrayOfRefType
. - refdTable() - Element in annotation type acdp.tools.Setup.SetupColumn
-
The name of the referenced table if the column is of
RefType
orArrayOfRefType
. - RefType - Interface in acdp.types
-
The reference column type.
- remove() - Method in interface acdp.Table.TableIterator
-
The
remove
method is not supported by this iterator. - remove(int) - Method in class acdp.misc.Layout.Seq
-
Removes the element at the specified position in this sequence.
- remove(String) - Method in class acdp.misc.Layout
-
Removes the entry with the specified key.
- replace(int, Layout) - Method in class acdp.misc.Layout.Seq
-
Replaces the layout at the specified position in this sequence with the specified layout.
- replace(int, Layout.Seq) - Method in class acdp.misc.Layout.Seq
-
Replaces the sequence at the specified position in this sequence with the specified sequence.
- replace(int, String) - Method in class acdp.misc.Layout.Seq
-
Replaces the string value at the specified position in this sequence with the specified string value.
- replace(String, Layout) - Method in class acdp.misc.Layout
-
Replaces the stored layout having the specified key with the specified layout.
- replace(String, Layout.Seq) - Method in class acdp.misc.Layout
-
Replaces the stored sequence having the specified key with the specified sequence.
- replace(String, String) - Method in class acdp.misc.Layout
-
Replaces the stored string value having the specified key with the specified string value.
- replaceKey(String, String) - Method in class acdp.misc.Layout
-
Replaces the specified current key with the specified new key.
- RO - Enum constant in enum acdp.Information.DatabaseInfo.DBType
-
The RO database type.
- Row - Interface in acdp
-
Defines a data structure housing some or all values stored in a particular row of a
Table
. - rowGap() - Method in exception class acdp.exceptions.IllegalReferenceException
-
Indicates if this exception was thrown due to a row gap.
- rows(Column<?>...) - Method in class acdp.design.CustomTable
- rows(Column<?>...) - Method in interface acdp.Table
-
Returns a
Stream
of this table's rows. - run(String, Path) - Static method in class acdp.tools.Setup
-
Generates the database files from a database class, hence, from a class annotated with the
@SetupDatabase
annotation and saves them to a given directory. - run(Path) - Static method in class acdp.tools.KeyFigures
-
Writes to the standard output stream a few key figures of the stores of the tables of the specified WR database.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form