|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.domain.support.BusinessObject
oracle.odi.domain.support.PersistableValue
oracle.odi.domain.model.OdiDataStore.FileDescriptor
public static class OdiDataStore.FileDescriptor
A FileDescriptor holds the OdiDataStore configuration specific to datastore defined on a FILE OdiTechnology.
| Nested Class Summary | |
|---|---|
static class |
OdiDataStore.FileDescriptor.FormatDefines the type of file that the datastore represents. |
| Constructor Summary | |
|---|---|
OdiDataStore.FileDescriptor(OdiDataStore.FileDescriptor.Format pFormat, java.lang.String pFieldSeparator, java.lang.String pTextDelimiter, java.lang.String pRowSeparator, int pSkipHeadingLines, java.lang.String pDecimalSeparator)Create a FileDescriptor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDecimalSeparator()Character separating the integer and decimal part of a NUMERIC character. |
java.lang.String |
getFieldSeparator()Returns the field separator. |
OdiDataStore.FileDescriptor.Format |
getFormat()Returns the OdiDataStore.FileDescriptor.Format for this file datastore. |
java.lang.String |
getRowSeparator()Returns the record/row separator. |
int |
getSkipHeadingLines()Returns the number of record at the beginning of the file that are not data. |
java.lang.String |
getTextDelimiter()Returns the pair of characters delimiting a field. |
| Methods inherited from class oracle.odi.domain.support.BusinessObject |
|---|
clone |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OdiDataStore.FileDescriptor(OdiDataStore.FileDescriptor.Format pFormat,
java.lang.String pFieldSeparator,
java.lang.String pTextDelimiter,
java.lang.String pRowSeparator,
int pSkipHeadingLines,
java.lang.String pDecimalSeparator)
pFormat - Format of the filepFieldSeparator - Field Separator for Format.DELIMITED FilepTextDelimiter - Text delimiterpRowSeparator - Row separatorpSkipHeadingLines - Number of lines to skip when reading the filepDecimalSeparator - Decimal separator| Method Detail |
|---|
public java.lang.String getDecimalSeparator()
public java.lang.String getFieldSeparator()
One ore several characters separating the fields in a record. The unicode representation of character should be used: \\uxxxx..
public OdiDataStore.FileDescriptor.Format getFormat()
OdiDataStore.FileDescriptor.Format for this file datastore.public java.lang.String getRowSeparator()
One or several characters separating records in the file. The unicode representation of character should be used: \\uxxxx.
public int getSkipHeadingLines()
These lines are ignored.
public java.lang.String getTextDelimiter()
This delimiter escapes the field and record separators. If a separator is in a field - between the delimiters - it is not taken into account. The two left and right delimiter characters may be similar or different.
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||