Interface AnyAtomicDef

All Superinterfaces:
FieldDef

public interface AnyAtomicDef extends FieldDef
AnyAtomicDef is the type that contains all kinds of atomic values. AnyAtomicDef cannot be used when defining the schema of a table (i.e., in the CREATE TABLE statement). Instead, it is used to describe the result of a query expression, when the query processor cannot infer a more precise type for the expression.
Since:
4.0