Uses of Class
org.axiondb.NamedIdentifier

Packages that use NamedIdentifier
org.axiondb Core interfaces, identifiers, and exceptions. 
 

Uses of NamedIdentifier in org.axiondb
 

Subclasses of NamedIdentifier in org.axiondb
 class BindVariable
          A Literalthat can be bound via PreparedStatementmethods.
 class ColumnIdentifier
          An identifier for a column.
 class Literal
          A typedliteral value.
 class Sequence
          A database sequence.
 class TableIdentifier
          An identifier for a table.