Enum assembly_xml::database::ValueType [−][src]
pub enum ValueType {
Show 17 variants
Bit,
Float,
Real,
Int,
BigInt,
SmallInt,
TinyInt,
Binary,
VarBinary,
Char,
VarChar,
NChar,
NVarChar,
NText,
Text,
Image,
DateTime,
}
Expand description
The value types for the database
This is a rustic representation of the data types in Transact-SQL that were/are used in the database.
Variants
bit
float
real
int
bigint
smallint
tinyint
binary
varbinary
char
varchar
nchar
nvarchar
ntext
text
image
datetime
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ValueType
impl UnwindSafe for ValueType
Blanket Implementations
Mutably borrows from an owned value. Read more