public class SetColumnPropertyRule
extends org.apache.commons.digester.Rule
| Constructor and Description |
|---|
SetColumnPropertyRule(Column column,
SqlTypeConverter converter,
boolean beCaseSensitive)
Creates a new creation rule that sets the property corresponding to the given column.
|
| Modifier and Type | Method and Description |
|---|---|
void |
begin(Attributes attributes) |
public SetColumnPropertyRule(Column column, SqlTypeConverter converter, boolean beCaseSensitive)
column - The column that this rule shall setconverter - The converter to be used for this columnbeCaseSensitive - Whether the rule shall compare the attribute names case sensitivelypublic void begin(Attributes attributes) throws Exception
begin in class org.apache.commons.digester.RuleExceptionCopyright © 2005-2013 Apache Software Foundation. All Rights Reserved.