Interface ISqlJetDbHandle

  • All Known Implementing Classes:
    SqlJetDbHandle

    public interface ISqlJetDbHandle
    • Field Detail

      • 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:
        Constant Field Values
      • MASTER_ROOT

        static final int MASTER_ROOT
        The root-page of the master database table.
        See Also:
        Constant Field Values