borland Packages  Class Hierarchy  datastore Package 

SqlExecLog class

java.lang.Object
   +----com.borland.datastore.SqlExecLog

About the SqlExecLog class

Properties  Methods  

Note: This 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.


SqlExecLog properties

*Read-only properties **Write-only properties

Properties implemented in java.lang.Object

SqlExecLog methods

Methods implemented in this class

Methods implemented in java.lang.Object


SqlExecLog methods

indexJoin(com.borland.datastore.Cursor, com.borland.datastore.Cursor, int, com.borland.datastore.sql.ColumnObj[], int, com.borland.datastore.sql.AST)

  public void indexJoin(Cursor master, Cursor detail, int detailColumns, com.borland.datastore.sql.ColumnObj masterProj, int masterProjCount, AST where)

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

memoryJoin(com.borland.datastore.Cursor, com.borland.dx.dataset.Column[])

  public void memoryJoin(Cursor cursor, Column[] columns)

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