borland Packages Class Hierarchy sqltools Package
java.lang.Object +----com.borland.sqltools.RunSQL
Constructors Properties Methods
This class is used internally by other com.borland
classes. You should never use this class directly.
public RunSQL()
This is used internally by other com.borland
classes. You should never use this directly.
public boolean getAllowConnection() public void setAllowConnection(boolean allow)
This is used internally by other com.borland
classes. You should never use this directly.
public boolean getAllowReadWrite() public void setAllowReadWrite(boolean allow)
This is used internally by other com.borland
classes. You should never use this directly.
public String getColElement() public void setColElement(String s)
This is used internally by other com.borland
classes. You should never use this directly.
public boolean getDoHeading() public void setDoHeading(boolean b)
This is used internally by other com.borland
classes. You should never use this directly.
public boolean getDoNulls() public void setDoNulls(boolean b)
This is used internally by other com.borland
classes. You should never use this directly.
public String getDriver() public void setDriver(String s)
This is used internally by other com.borland
classes. You should never use this directly.
public String getFile() public void setFile(String s)
This is used internally by other com.borland
classes. You should never use this directly.
public String getOutputType() public void setOutputType(String s)
This is used internally by other com.borland
classes. You should never use this directly.
public String getPassword() public void setPassword(String s)
This is used internally by other com.borland
classes. You should never use this directly.
public void setProperties(Properties prop)
This is used internally by other com.borland
classes. You should never use this directly.
public boolean getReadonly() public void setReadonly(boolean b)
This is used internally by other com.borland
classes. You should never use this directly.
public int getReport() public void setReport(int i)
This is used internally by other com.borland
classes. You should never use this directly.
public HttpServletResponse getResonse()
This is used internally by other com.borland
classes. You should never use this directly.
public void setResponse(HttpServletResponse h)
This is used internally by other com.borland
classes. You should never use this directly.
public String getRowElement() public void setRowElement(String s)
This is used internally by other com.borland
classes. You should never use this directly.
public boolean getServlet() public void setServlet(boolean b)
This is used internally by other com.borland
classes. You should never use this directly.
public String getTableElement() public void setTableElement(String s)
This is used internally by other com.borland
classes. You should never use this directly.
public String getTableName() public void setTableName(String s)
This is used internally by other com.borland
classes. You should never use this directly.
public String getTableParams() public void setTableParams(String s)
This is used internally by other com.borland
classes. You should never use this directly.
public String getUrl() public void setUrl(String s)
This is used internally by other com.borland
classes. You should never use this directly.
public String getUsername() public void setUsername(String s)
This is used internally by other com.borland
classes. You should never use this directly.
public boolean getVerbose() public void setVerbose(boolean b)
This is used internally by other com.borland
classes. You should never use this directly.
public String getXmlTag() public void setXmlTag(String s)
This is used internally by other com.borland
classes. You should never use this directly.
public void close()
This is used internally by other com.borland
classes. You should never use this directly.
public String columnValToString(String val, int type)
This is used internally by other com.borland
classes. You should never use this directly.
public String fixedWidth(String name, int width)
This is used internally by other com.borland
classes. You should never use this directly.
public void outputBlock(ResultSet rs, boolean doheader, boolean suppressNulls, BufferedWriter writer)
This is used internally by other com.borland
classes. You should never use this directly.
public void outputCommas(ResultSet rs, boolean doheader, boolean docommas, boolean doquotes, boolean suppressNulls, BufferedWriter writer)
This is used internally by other com.borland
classes. You should never use this directly.
public void outputFixedWidth(ResultSet rs, boolean doheader, int[] widths, BufferedWriter writer)
This is used internally by other com.borland
classes. You should never use this directly.
public void outputHTMLTable(ResultSet rs, boolean doheader, BufferedWriter writer)
public void outputResultSet(ResultSet rs, BufferedWriter writer)
This is used internally by other com.borland
classes. You should never use this directly.
public void outputSQL(ResultSet rs, boolean doheader, boolean docommas, BufferedWriter writer)
This is used internally by other com.borland
classes. You should never use this directly.
public void outputXML(ResultSet rs, BufferedWriter writer, String docElement, String docElementParams, String rowElement, String colElement, boolean doNulls, boolean compressed)
This is used internally by other com.borland
classes. You should never use this directly.
public void runQuery(String query_script, BufferedWriter out)
This is used internally by other com.borland
classes. You should never use this directly.
public void runServletQuery(String query_script, BufferedWriter out)
This is used internally by other com.borland
classes. You should never use this directly.
public void runServletQuery2(String query_script, BufferedWriter out)
This is used internally by other com.borland
classes. You should never use this directly.
public void runSQLQuery(String query_script, BufferedWriter out)
This is used internally by other com.borland
classes. You should never use this directly.
public void runXMLQuery(String query_script, BufferedWriter out)
This is used internally by other com.borland
classes. You should never use this directly.