Constants' Details |
BIT
|
TINYINT
|
SMALLINT
|
INTEGER
|
BIGINT
|
FLOAT
|
REAL
|
DOUBLE
|
NUMERIC
|
DECIMAL
|
CHAR
|
VARCHAR
|
LONGVARCHAR
const long LONGVARCHAR = -1;
|
|
DATE
|
TIME
|
TIMESTAMP
const long TIMESTAMP = 93;
|
|
BINARY
|
VARBINARY
const long VARBINARY = -3;
|
|
LONGVARBINARY
const long LONGVARBINARY = -4;
|
|
SQLNULL
|
OTHER
const long OTHER = 1111;
- Description
- indicates that the SQL type is database-specific and
gets mapped to an object that can be accessed via
the method
XRow::getObject()
.
|
|
OBJECT
const long OBJECT = 2000;
- Description
- indicates a type which is represented by an object which implements
this type.
|
|
DISTINCT
const long DISTINCT = 2001;
- Description
- describes a type based on a built-in type.
It is a user-defined data type (UDT).
|
|
STRUCT
const long STRUCT = 2002;
- Description
- indicates a type consisting of attributes that may be any type.
It is a user-defined data type (UDT).
|
|
ARRAY
const long ARRAY = 2003;
- Description
- indicates a type representing an SQL ARRAY.
|
|
BLOB
const long BLOB = 2004;
- Description
- indicates a type representing an SQL Binary Large Object.
|
|
CLOB
const long CLOB = 2005;
- Description
- indicates a type representing an SQL Character Large Object.
|
|
REF
const long REF = 2006;
- Description
- indicates a type representing an SQL REF, a referencing type.
|
|
BOOLEAN
const long BOOLEAN = 16;
- Description
- identifies the generic SQL type
*
BOOLEAN .
*
*
- Since
- OOo 2.0
|
|
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.