net.datacrow.core.db
Class CreateQuery

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

public class CreateQuery
extends Query


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

Constructor Detail

CreateQuery

public CreateQuery(int module)
            throws java.sql.SQLException
Throws:
java.sql.SQLException
Method Detail

run

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