net.datacrow.core.db
Class InsertQuery

java.lang.Object
  extended by net.datacrow.core.db.Query
      extended by net.datacrow.core.db.InsertQuery

public class InsertQuery
extends Query


Constructor Summary
InsertQuery(DcObject dco)
           
 
Method Summary
protected  void clear()
           
protected  void finalize()
           
 java.util.List<DcObject> run()
           
 
Methods inherited from class net.datacrow.core.db.Query
createReferences, deleteImage, getModule, getModuleIdx, getPreparedStament, getQueryValue, getRequests, handleRequest, isLog, saveImage, saveReferences, setLog, setValues
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsertQuery

public InsertQuery(DcObject dco)
            throws java.sql.SQLException
Throws:
java.sql.SQLException
Method Detail

clear

protected void clear()
Overrides:
clear in class Query

run

public java.util.List<DcObject> run()
Specified by:
run in class Query

finalize

protected void finalize()
                 throws java.lang.Throwable
Overrides:
finalize in class Query
Throws:
java.lang.Throwable