borland Packages  Class Hierarchy  sqltools Package 

RunSQL component

java.lang.Object
   +----com.borland.sqltools.RunSQL

About the RunSQL component

Constructors  Properties  Methods  

Note: This class is a feature of JBuilder Professional and Enterprise.

This class is used internally by other com.borland classes. You should never use this class directly.


RunSQL constructors

RunSQL properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in java.lang.Object

RunSQL methods

Methods implemented in this class

Methods implemented in java.lang.Object


RunSQL constructors

RunSQL()

  public RunSQL()

This is used internally by other com.borland classes. You should never use this directly.


RunSQL properties

allowConnection

 public boolean getAllowConnection()
 public void setAllowConnection(boolean allow)

This is used internally by other com.borland classes. You should never use this directly.

allowReadWrite

 public boolean getAllowReadWrite()
 public void setAllowReadWrite(boolean allow)

This is used internally by other com.borland classes. You should never use this directly.

colElement

 public String getColElement()
 public void setColElement(String s)

This is used internally by other com.borland classes. You should never use this directly.

doHeading

 public boolean getDoHeading()
 public void setDoHeading(boolean b)

This is used internally by other com.borland classes. You should never use this directly.

doNulls

 public boolean getDoNulls()
 public void setDoNulls(boolean b)

This is used internally by other com.borland classes. You should never use this directly.

driver

 public String getDriver()
 public void setDriver(String s)

This is used internally by other com.borland classes. You should never use this directly.

file

 public String getFile()
 public void setFile(String s)

This is used internally by other com.borland classes. You should never use this directly.

outputType

 public String getOutputType()
 public void setOutputType(String s)

This is used internally by other com.borland classes. You should never use this directly.

password

 public String getPassword()
 public void setPassword(String s)

This is used internally by other com.borland classes. You should never use this directly.

properties

 public void setProperties(Properties prop)

This is used internally by other com.borland classes. You should never use this directly.

readonly

 public boolean getReadonly()
 public void setReadonly(boolean b)

This is used internally by other com.borland classes. You should never use this directly.

report

 public int getReport()
 public void setReport(int i)

This is used internally by other com.borland classes. You should never use this directly.

resonse

 public HttpServletResponse getResonse()

This is used internally by other com.borland classes. You should never use this directly.

response

 public void setResponse(HttpServletResponse h)

This is used internally by other com.borland classes. You should never use this directly.

rowElement

 public String getRowElement()
 public void setRowElement(String s)

This is used internally by other com.borland classes. You should never use this directly.

servlet

 public boolean getServlet()
 public void setServlet(boolean b)

This is used internally by other com.borland classes. You should never use this directly.

tableElement

 public String getTableElement()
 public void setTableElement(String s)

This is used internally by other com.borland classes. You should never use this directly.

tableName

 public String getTableName()
 public void setTableName(String s)

This is used internally by other com.borland classes. You should never use this directly.

tableParams

 public String getTableParams()
 public void setTableParams(String s)

This is used internally by other com.borland classes. You should never use this directly.

url

 public String getUrl()
 public void setUrl(String s)

This is used internally by other com.borland classes. You should never use this directly.

username

 public String getUsername()
 public void setUsername(String s)

This is used internally by other com.borland classes. You should never use this directly.

verbose

 public boolean getVerbose()
 public void setVerbose(boolean b)

This is used internally by other com.borland classes. You should never use this directly.

xmlTag

 public String getXmlTag()
 public void setXmlTag(String s)

This is used internally by other com.borland classes. You should never use this directly.


RunSQL methods

close()

  public void close()

This is used internally by other com.borland classes. You should never use this directly.

columnValToString(java.lang.String, int)

  public String columnValToString(String val, int type)

This is used internally by other com.borland classes. You should never use this directly.

fixedWidth(java.lang.String, int)

  public String fixedWidth(String name, int width)

This is used internally by other com.borland classes. You should never use this directly.

outputBlock(java.sql.ResultSet, boolean, boolean, java.io.BufferedWriter)

  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.

outputCommas(java.sql.ResultSet, boolean, boolean, boolean, boolean, java.io.BufferedWriter)

  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.

outputFixedWidth(java.sql.ResultSet, boolean, int[], java.io.BufferedWriter)

  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.

outputHTMLTable(java.sql.ResultSet, boolean, java.io.BufferedWriter)

  public void outputHTMLTable(ResultSet rs, boolean doheader, BufferedWriter writer)

outputResultSet(java.sql.ResultSet, java.io.BufferedWriter)

  public void outputResultSet(ResultSet rs, BufferedWriter writer)

This is used internally by other com.borland classes. You should never use this directly.

outputSQL(java.sql.ResultSet, boolean, boolean, java.io.BufferedWriter)

  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.

outputXML(java.sql.ResultSet, java.io.BufferedWriter, java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean, boolean)

  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.

runQuery(java.lang.String, java.io.BufferedWriter)

  public void runQuery(String query_script, BufferedWriter out)

This is used internally by other com.borland classes. You should never use this directly.

runServletQuery(java.lang.String, java.io.BufferedWriter)

  public void runServletQuery(String query_script, BufferedWriter out)

This is used internally by other com.borland classes. You should never use this directly.

runServletQuery2(java.lang.String, java.io.BufferedWriter)

  public void runServletQuery2(String query_script, BufferedWriter out)

This is used internally by other com.borland classes. You should never use this directly.

runSQLQuery(java.lang.String, java.io.BufferedWriter)

  public void runSQLQuery(String query_script, BufferedWriter out)

This is used internally by other com.borland classes. You should never use this directly.

runXMLQuery(java.lang.String, java.io.BufferedWriter)

  public void runXMLQuery(String query_script, BufferedWriter out)

This is used internally by other com.borland classes. You should never use this directly.