SqlType¶
SqlType is an abstraction of SQL types.
Contract¶
toString¶
String toString(
FormatOptions formatOptions)
Used when:
Columnis requested to toStringSqlTypeSchemaSerializeris requested to serialize a SqlTypeFilterTypeValidatoris requested tovalidateFilterExpressionExpressionFormatter.Formatteris requested tovisitTypeQueryEndpointis requested to colTypesFromSchema
Implementations¶
SqlArraySqlDecimalSqlMap- SqlPrimitiveType
SqlStruct
Creating Instance¶
SqlType takes the following to be created:
Abstract Class
SqlType is an abstract class and cannot be created directly. It is created indirectly for the concrete SqlTypes.
SqlTypeSchemaSerializer¶
SqlType is serialized using SqlTypeSchemaSerializer.