Interface ISqlJetDbHandle

All Known Implementing Classes:
SqlJetDbHandle

public interface ISqlJetDbHandle
Author:
TMate Software Ltd., Sergey Scherbina (sergey.scherbina@gmail.com)
  • Field Details

    • MASTER_NAME

      static final java.lang.String MASTER_NAME
      Name of the master database table. The master database table is a special table that holds the names and attributes of all user tables and indices.
      See Also:
    • TEMP_MASTER_NAME

      static final java.lang.String TEMP_MASTER_NAME
      See Also:
    • MASTER_ROOT

      static final int MASTER_ROOT
      The root-page of the master database table.
      See Also:
  • Method Details