LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_sdbcx_ColumnDescriptor_idl__
20 #define __com_sun_star_sdbcx_ColumnDescriptor_idl__
24 module
com { module sun { module star { module sdbcx {
boolean IsRowVersion
indicates that the column contains some kind of time or date stamp used to track updates.
Definition: ColumnDescriptor.idl:76
long Type
is the com::sun::star::sdbc::DataType of the column.
Definition: ColumnDescriptor.idl:34
string Description
keeps a description of the object.
Definition: ColumnDescriptor.idl:81
boolean IsAutoIncrement
indicates whether the column is automatically numbered, thus read-only.
Definition: ColumnDescriptor.idl:70
string TypeName
is the type name used by the database.
Definition: ColumnDescriptor.idl:48
long Precision
gets a column's number of decimal digits.
Definition: ColumnDescriptor.idl:53
is used to create a new object within a database.
Definition: Descriptor.idl:41
long Scale
gets a column's number of digits to right of the decimal point.
Definition: ColumnDescriptor.idl:58
long IsNullable
indicates the nullability of values in the designated column.
Definition: ColumnDescriptor.idl:64
string AutoIncrementCreation
specifies how to create an auto-increment column.
Definition: ColumnDescriptor.idl:90
string DefaultValue
keeps a default value for a column, is provided as string.
Definition: ColumnDescriptor.idl:86
Definition: Ambiguous.idl:22
describes the common properties of a database column.
Definition: ColumnDescriptor.idl:33