org.apache.ddlutils.io
Class DynaSqlCreateRule
java.lang.Object
org.apache.commons.digester.Rule
org.apache.ddlutils.io.DynaSqlCreateRule
- public class DynaSqlCreateRule
- extends Rule
A digester rule for creating dyna beans.
- Version:
- $Revision: 289996 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DynaSqlCreateRule
public DynaSqlCreateRule(Database model,
Table table,
DataSink receiver)
- Creates a new creation rule that creates dyna bean instances.
- Parameters:
model
- The database model that we're operating ontable
- The table that we're creating instances forreceiver
- The object that will receive the read beans
begin
public void begin(String namespace,
String name,
Attributes attributes)
throws Exception
-
- Throws:
Exception
end
public void end(String namespace,
String name)
throws Exception
-
- Throws:
Exception
Copyright © 2005-2006 Apache Software Foundation. All Rights Reserved.