20 module
com { module sun { module star { module sdbcx {
Definition Ambiguous.idl:20
describes the common properties of a database column.
Definition ColumnDescriptor.idl:29
long Type
is the com::sun::star::sdbc::DataType of the column.
Definition ColumnDescriptor.idl:37
long Precision
gets a column's number of decimal digits.
Definition ColumnDescriptor.idl:49
string Description
keeps a description of the object.
Definition ColumnDescriptor.idl:77
string TypeName
is the type name used by the database.
Definition ColumnDescriptor.idl:44
long Scale
gets a column's number of digits to right of the decimal point.
Definition ColumnDescriptor.idl:54
boolean IsAutoIncrement
indicates whether the column is automatically numbered, thus read-only.
Definition ColumnDescriptor.idl:66
string DefaultValue
keeps a default value for a column, is provided as string.
Definition ColumnDescriptor.idl:82
boolean IsRowVersion
indicates that the column contains some kind of time or date stamp used to track updates.
Definition ColumnDescriptor.idl:72
string AutoIncrementCreation
specifies how to create an auto-increment column.
Definition ColumnDescriptor.idl:86
long IsNullable
indicates the nullability of values in the designated column.
Definition ColumnDescriptor.idl:60
is used to create a new object within a database.
Definition Descriptor.idl:37