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

service FLATConnectionProperties

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

 
Top of Page