borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.dataset
java.lang.Object +----borland.jbcl.dataset.Query
Constructors Properties Methods
This class is used internally by other classes in the JBCL. You should never use this class directly.
For information on using queries in JBuilder, see QueryDataSet.
public Query(boolean storedProcedure)
This constructor is used internally by other classes in the JBCL. You should never use this constructor directly.
public Vector getBestRowId() public void setBestRowId(java.util.Vector columnNames)
This property is used internally by other classes in the JBCL. You should never use this property directly.
public Database getDatabase() public void setDatabase(borland.jbcl.dataset.Database database)
This property is used internally by other classes in the JBCL. You should never use this property directly.
public String getOriginalQuery()
This property is used internally by other classes in the JBCL. You should never use this property directly.
public void setParameterRow(borland.jbcl.dataset.ParameterRow parameters)
This property is used internally by other classes in the JBCL. You should never use this property directly.
public String getQueryString()
This property is used internally by other classes in the JBCL. You should never use this property directly.
public ResultSet getResultSet()
This property is used internally by other classes in the JBCL. You should never use this property directly.
public ResultSetMetaData getResultSetMetaData()
This property is used internally by other classes in the JBCL. You should never use this property directly.
public String getSchemaName()This property is used internally by other classes in the JBCL. You should never use this property directly.
public String getTableName()
This property is used internally by other classes in the JBCL. You should never use this property directly.
public boolean isUpdatable()
This property is used internally by other classes in the JBCL. You should never use this property directly.
public void analyze()
This method is used internally by other classes in the JBCL. You should never use this method directly.
public void closeResultSet()
This method is used internally by other classes in the JBCL. You should never use this method directly.
public void closeStatement(boolean reopen)This method is used internally by other classes in the JBCL. You should never use this method directly.
public void execute()
This method is used internally by other classes in the JBCL. You should never use this method directly.
public void prepare(java.lang.String query)
This method is used internally by other classes in the JBCL. You should never use this method directly.
public void setOutputValues()
This method is used internally by other classes in the JBCL. You should never use this method directly.
public static String trimRight(java.lang.String source)
This method is used internally by other classes in the JBCL. You should never use this method directly.