%DeepSee.PMML.Datatype.DataType
datatype class %DeepSee.PMML.Datatype.DataType extends String
ODBC Type: VARCHAR
Inventory
Parameters | Properties | Methods | Queries | Indices | ForeignKeys | Triggers |
---|---|---|---|---|---|---|
1 | 1 |
Summary
Methods | |||
---|---|---|---|
DisplayToLogical | GetClassname | IsValid | JSONToLogical |
LogicalToDisplay | LogicalToJSON | LogicalToOdbc | LogicalToXSD |
Normalize | XSDToLogical |
Parameters
parameter VALUELIST = ",string,integer,float,double,boolean,date,time,dateTime,dateDaysSince[0],dateDaysSince[1960],dateDaysSince[1970],dateDaysSince[1980],timeSeconds,dateTimeSecondsSince[0],dateTimeSecondsSince[1960],dateTimeSecondsSince[1970],dateTimeSecondsSince[1980]";
Used for enumerated (multiple-choice) attributes.
VALUELIST is either a null string ("") or a delimiter
separated list (where the delimiter is the first character) of logical values.
If a non-null value is present, then the attribute is restricted to values
in the list, and the validation code simply checks to see if the value is in the list.