Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
interface | INullable |
class | SqlAlreadyFilledException |
struct | SqlBinary |
struct | SqlBoolean |
struct | SqlByte |
class | SqlBytes |
class | SqlChars |
struct | SqlDateTime |
struct | SqlDecimal |
struct | SqlDouble |
struct | SqlGuid |
struct | SqlInt16 |
struct | SqlInt32 |
struct | SqlInt64 |
struct | SqlMoney |
class | SqlNotFilledException |
class | SqlNullValueException |
class | SQLResource |
struct | SqlSingle |
class | SqlStreamChars |
struct | SqlString |
class | SqlTruncateException |
class | SqlTypeException |
class | SqlXml |
class | SqlXmlStreamWrapper |
class | StreamOnSqlBytes |
Enumerations | |
enum | EComparison { LT , LE , EQ , GE , GT , NE } |
enum | SqlBytesCharsState { Null = 0 , Buffer = 1 , Stream = 3 } |
enum | SqlCompareOptions { None = 0 , IgnoreCase = 1 , IgnoreNonSpace = 2 , IgnoreKanaType = 8 , IgnoreWidth = 0x10 , BinarySort = 0x8000 , BinarySort2 = 0x4000 } |
enum | StorageState { Buffer , Stream , UnmanagedBuffer } |