:: com :: sun :: star :: text :: textfield ::

service DatabaseSetNumber

Included Services - Summary
::com::sun::star::text::DependentTextField
(referenced entity's summary:)
Properties' Summary
string
DataBaseName
specifies the database name.  
long
DataCommandType
determines the interpretation of the property DataTableName.  
string
DataTableName
contains the name of the database table, query or a statement depending on the DataCommandType property.  
short
NumberingType
specifies the type of the numbering as ::com::sun::star::style::NumberingType  
long
SetNumber
contains the number of the database set.  
string
DataBaseURL
[ OPTIONAL ]
indicates the URL of a database file.  
string
DataBaseResource
[ OPTIONAL ]
indicates a connection URL, which locates a database driver.  
Included Services - Details
::com::sun::star::text::DependentTextField
(referenced entity's summary:)
Properties' Details
DataBaseName
string DataBaseName;
Description
specifies the database name.
DataCommandType
long DataCommandType;
Description
determines the interpretation of the property DataTableName.
See also
::com::sun::star::sdb::CommandType
DataTableName
string DataTableName;
Description
contains the name of the database table, query or a statement depending on the DataCommandType property.
NumberingType
short NumberingType;
Description
specifies the type of the numbering as ::com::sun::star::style::NumberingType
SetNumber
long SetNumber;
Description
contains the number of the database set.
DataBaseURL
string DataBaseURL;
Usage Restrictions
optional
Description
indicates the URL of a database file.
Since
OOo 2.0
DataBaseResource
string DataBaseResource;
Usage Restrictions
optional
Description
indicates a connection URL, which locates a database driver.
Since
OOo 2.0

 
Top of Page