Terraria v1.4.4.9
Terraria source code documentation
|
Protected Member Functions | |
void | BindTable (DataTable table) |
Package Functions | |
NameNode (DataTable table, char[] text, int start, int pos) | |
NameNode (DataTable table, string name) | |
override void | Bind (DataTable table, List< DataColumn > list) |
override object | Eval () |
override object | Eval (DataRow row, DataRowVersion version) |
override object | Eval (int[] records) |
override bool | IsConstant () |
override bool | IsTableConstant () |
override bool | HasLocalAggregate () |
override bool | HasRemoteAggregate () |
override bool | DependsOn (DataColumn column) |
override ExpressionNode | Optimize () |
Static Package Functions | |
static string | ParseName (char[] text, int start, int pos) |
static bool | IsInteger (StorageType type) |
static bool | IsIntegerSql (StorageType type) |
static bool | IsSigned (StorageType type) |
static bool | IsSignedSql (StorageType type) |
static bool | IsUnsigned (StorageType type) |
static bool | IsUnsignedSql (StorageType type) |
static bool | IsNumeric (StorageType type) |
static bool | IsNumericSql (StorageType type) |
static bool | IsFloat (StorageType type) |
static bool | IsFloatSql (StorageType type) |
Package Attributes | |
string | _name |
bool | _found |
DataColumn | _column |
Properties | |
override bool | IsSqlColumn [get] |
IFormatProvider | FormatProvider [get] |
DataTable | table [get] |
Private Attributes | |
DataTable | _table |
Definition at line 7 of file NameNode.cs.