sqlTypeName method
Returns a suitable representation of this type in SQL.
Implementation
@override
String sqlTypeName(GenerationContext context) {
throw UnimplementedError();
}
Returns a suitable representation of this type in SQL.
@override
String sqlTypeName(GenerationContext context) {
throw UnimplementedError();
}