SQL Guide : Using SQL for database administration : Using solidDB® SQL syntax : solidDB® SQL data types
  
solidDB® SQL data types
solidDB® SQL supports data types specified in the SQL-92 Standard Entry Level specifications, as well as important Intermediate Level enhancements. Refer to Data types, for a complete description of the supported data types.
You can also define some data types with the optional length, scale, and precision parameters. In that case, the default properties of the corresponding data type are not used.
See also
Using solidDB® SQL syntax