|
| ColumnAttribute (string name, SqlTypeCode type, int size, int scale) |
|
| ColumnAttribute (string name, SqlTypeCode type, int size) |
|
| ColumnAttribute (string name, SqlTypeCode type) |
|
| ColumnAttribute (string name) |
|
| ColumnAttribute (SqlTypeCode type, int size, int scale) |
|
| ColumnAttribute (SqlTypeCode type, int size) |
|
| ColumnAttribute (SqlTypeCode type) |
|
| ColumnAttribute (int size, int scale) |
|
| ColumnAttribute (int size) |
|
| ColumnAttribute () |
|
Definition at line 8 of file ColumnAttribute.cs.
Deveel.Data.Mapping.ColumnAttribute.ColumnAttribute |
( |
string |
name, |
|
|
SqlTypeCode |
type, |
|
|
int |
size, |
|
|
int |
scale |
|
) |
| |
|
inline |
Definition at line 9 of file ColumnAttribute.cs.
Defines the properties of a specific SQL Type and handles the values compatible.
Deveel.Data.Mapping.ColumnAttribute.ColumnAttribute |
( |
string |
name, |
|
|
SqlTypeCode |
type, |
|
|
int |
size |
|
) |
| |
|
inline |
Deveel.Data.Mapping.ColumnAttribute.ColumnAttribute |
( |
string |
name, |
|
|
SqlTypeCode |
type |
|
) |
| |
|
inline |
Deveel.Data.Mapping.ColumnAttribute.ColumnAttribute |
( |
string |
name | ) |
|
|
inline |
Definition at line 24 of file ColumnAttribute.cs.
SqlTypeCode
Enumerates the codes of all SQL types handled by the system.
Deveel.Data.Mapping.ColumnAttribute.ColumnAttribute |
( |
SqlTypeCode |
type, |
|
|
int |
size, |
|
|
int |
scale |
|
) |
| |
|
inline |
Deveel.Data.Mapping.ColumnAttribute.ColumnAttribute |
( |
SqlTypeCode |
type, |
|
|
int |
size |
|
) |
| |
|
inline |
Deveel.Data.Mapping.ColumnAttribute.ColumnAttribute |
( |
SqlTypeCode |
type | ) |
|
|
inline |
Deveel.Data.Mapping.ColumnAttribute.ColumnAttribute |
( |
int |
size, |
|
|
int |
scale |
|
) |
| |
|
inline |
Definition at line 40 of file ColumnAttribute.cs.
SqlTypeCode
Enumerates the codes of all SQL types handled by the system.
Deveel.Data.Mapping.ColumnAttribute.ColumnAttribute |
( |
int |
size | ) |
|
|
inline |
Deveel.Data.Mapping.ColumnAttribute.ColumnAttribute |
( |
| ) |
|
|
inline |
Definition at line 48 of file ColumnAttribute.cs.
SqlTypeCode
Enumerates the codes of all SQL types handled by the system.
string Deveel.Data.Mapping.ColumnAttribute.ColumnName |
|
getset |
int Deveel.Data.Mapping.ColumnAttribute.Scale |
|
getset |
int Deveel.Data.Mapping.ColumnAttribute.Size |
|
getset |
SqlTypeCode Deveel.Data.Mapping.ColumnAttribute.SqlType |
|
getset |
The documentation for this class was generated from the following file:
- /var/calculate/remote/distfiles/egit-src/deveeldb.git/src/deveeldb-linq/Deveel.Data.Mapping/ColumnAttribute.cs