com.metamatrix.connector.text
Class TextPropertyNames

java.lang.Object
  extended by com.metamatrix.connector.text.TextPropertyNames

public class TextPropertyNames
extends java.lang.Object

Property names used in the text connector.


Field Summary
static java.lang.String COLUMN_CNT_MUST_MATCH_MODEL
          This property can be used to force the edit that ensures the number of columns in the text file matches the number of columns modeled.
static java.lang.String CONNECTOR_PROPERTIES
           
static java.lang.String DATE_RESULT_FORMATS
          This property can be used to specify specific date formats for String type results that need to be converted into java.util.Date objects for joins or comparisons.
static java.lang.String DATE_RESULT_FORMATS_DELIMITER
          This is the delimiter for the String property value of the DATE_RESULT_FORMATS property.
static java.lang.String DELIMITER
           
static java.lang.String DESCRIPTOR_FILE
           
static java.lang.String FILE_LOCATION
           
static java.lang.String HEADER_LINES
           
static java.lang.String HEADER_ROW
          If HEADER_LINES is non-zero this property defines which row of HEADER_LINES can be used as the header row.
static java.lang.String LOCATION
           
static java.lang.String PARTIAL_STARTUP_ALLOWED
           
static java.lang.String QUALIFIER
           
static java.lang.String URL_LOCATION
           
 
Constructor Summary
TextPropertyNames()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DESCRIPTOR_FILE

public static final java.lang.String DESCRIPTOR_FILE
See Also:
Constant Field Values

PARTIAL_STARTUP_ALLOWED

public static final java.lang.String PARTIAL_STARTUP_ALLOWED
See Also:
Constant Field Values

LOCATION

public static final java.lang.String LOCATION
See Also:
Constant Field Values

FILE_LOCATION

public static final java.lang.String FILE_LOCATION
See Also:
Constant Field Values

URL_LOCATION

public static final java.lang.String URL_LOCATION
See Also:
Constant Field Values

DELIMITER

public static final java.lang.String DELIMITER
See Also:
Constant Field Values

QUALIFIER

public static final java.lang.String QUALIFIER
See Also:
Constant Field Values

HEADER_LINES

public static final java.lang.String HEADER_LINES
See Also:
Constant Field Values

HEADER_ROW

public static final java.lang.String HEADER_ROW
If HEADER_LINES is non-zero this property defines which row of HEADER_LINES can be used as the header row. The value is 1-based and must be < HEADER_LINES.

Since:
5.0.3
See Also:
Constant Field Values

CONNECTOR_PROPERTIES

public static final java.lang.String CONNECTOR_PROPERTIES
See Also:
Constant Field Values

DATE_RESULT_FORMATS

public static final java.lang.String DATE_RESULT_FORMATS
This property can be used to specify specific date formats for String type results that need to be converted into java.util.Date objects for joins or comparisons. This property will be a String of formats seperated by the DATE_RESULT_FORMATS_DELIMTER property value. No spaces are allowed between these property values and their delimiters.

See Also:
Constant Field Values

DATE_RESULT_FORMATS_DELIMITER

public static final java.lang.String DATE_RESULT_FORMATS_DELIMITER
This is the delimiter for the String property value of the DATE_RESULT_FORMATS property.

See Also:
Constant Field Values

COLUMN_CNT_MUST_MATCH_MODEL

public static final java.lang.String COLUMN_CNT_MUST_MATCH_MODEL
This property can be used to force the edit that ensures the number of columns in the text file matches the number of columns modeled.

See Also:
Constant Field Values
Constructor Detail

TextPropertyNames

public TextPropertyNames()


Copyright © 2009. All Rights Reserved.