Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: sdbc ::

unpublished service FLATConnectionProperties
Usage Restrictions
not published
Description
represents the properties for a FLAT connection (session) with a specific database. These properties can be used when calling the method XDriver::connect() or XDriverManager::getConnectionWithInfo().

The properties for a connection contain additonal information about how to connect to a database and how to control the behavior of the resulting connection should be.

See also
XDriver, XDriverManager, FILEConnectionProperties

Included Services - Summary
FILEConnectionProperties
(referenced entity's summary:)
represents the properties for a FILE connection (session) with a specific database. These properties can be used when calling the method XDriver::connect() or XDriverManager::getConnectionWithInfo().
Properties' Summary
boolean
HeaderLine
[ OPTIONAL ]
true when the file contains a header line otherwise false  
string
FieldDelimiter
[ OPTIONAL ]
A one character delimiter to seperate the fields.  
string
StringDelimiter
[ OPTIONAL ]
A one character delimiter to seperate the strings.  
string
DecimalDelimiter
[ OPTIONAL ]
A one character delimiter to seperate the decimal.  
string
ThousandDelimiter
[ OPTIONAL ]
A one character delimiter to seperate the thousands.  
string
Extension
the extension of the files to be used.  
Included Services - Details
FILEConnectionProperties
(referenced entity's summary:)
represents the properties for a FILE connection (session) with a specific database. These properties can be used when calling the method XDriver::connect() or XDriverManager::getConnectionWithInfo().
Properties' Details
HeaderLine
boolean HeaderLine;
Usage Restrictions
optional
Description
true when the file contains a header line otherwise false
FieldDelimiter
string FieldDelimiter;
Usage Restrictions
optional
Description
A one character delimiter to seperate the fields.
StringDelimiter
string StringDelimiter;
Usage Restrictions
optional
Description
A one character delimiter to seperate the strings.
DecimalDelimiter
string DecimalDelimiter;
Usage Restrictions
optional
Description
A one character delimiter to seperate the decimal.
ThousandDelimiter
string ThousandDelimiter;
Usage Restrictions
optional
Description
A one character delimiter to seperate the thousands.
Extension
string Extension;
Description
the extension of the files to be used.

 
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.