19#ifndef __com_sun_star_sdbcx_Column_idl__
20#define __com_sun_star_sdbcx_Column_idl__
24 module
com { module sun { module star { module sdbcx {
26 published
interface XDataDescriptorFactory;
44 [readonly, property]
string Name;
51 [readonly, property]
long Type;
71 [readonly, property]
long Scale;
provides information about and access to the properties from an implementation.
Definition XPropertySet.idl:64
provides the creation of a descriptor for a definition object.
Definition XDataDescriptorFactory.idl:33
Definition Ambiguous.idl:22
describes the common properties of a database column.
Definition Column.idl:32
long Type
is the com::sun::star::sdbc::DataType of the column.
Definition Column.idl:51
long Precision
gets a column's number of decimal digits.
Definition Column.idl:66
string Description
keeps a description of the object.
Definition Column.idl:100
string TypeName
is the type name used by the database.
Definition Column.idl:61
long Scale
gets a column's number of digits to right of the decimal point.
Definition Column.idl:71
boolean IsAutoIncrement
indicates whether the column is automatically numbered, thus read-only.
Definition Column.idl:83
string DefaultValue
keeps a default value for a column, is provided as string.
Definition Column.idl:105
string Name
is the name of the column.
Definition Column.idl:44
boolean IsRowVersion
indicates that the column contains some kind of time or date stamp used to track updates.
Definition Column.idl:95
long IsNullable
indicates the nullability of values in the designated column.
Definition Column.idl:77
boolean IsCurrency
indicates whether the column is a cash value.
Definition Column.idl:88