Index

A B C D E F G H I K L M N O P R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

T

Table - Interface in acdp
The table of a database.
Table.TableIterator - Interface in acdp
Defines an iterator over the rows of a given table.
Table.ValueChanger<T> - Interface in acdp
Provides a new value that depends on the stored value.
Table.ValueSupplier<T> - Interface in acdp
Provides a new value that does not depend on the stored value.
Table.ValueSwitcher<T> - Interface in acdp
Provides a new value that depends on the untyped stored value.
tables() - Element in annotation type acdp.tools.Setup.SetupDatabase
The database's tables in proper order.
toBytes(T) - Method in class acdp.design.SimpleType
Converts the specified value to its byte representation.
toBytes(T, byte[], int) - Method in class acdp.design.SimpleType
Converts the specified value to its byte representation and puts it into the specified byte array starting at the specified offset.
toFile(Path, String, OpenOption...) - Method in class acdp.misc.Layout
Writes this layout to the specified file.
toMap() - Method in class acdp.misc.Layout
Converts this layout to an unmodifiable map.
toOutputStream(OutputStream, String) - Method in class acdp.misc.Layout
Writes this layout to the specified output stream.
toString() - Method in interface acdp.Column
As the Column.name() method, returns the name of this column.
toString() - Method in interface acdp.Database
As the Database.name() method, returns the name of this database.
toString() - Method in class acdp.design.CustomDatabase
toString() - Method in class acdp.design.CustomTable
toString() - Method in interface acdp.Ref
Returns a string representation of this reference.
toString() - Method in interface acdp.Table
As the Table.name() method, returns the name of this table.
truncate() - Method in class acdp.design.CustomTable
truncate() - Method in interface acdp.Table
Deletes all rows of this table and truncates the corresponding data files.
type() - Method in interface acdp.Information.ColumnInfo
Returns the type of this column, that is the type of the values a row can store in this column.
type() - Method in interface acdp.Information.DatabaseInfo
Returns the information whether this database is an RO or WR database.
Type - Interface in acdp.types
Defines the super interface of all column types.
Type.Scheme - Enum in acdp.types
Defines the so called inrow and outrow storage schemes for values of a particular column type.
typeDesc() - Method in class acdp.design.SimpleType
 
typeDesc() - Method in interface acdp.types.Type
Returns the type descriptor of this column type.
TypeDesc(String) - Constructor for class acdp.design.SimpleType.TypeDesc
The constructor.
typeDescPrefix() - Method in class acdp.design.SimpleType
Returns the first part of the descriptor of this column type.
typeDescSuffix(Type.Scheme, boolean, int, boolean) - Static method in class acdp.design.SimpleType
Returns the second part of the descriptor for a column type constructed with the specified arguments.
typeFactoryClassName() - Method in interface acdp.Information.ColumnInfo
Returns the name of the custom column type factory class or null if the type of this column is a built-in column type.
typeFactoryClasspath() - Method in interface acdp.Information.ColumnInfo
Returns the path of the directory housing the class file of the custom column type factory class and any depending class files or null.
A B C D E F G H I K L M N O P R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form