SQLTableAdditionalDefinition class abstract

Database engine that required or wanted to have additional definition or declaration when create the table can provide the implemented of this class.

Constructors

SQLTableAdditionalDefinition()
define for annotation usage.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

definition() String
return a definition that add to the tail of query create table.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited