Uses of Interface
com._1c.g5.v8.xmdb.Database
-
Packages that use Database Package Description com._1c.g5.v8.xmdb com._1c.g5.v8.xmdb.impl -
-
Uses of Database in com._1c.g5.v8.xmdb
Methods in com._1c.g5.v8.xmdb that return Database Modifier and Type Method Description Database
DatabaseBuilder. buildDatabase()
Load or create database with current database builder state parametersMethods in com._1c.g5.v8.xmdb with parameters of type Database Modifier and Type Method Description KeyValueStorage<?,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 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.impl
Classes in com._1c.g5.v8.xmdb.impl that implement Database Modifier and Type Class Description class
DatabaseImpl
Database impletemtation: store&manage list of indexesclass
DatabaseInMemory
In memory database (no real file operations)Methods in com._1c.g5.v8.xmdb.impl with parameters of type Database Modifier and Type Method Description KeyValueStorage
IndexDescriptor. buildIndex(Database db, String name)
Constructors in com._1c.g5.v8.xmdb.impl with parameters of type Database Constructor Description TransactionalKVSImpl(KeyValueStorage primaryKVS, Database database, String name)
-