borland Packages  Class Hierarchy  datastore Package 

CursorLog class

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

About the CursorLog 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.


CursorLog properties

*Read-only properties **Write-only properties

Properties implemented in java.lang.Object

CursorLog methods

Methods implemented in this class

Methods implemented in java.lang.Object


CursorLog methods

dumpAgg(java.lang.String, com.borland.datastore.sql.AST)

  public static void dumpAgg(String indent, AST ast)

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

dumpAlter(java.lang.String, com.borland.datastore.sql.AST)

  public static void dumpAlter(String indent, AST ast)

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

dumpAssign(java.lang.String, com.borland.datastore.sql.AST)

  public static void dumpAssign(String indent, AST ast)

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

dumpAST(java.lang.String, com.borland.datastore.sql.AST)

  public static void dumpAST(String prefix, AST ast)

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

dumpBetween(java.lang.String, com.borland.datastore.sql.AST)

  public static void dumpBetween(String indent, AST ast)

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

dumpBinop(java.lang.String, com.borland.datastore.sql.AST)

  public static void dumpBinop(String indent, AST ast)

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

dumpCast(java.lang.String, com.borland.datastore.sql.AST)

  public static void dumpCast(String indent, AST ast)

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

dumpColumnRef(java.lang.String, com.borland.datastore.sql.AST)

  public static void dumpColumnRef(String indent, AST ast)

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

dumpCursor(com.borland.datastore.Cursor)

  public static void dumpCursor(Cursor cursor)

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

dumpDelete(java.lang.String, com.borland.datastore.sql.AST)

  public static void dumpDelete(String indent, AST ast)

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

dumpInsert(java.lang.String, com.borland.datastore.sql.AST)

  public static void dumpInsert(String indent, AST ast)

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

dumpJoin(java.lang.String, com.borland.datastore.sql.AST)

  public static void dumpJoin(String indent, AST ast)

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

dumpLike(java.lang.String, com.borland.datastore.sql.AST)

  public static void dumpLike(String indent, AST ast)

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

dumpList(java.lang.String, com.borland.datastore.sql.AST)

  public static void dumpList(String indent, AST ast)

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

dumpLiteral(java.lang.String, com.borland.datastore.sql.AST)

  public static void dumpLiteral(String indent, AST ast)

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

dumpOrderItem(java.lang.String, com.borland.datastore.sql.AST)

  public static void dumpOrderItem(String indent, AST ast)

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

dumpParameter(java.lang.String, com.borland.datastore.sql.AST)

  public static void dumpParameter(String indent, AST ast)

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

dumpSelect(java.lang.String, com.borland.datastore.sql.AST)

  public static void dumpSelect(String indent, AST ast)

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

dumpSelectItem(java.lang.String, com.borland.datastore.sql.AST)

  public static void dumpSelectItem(String indent, AST ast)

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

dumpSubstring(java.lang.String, com.borland.datastore.sql.AST)

  public static void dumpSubstring(String indent, AST ast)

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

dumpTable(java.lang.String, com.borland.datastore.sql.AST)

  public static void dumpTable(String indent, AST ast)

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

dumpTableRef(java.lang.String, com.borland.datastore.sql.AST)

  public static void dumpTableRef(String indent, AST ast)

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

dumpUnop(java.lang.String, com.borland.datastore.sql.AST)

  public static void dumpUnop(String indent, AST ast)

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

dumpUpdate(java.lang.String, com.borland.datastore.sql.AST)

  public static void dumpUpdate(String indent, AST ast)

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