- Common ways to obtain SqlJetDb
private void myMethod () {SqlJetDb s =
File file;SqlJetDb.open(file, true)
FSFS fSFS;SqlJetDb.open(fSFS.getRepositoryCacheFile(), true)
- Smart code suggestions by Codota
}
sDb.getDb().dropIndex("I_EXTERNALS_PARENT"); sDb.getDb().alterTable("ALTER TABLE NODES ADD COLUMN inherited_props BLOB;");