| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.service.datacollection.SQLColumnMappingPropertyValueParser
public class SQLColumnMappingPropertyValueParser
PropertyValueParser for SQLColumnMapping
SQLTableSummaryLogger| Field Summary | |
|---|---|
| static java.lang.String | ADD_COLUMN_TAGtag that indicates sum columns for doing updates. | 
| static java.lang.String | CLASS_VERSIONClass version string | 
| static char | SEPARATOR_CHARseparates the name from the column name | 
| static java.lang.String | SET_COLUMN_TAGtag that indicates set columns for doing updates. | 
| static char | VARIABLE_INTRODUCER_CHARcharacter that introduces variables | 
| Constructor Summary | |
|---|---|
| SQLColumnMappingPropertyValueParser()Construct an empty parser | |
| Method Summary | |
|---|---|
|  java.lang.Object | parsePropertyValue(java.lang.String pString,
                   java.lang.Class pClass)Parse the supplied string into a SQLColumnMapping | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static java.lang.String CLASS_VERSION
public static final char SEPARATOR_CHAR
public static final char VARIABLE_INTRODUCER_CHAR
public static final java.lang.String ADD_COLUMN_TAG
public static final java.lang.String SET_COLUMN_TAG
| Constructor Detail | 
|---|
public SQLColumnMappingPropertyValueParser()
| Method Detail | 
|---|
public java.lang.Object parsePropertyValue(java.lang.String pString,
                                           java.lang.Class pClass)
                                    throws atg.nucleus.PropertyValueParseException
A valid string is of the form:
propname:colname[:methodType]
where propname refers to a named property
 of the event or of the summary item, colname is the
 name of the SQL column to hold the property, and the optional
 methodType is either "add" or "set". The method
 type only applies to SQLTableSummaryLoggers that are configured
 to do UPDATE operations when flushed their data.
parsePropertyValue in interface atg.nucleus.PropertyValueParserpString - the string to parsepClass - the desired class (not used)
atg.nucleus.PropertyValueParseExceptionSQLTableSummaryLoggers| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||