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;
 
 
provides information about and access to the properties from an implementation.
Definition XPropertySet.idl:46
Definition Ambiguous.idl:20
describes the common properties of a database column.
Definition Column.idl:28
long Type
is the com::sun::star::sdbc::DataType of the column.
Definition Column.idl:47
interface XDataDescriptorFactory
optional, could be used to copy a database column.
Definition Column.idl:32
long Precision
gets a column's number of decimal digits.
Definition Column.idl:62
string Description
keeps a description of the object.
Definition Column.idl:96
string TypeName
is the type name used by the database.
Definition Column.idl:57
long Scale
gets a column's number of digits to right of the decimal point.
Definition Column.idl:67
boolean IsAutoIncrement
indicates whether the column is automatically numbered, thus read-only.
Definition Column.idl:79
string DefaultValue
keeps a default value for a column, is provided as string.
Definition Column.idl:101
string Name
is the name of the column.
Definition Column.idl:40
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
boolean IsCurrency
indicates whether the column is a cash value.
Definition Column.idl:84