Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- acdp - package acdp
-
Contains the core interfaces needed to operate a database.
- ACDP - Class in acdp.misc
-
Provides some methods that are needed only in special situations.
- acdp.design - package acdp.design
-
Contains classes for designing an ACDP database.
- acdp.exceptions - package acdp.exceptions
-
Contains types of exceptions beyond Java's built-in exception types.
- acdp.misc - package acdp.misc
-
Contains classes that are only needed in special cases.
- acdp.tools - package acdp.tools
- acdp.types - package acdp.types
-
Contains the built-in column types as well as the super interface of all column types, the
Type
interface. - ACDPException - Exception Class in acdp.exceptions
-
The super class of all other exception types in this package.
- ACDPException(Database_, String) - Constructor for exception class acdp.exceptions.ACDPException
-
Constructs a new ACDP exception with a detail message composed from the specified database und the specified message.
- ACDPException(Database_, String, Throwable) - Constructor for exception class acdp.exceptions.ACDPException
-
Constructs a new ACDP exception with a detail message composed from the specified database and message and with the specified cause.
- ACDPException(Table_, String) - Constructor for exception class acdp.exceptions.ACDPException
-
Constructs a new ACDP exception with a detail message composed from the specified table and the specified message.
- ACDPException(String) - Constructor for exception class acdp.exceptions.ACDPException
-
Constructs a new ACDP exception with the specified detail message.
- ACDPException(String, Throwable) - Constructor for exception class acdp.exceptions.ACDPException
-
Constructs a new ACDP exception with the specified detail message and cause.
- add(Layout) - Method in class acdp.misc.Layout.Seq
-
Appends the specified layout to the end of this sequence.
- add(Layout.Seq) - Method in class acdp.misc.Layout.Seq
-
Appends the specified sequence to the end of this sequence.
- add(String) - Method in class acdp.misc.Layout.Seq
-
Appends the specified string value to the end of this sequence.
- add(String) - Method in interface acdp.tools.Refactor.Names
-
Adds to the list of column and table names the specified column name.
- add(String, Layout) - Method in class acdp.misc.Layout
-
Adds the specified layout with the specified key.
- add(String, Layout.Seq) - Method in class acdp.misc.Layout
-
Adds the specified sequence with the specified key.
- add(String, String) - Method in class acdp.misc.Layout
-
Adds the specified string value with the specified key.
- add(String, String) - Method in interface acdp.tools.Refactor.Names
-
Adds to the list of column and table names the specified column name and the specified name of the table that is referenced by this column.
- addLayout() - Method in class acdp.misc.Layout.Seq
-
Creates a new layout, appends it to the end of this sequence and returns the new layout.
- addLayout(String) - Method in class acdp.misc.Layout
-
Creates a new layout, adds it to this layout with the specified key and returns the new layout.
- addSeq() - Method in class acdp.misc.Layout.Seq
-
Creates a new sequence, appends it to the end of this sequence and returns the new sequence.
- addSeq(String) - Method in class acdp.misc.Layout
-
Creates a new sequence, adds it to this layout with the specified key and returns the new sequence.
- addTable(Path, String, CustomTable, Refactor.Names) - Static method in class acdp.tools.Refactor
-
Adds the specified table to the specified WR database.
- appliesEncryption() - Method in interface acdp.Information.DatabaseInfo
-
Returns the information whether this database applies encryption.
- ArrayOfRefType - Interface in acdp.types
-
The array column type with elements being references.
- ArrayType - Interface in acdp.types
-
The array column type with elements of
SimpleType
. - asList() - Method in class acdp.misc.Layout.Seq
-
Returns this sequence as an
unmodifiable
list.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form