Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Data.ConstNode Class Referencesealed

Protected Member Functions

void BindTable (DataTable table)
 

Package Functions

 ConstNode (DataTable table, ValueType type, object constant)
 
 ConstNode (DataTable table, ValueType type, object constant, bool fParseQuotes)
 
override void Bind (DataTable table, List< DataColumn > list)
 
override object Eval ()
 
override object Eval (DataRow row, DataRowVersion version)
 
override object Eval (int[] recordNos)
 
override bool IsConstant ()
 
override bool IsTableConstant ()
 
override bool HasLocalAggregate ()
 
override bool HasRemoteAggregate ()
 
override ExpressionNode Optimize ()
 
virtual bool DependsOn (DataColumn column)
 

Static Package Functions

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

readonly object _val
 

Properties

IFormatProvider FormatProvider [get]
 
virtual bool IsSqlColumn [get]
 
DataTable table [get]
 

Private Member Functions

object SmallestDecimal (object constant)
 
object SmallestNumeric (object constant)
 

Private Attributes

DataTable _table
 

Detailed Description

Definition at line 7 of file ConstNode.cs.


The documentation for this class was generated from the following file: