![]() | ![]() |
Home |
|
|
Reference Manual |
|
| Chapter 1: System and User-Defined Datatypes |
|
| Datatype Categories |
Adaptive Server provides several system datatypes and the user-defined datatypes timestamp and sysname. Table 1-1 lists the categories of Adaptive Server datatypes. Each category is described in a section of this chapter.
Category | Used For |
|---|---|
Numeric values (both integers and numbers with a decimal portion) that must be represented exactly | |
Numeric data that can tolerate rounding during arithmetic operations | |
Monetary data | |
Tables that are browsed in Client-Library(TM) applications | |
Date and time information | |
Strings consisting of letters, numbers, and symbols | |
Raw binary data, such as pictures, in a hexadecimal-like notation | |
True/false and yes/no type data | |
System tables | |
Printable characters or hexadecimal-like data that requires more than 255 bytes of storage | |
Defining objects that inherit the rules, default, null type, IDENTITY property, and base datatype |
|
|