TableName class

A name for sql related strings (table names and column names ex.).

This will contain the original name,the fixed one and the one between square brackets.

Constructors

TableName(String name, {bool schemaSupported = true})
Create a TableName. If schemas are not supported , set schemaSupported to false].

Properties

bracketName String
The name fixed by surrounding with square brackets, if necessary.
getter/setter pair
fixedDoubleName String
The name fixed by double quoting, if necessary.
getter/setter pair
fixedName String
The name fixed by quoting, if necessary.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getFullName() String
getSchema() String
Returns the schema.
hasSchema() bool
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