borland.jbcl Packages  borland.jbcl Class Hierarchy  borland.jbcl.dataset 

Query class

java.lang.Object
   +----borland.jbcl.dataset.Query

About the Query class

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.


Query constructors

Query properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in java.lang.Object

Query methods

Methods implemented in this class

Methods implemented in java.lang.Object


Query constructors

Query(boolean)

  public Query(boolean storedProcedure)

This constructor is used internally by other classes in the JBCL. You should never use this constructor directly.


Query properties

bestRowId

 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.

database

 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.

originalQuery

 public String getOriginalQuery()

This property is used internally by other classes in the JBCL. You should never use this property directly.

parameterRow

 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.

queryString

 public String getQueryString()

This property is used internally by other classes in the JBCL. You should never use this property directly.

resultSet

 public ResultSet getResultSet()

This property is used internally by other classes in the JBCL. You should never use this property directly.

resultSetMetaData

 public ResultSetMetaData getResultSetMetaData()

This property is used internally by other classes in the JBCL. You should never use this property directly.

schemaName

 public String getSchemaName()
This property is used internally by other classes in the JBCL. You should never use this property directly.

tableName

 public String getTableName()

This property is used internally by other classes in the JBCL. You should never use this property directly.

updatable

 public boolean isUpdatable()

This property is used internally by other classes in the JBCL. You should never use this property directly.


Query methods

analyze()

  public void analyze()

This method is used internally by other classes in the JBCL. You should never use this method directly.

closeResultSet()

  public void closeResultSet()

This method is used internally by other classes in the JBCL. You should never use this method directly.

closeStatement(boolean)

  public void closeStatement(boolean reopen)
This method is used internally by other classes in the JBCL. You should never use this method directly.

execute()

  public void execute()

This method is used internally by other classes in the JBCL. You should never use this method directly.

prepare(java.lang.String)

  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.

setOutputValues()

  public void setOutputValues()

This method is used internally by other classes in the JBCL. You should never use this method directly.

trimRight(java.lang.String)

  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.