20  module 
com {  module sun {  module star {  module sdbcx {
    22  published 
interface XDataDescriptorFactory;
    40     [readonly, property] 
string Name;
    47     [readonly, property] 
long Type;
    67     [readonly, property] 
long Scale;
 long Scale
gets a column's number of digits to right of the decimal point. 
Definition: Column.idl:67
 
string DefaultValue
keeps a default value for a column, is provided as string. 
Definition: Column.idl:101
 
long Precision
gets a column's number of decimal digits. 
Definition: Column.idl:62
 
Definition: Ambiguous.idl:20
 
describes the common properties of a database column. 
Definition: Column.idl:27
 
boolean IsAutoIncrement
indicates whether the column is automatically numbered, thus read-only. 
Definition: Column.idl:79
 
provides the creation of a descriptor for a definition object. 
Definition: XDataDescriptorFactory.idl:28
 
boolean IsCurrency
indicates whether the column is a cash value. 
Definition: Column.idl:84
 
long Type
is the com::sun::star::sdbc::DataType of the column. 
Definition: Column.idl:47
 
string Name
is the name of the column. 
Definition: Column.idl:35
 
boolean IsRowVersion
indicates that the column contains some kind of time or date stamp used to track updates. 
Definition: Column.idl:91
 
long IsNullable
indicates the nullability of values in the designated column. 
Definition: Column.idl:73
 
string Description
keeps a description of the object. 
Definition: Column.idl:96
 
provides information about and access to the properties from an implementation. 
Definition: XPropertySet.idl:45
 
string TypeName
is the type name used by the database. 
Definition: Column.idl:57