Uses of Interface
com._1c.g5.v8.xmdb.Database
Packages that use Database
- 
Uses of Database in com._1c.g5.v8.xmdbMethods in com._1c.g5.v8.xmdb that return DatabaseModifier and TypeMethodDescriptionDatabaseBuilder.buildDatabase()Load or create database with current database builder state parametersMethods in com._1c.g5.v8.xmdb with parameters of type DatabaseModifier and TypeMethodDescriptionKeyValueStorage<?,byte[]> IndexBuilder.buildIndex(Database db, String name) Build index with current index builder state parameters on specified database with specified name If index with same name already in specified database - it will be overrided.static final TransactionalKVS<?,byte[]> IndexBuilder.wrapTransactional(KeyValueStorage<?, byte[]> kvs, Database database, String name) Wrap existed index to add transactional features
- 
Uses of Database in com._1c.g5.v8.xmdb.implClasses in com._1c.g5.v8.xmdb.impl that implement DatabaseModifier and TypeClassDescriptionclassDatabase impletemtation: store&manage list of indexesclassIn memory database (no real file operations)Methods in com._1c.g5.v8.xmdb.impl with parameters of type DatabaseConstructors in com._1c.g5.v8.xmdb.impl with parameters of type DatabaseModifierConstructorDescriptionTransactionalKVSImpl(KeyValueStorage primaryKVS, Database database, String name)