org.apache.ddlutils.io
Class DynaSqlCreateRule

java.lang.Object
  extended byorg.apache.commons.digester.Rule
      extended byorg.apache.ddlutils.io.DynaSqlCreateRule

public class DynaSqlCreateRule
extends Rule

A digester rule for creating dyna beans.

Version:
$Revision: 289996 $

Field Summary
 
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
 
Constructor Summary
DynaSqlCreateRule(Database model, Table table, DataSink receiver)
          Creates a new creation rule that creates dyna bean instances.
 
Method Summary
 void begin(String namespace, String name, Attributes attributes)
          
 void end(String namespace, String name)
          
 
Methods inherited from class org.apache.commons.digester.Rule
begin, body, body, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 on
table - The table that we're creating instances for
receiver - The object that will receive the read beans
Method Detail

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.