public class DynaSqlCreateRule
extends org.apache.commons.digester.Rule
| Constructor and Description |
|---|
DynaSqlCreateRule(Database model,
Table table,
DataSink receiver)
Creates a new creation rule that creates dyna bean instances.
|
| Modifier and Type | Method and Description |
|---|---|
void |
begin(String namespace,
String name,
Attributes attributes) |
void |
end(String namespace,
String name) |
public DynaSqlCreateRule(Database model, Table table, DataSink receiver)
model - The database model that we're operating ontable - The table that we're creating instances forreceiver - The object that will receive the read beanspublic void begin(String namespace, String name, Attributes attributes) throws Exception
begin in class org.apache.commons.digester.RuleExceptionCopyright © 2005-2013 Apache Software Foundation. All Rights Reserved.