Interface AnyDef

All Superinterfaces:
FieldDef

public interface AnyDef extends FieldDef
AnyDef is the most generic data type; it contains all kinds of values. AnyDef 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