com.microstrategy.webapi.EnumDSSXMLDataType |
This enumeration contains the different data types for nodes in an expression.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DssXmlDataTypeBigDecimal | Specifies the big decimal data type. | |||||||||
int | DssXmlDataTypeBinary | Specifies the binary data type. | |||||||||
int | DssXmlDataTypeBool | Specifies the bool data type. | |||||||||
int | DssXmlDataTypeCellFormatData | Specifies the cell format data type. | |||||||||
int | DssXmlDataTypeChar | Specifies the char data type. | |||||||||
int | DssXmlDataTypeDate | Specifies the date data type. | |||||||||
int | DssXmlDataTypeDecimal | Specifies the decimal data type. | |||||||||
int | DssXmlDataTypeDouble | Specifies the double data type. | |||||||||
int | DssXmlDataTypeFloat | Specifies the float data type. | |||||||||
int | DssXmlDataTypeInt64 | Specifies the cell format data type. | |||||||||
int | DssXmlDataTypeInteger | Specifies the integer data type. | |||||||||
int | DssXmlDataTypeLong | Specifies the long data type. | |||||||||
int | DssXmlDataTypeLongVarBin | Specifies the long varbin data type. | |||||||||
int | DssXmlDataTypeLongVarChar | Specifies the long varchar data type. | |||||||||
int | DssXmlDataTypeMBChar | Specifies the MB char data type. | |||||||||
int | DssXmlDataTypeNumeric | Specifies the numeric data type. | |||||||||
int | DssXmlDataTypePattern | Specifies the pattern data type. | |||||||||
int | DssXmlDataTypeReal | Specifies the real data type. | |||||||||
int | DssXmlDataTypeReserved | Reserved value. | |||||||||
int | DssXmlDataTypeShort | Specifies the short data type. | |||||||||
int | DssXmlDataTypeTime | Specifies the time data type. | |||||||||
int | DssXmlDataTypeTimeStamp | Specifies the timestamp data type. | |||||||||
int | DssXmlDataTypeUnknown | Data type unknown. | |||||||||
int | DssXmlDataTypeUnsigned | Specifies the unsigned data type. | |||||||||
int | DssXmlDataTypeVarBin | Specifies the varbin data type. | |||||||||
int | DssXmlDataTypeVarChar | Specifies the varchar data type. |
Specifies the big decimal data type.
Specifies the binary data type.
Specifies the bool data type.
Specifies the cell format data type.
Specifies the char data type.
Specifies the date data type.
Specifies the decimal data type.
Specifies the double data type.
Specifies the float data type.
Specifies the cell format data type.
Specifies the integer data type.
Specifies the long data type.
Specifies the long varbin data type.
Specifies the long varchar data type.
Specifies the MB char data type.
Specifies the numeric data type.
Specifies the pattern data type.
Specifies the real data type.
Reserved value.
Specifies the short data type.
Specifies the time data type.
Specifies the timestamp data type.
Data type unknown.
Specifies the unsigned data type.
Specifies the varbin data type.
Specifies the varchar data type.