ColumnSchema class
- Inheritance
-
- Object
- QueryPrintable
- QueryBuilder
- ColumnSchema
Constructors
-
ColumnSchema.new(String _name, String _type, {QueryPrintable? preconstraints, List<
ColumnConstrains> constraints = const <ColumnConstrains>[], List<String> ? parameters, List<String> ? posParameters})
Properties
-
constraints
→ List<
ColumnConstrains> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isEmpty → bool
-
no setterinherited
- preconstraints → QueryPrintable?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
build(
) → QueryString -
override
-
copyWith(
{String? name, String? type, QueryPrintable? preconstraints, List< ColumnConstrains> ? constraints, List<String> ? parameters}) → ColumnSchema -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
plain(
) → String -
inherited
-
printable(
) → String -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
typeParameters(
) → QueryString
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited