borland Packages  Class Hierarchy  datastore Package 

Dumper class

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

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


Dumper properties

*Read-only properties **Write-only properties

Properties implemented in java.lang.Object

Dumper methods

Methods implemented in this class

Methods implemented in java.lang.Object


Dumper methods

dump(java.io.PrintStream, java.lang.String, byte[], int, int)

  public static void dump(PrintStream out, String message, byte[] buf, int off, int len)

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

dump(java.lang.String, byte[], int, int)

  public static void dump(String message, byte[] buf, int off, int len)

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

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

  public static void dumpAgg(String indent, AST ast)

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

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

  public static void dumpAlter(String indent, AST ast)

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

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

  public static void dumpAssign(String indent, AST ast)

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

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

  public static void dumpAST(String prefix, AST ast)

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

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

  public static void dumpBetween(String indent, AST ast)

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

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

  public static void dumpBinop(String indent, AST ast)

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

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

  public static void dumpCast(String indent, AST ast)

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

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

  public static void dumpColumnRef(String indent, AST ast)

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

dumpCursor(com.borland.datastore.Cursor)

  public static void dumpCursor(Cursor cursor)

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

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

  public static void dumpDelete(String indent, AST ast)

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

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

  public static void dumpInsert(String indent, AST ast)

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

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

  public static void dumpJoin(String indent, AST ast)

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

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

  public static void dumpLike(String indent, AST ast)

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

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

  public static void dumpList(String indent, AST ast)

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

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

  public static void dumpLiteral(String indent, AST ast)

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

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

  public static void dumpOrderItem(String indent, AST ast)

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

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

  public static void dumpParameter(String indent, AST ast)

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

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

  public static void dumpSelect(String indent, AST ast)

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

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

  public static void dumpSelectItem(String indent, AST ast)

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

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

  public static void dumpSubstring(String indent, AST ast)

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

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

  public static void dumpTable(String indent, AST ast)

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

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

  public static void dumpTableRef(String indent, AST ast)

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

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

  public static void dumpUnop(String indent, AST ast)

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

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

  public static void dumpUpdate(String indent, AST ast)

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