Package at.jku.sii.sqlitereader.model.master

Examples of at.jku.sii.sqlitereader.model.master.SqliteMasterTable


    this.freePages = FreeListPage.readPages(this, this.firstFreeListPage, this.numFreeListPages);

    // read lock byte page
    this.lockBytePage = LockBytePage.read(this);

    this.sql_master_table = new SqliteMasterTable(sql_master_btree);
    this.sql_master_table.resolve(this);
  }
View Full Code Here

TOP

Related Classes of at.jku.sii.sqlitereader.model.master.SqliteMasterTable

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.