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

service FLATConnectionProperties
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
See also
XDriverManager
See also
FILEConnectionProperties

Included Services
FILEConnectionProperties
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
HeaderLine [ OPTIONAL ]
true when the file contains a header line otherwise false
FieldDelimiter [ OPTIONAL ]
A one character delimiter to seperate the fields.
StringDelimiter [ OPTIONAL ]
A one character delimiter to seperate the strings.
DecimalDelimiter [ OPTIONAL ]
A one character delimiter to seperate the decimal.
ThousandDelimiter [ OPTIONAL ]
A one character delimiter to seperate the thousands.
Extension the extension of the files to be used.
Properties' Details
HeaderLine
boolean HeaderLine;
[ OPTIONAL ]
Description
true when the file contains a header line otherwise false
FieldDelimiter
string FieldDelimiter;
[ OPTIONAL ]
Description
A one character delimiter to seperate the fields.
StringDelimiter
string StringDelimiter;
[ OPTIONAL ]
Description
A one character delimiter to seperate the strings.
DecimalDelimiter
string DecimalDelimiter;
[ OPTIONAL ]
Description
A one character delimiter to seperate the decimal.
ThousandDelimiter
string ThousandDelimiter;
[ 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