Uses of Interface
acdp.Ref
Packages that use Ref
Package
Description
Contains the core interfaces needed to operate a database.
Contains classes for designing an ACDP database.
-
Uses of Ref in acdp
Modifier and TypeMethodDescriptionRow.getRef()
The reference to this row within the table.Inserts the specified values into this table and returns the reference to the newly created row.Modifier and TypeMethodDescriptionvoid
Deletes the referenced row from this table.Returns the referenced row of this table.Returns an iterator over the rows of this table starting with the first row that comes after the referenced row.long
Returns the value of the reference counter of the referenced row.void
Updates the values of the specified columns of the referenced row with the specified new values. -
Uses of Ref in acdp.design
Methods in acdp.design that return RefModifier and TypeMethodDescriptionMethods in acdp.design that return types with arguments of type RefModifier and TypeMethodDescriptionCL.ofRef()
Creates a new column having the reference column type.Methods in acdp.design with parameters of type RefModifier and TypeMethodDescriptionvoid
final Row
final <T> T
Returns the value stored at the specified row and column in this table.final Table.TableIterator
final long
void