Interface AnyRecordDef

All Superinterfaces:
FieldDef

public interface AnyRecordDef extends FieldDef
AnyRecordDef is the type that contains all kinds of record values. AnyRecordDef 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