Class SqlJetLogDefinitions

java.lang.Object
org.tmatesoft.sqljet.core.SqlJetLogDefinitions

public class SqlJetLogDefinitions extends java.lang.Object

Definitions of properties names for SQLJet logging.

All these properties are boolean type and have "false" value by default.

Using as:

-DSQLJET_LOG_BTREE=true -DSQLJET_LOG_STACKTRACE=true.

Author:
TMate Software Ltd., Sergey Scherbina (sergey.scherbina@gmail.com)
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final java.lang.String
    Activates logging of b-tree operations.
    static final java.lang.String
    Activates logging of files operations.
    static final java.lang.String
    Activates logging of files operations performance.
    static final java.lang.String
    Activates logging of pager operations.
    static final java.lang.String
    Activates logging of signed values in operations with unsigned types.
    static final java.lang.String
    Activates logging of stack trace at each logging invocation.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • SQLJET_LOG_FILES

      public static final java.lang.String SQLJET_LOG_FILES
      Activates logging of files operations.
      See Also:
    • SQLJET_LOG_FILES_PERFORMANCE

      public static final java.lang.String SQLJET_LOG_FILES_PERFORMANCE
      Activates logging of files operations performance.
      See Also:
    • SQLJET_LOG_PAGER

      public static final java.lang.String SQLJET_LOG_PAGER
      Activates logging of pager operations.
      See Also:
    • SQLJET_LOG_BTREE

      public static final java.lang.String SQLJET_LOG_BTREE
      Activates logging of b-tree operations.
      See Also:
    • SQLJET_LOG_SIGNED

      public static final java.lang.String SQLJET_LOG_SIGNED
      Activates logging of signed values in operations with unsigned types.
      See Also:
    • SQLJET_LOG_STACKTRACE

      public static final java.lang.String SQLJET_LOG_STACKTRACE
      Activates logging of stack trace at each logging invocation.
      See Also:
  • Constructor Details

    • SqlJetLogDefinitions

      public SqlJetLogDefinitions()