DocBook|Search
Class Reference
%xsd.byte
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%xsd] >  [byte]
Private  Storage  

datatype class %xsd.byte extends %Integer

ODBC Type: VARCHAR

This data type represents a tiny integer value.

This class is identical to the %Integer data type except that it has odbctype of TINYINT, a default MAXVAL parameter value of 127, and a default MINVAL parameter value of -128.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
3


Summary

Methods
DisplayToLogical IsValid LogicalToDisplay Normalize
XSDToLogical


Parameters

• parameter MAXVAL = 127;
The maximum allowed logical value for the data type.
• parameter MINVAL = -128;
The minimum allowed logical value for the data type.
• parameter XSDTYPE = "byte";
Declares the XSD type used when projecting XML schemas.