Uses of Class
acdp.exceptions.IllegalReferenceException
Packages that use IllegalReferenceException
Package
Description
Contains the core interfaces needed to operate a database.
Contains classes for designing an ACDP database.
-
Uses of IllegalReferenceException in acdp
Methods in acdp that throw IllegalReferenceExceptionModifier 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 IllegalReferenceException in acdp.design
Methods in acdp.design that throw IllegalReferenceExceptionModifier 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