org.thema.scriptware.dao
Interface DdlDAO

All Known Implementing Classes:
OracleDdlDAO

public interface DdlDAO

Author:
Eduardo M . Sasso

Method Summary
 java.util.Collection getScript(java.lang.String object)
           
 java.lang.String getScript(java.lang.String object, java.lang.String type)
           
 java.util.Collection getScriptSQL(java.lang.String sql)
           
 

Method Detail

getScript

java.lang.String getScript(java.lang.String object,
                           java.lang.String type)
                           throws java.sql.SQLException
Throws:
java.sql.SQLException

getScript

java.util.Collection getScript(java.lang.String object)
                               throws java.sql.SQLException
Throws:
java.sql.SQLException

getScriptSQL

java.util.Collection getScriptSQL(java.lang.String sql)
                                  throws java.sql.SQLException
Throws:
java.sql.SQLException


Copyright © 2005 Thema Informática. All Rights Reserved.