com.google.code.plsqlgateway.dad
Class DADProcedureCaller

java.lang.Object
  extended by com.google.code.plsqlgateway.dad.DADProcedureCaller

public class DADProcedureCaller
extends Object


Constructor Summary
DADProcedureCaller(String pathInfo, Map parameterMap, javax.servlet.http.HttpServletRequest request, com.google.code.eforceconfig.EntityConfig dadConfig, String[][] cgienv, com.google.code.eforceconfig.EntityConfig intconfig)
           
 
Method Summary
 void call(Connection conn)
           
 int fetch(Connection conn)
           
 InputStream getDocument(Connection conn)
           
 String[] getLines()
           
 boolean isDocument()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DADProcedureCaller

public DADProcedureCaller(String pathInfo,
                          Map parameterMap,
                          javax.servlet.http.HttpServletRequest request,
                          com.google.code.eforceconfig.EntityConfig dadConfig,
                          String[][] cgienv,
                          com.google.code.eforceconfig.EntityConfig intconfig)
Method Detail

call

public void call(Connection conn)
          throws Exception
Throws:
Exception

fetch

public int fetch(Connection conn)
          throws Exception
Throws:
Exception

isDocument

public boolean isDocument()

getDocument

public InputStream getDocument(Connection conn)
                        throws Exception
Throws:
Exception

getLines

public String[] getLines()


Copyright © 2011. All Rights Reserved.