Terraria v1.4.4.9
Terraria source code documentation
|
Enumerations | |
enum | CatalogLocation { Start = 1 , End } |
enum | GroupByBehavior { Unknown , NotSupported , Unrelated , MustContainAll , ExactMatch } |
enum | IdentifierCase { Unknown , Insensitive , Sensitive } |
enum | StorageType { Empty , Object , DBNull , Boolean , Char , SByte , Byte , Int16 , UInt16 , Int32 , UInt32 , Int64 , UInt64 , Single , Double , Decimal , DateTime , TimeSpan , String , Guid , ByteArray , CharArray , Type , DateTimeOffset , BigInteger , Uri , SqlBinary , SqlBoolean , SqlByte , SqlBytes , SqlChars , SqlDateTime , SqlDecimal , SqlDouble , SqlGuid , SqlInt16 , SqlInt32 , SqlInt64 , SqlMoney , SqlSingle , SqlString } |
enum | SupportedJoinOperators { None = 0 , Inner = 1 , LeftOuter = 2 , RightOuter = 4 , FullOuter = 8 } |