Method |
Description |
|
ArrayOf ( Column $DataTypeColumn ) |
|
|
Binary ( $Name, $Length, $PrimaryKey = false ) |
|
|
Boolean ( $Name, $PrimaryKey = false ) |
|
|
Byte ( $Name, $PrimaryKey = false ) |
|
|
Date ( $Name, $PrimaryKey = false ) |
|
|
DateTime ( $Name, $PrimaryKey = false ) |
|
|
Decimal ( $Name, $Length, $Precision, $PrimaryKey = false ) |
|
|
Double ( $Name, $PrimaryKey = false ) |
|
|
Enum ( $Name, array $ValuesMap, $PrimaryKey = false ) |
|
|
Guid ( $Name, $PrimaryKey = true ) |
|
|
IncrementInt32 ( $Name, $PrimaryKey = true ) |
|
|
IncrementInt64 ( $Name, $PrimaryKey = true ) |
|
|
Int16 ( $Name, $PrimaryKey = false ) |
|
|
Int32 ( $Name, $PrimaryKey = false ) |
|
|
Int64 ( $Name, $PrimaryKey = false ) |
|
|
Interval ( $Name, $PrimaryKey = false ) |
|
|
String ( $Name, $Length, $PrimaryKey = false ) |
|
|
Time ( $Name, $PrimaryKey = false ) |
|
|
UnsignedByte ( $Name, $PrimaryKey = false ) |
|
|
UnsignedInt16 ( $Name, $PrimaryKey = false ) |
|
|
UnsignedInt32 ( $Name, $PrimaryKey = false ) |
|
|
UnsignedInt64 ( $Name, $PrimaryKey = false ) |
|
|