public static class DB.Maker<E>
Constructor and Description |
---|
Maker() |
Modifier and Type | Method and Description |
---|---|
E |
%%%create2$module(java.util.SortedMap<java.lang.String,java.lang.String> catalog) |
E |
%%%open2$module(java.util.SortedMap<java.lang.String,java.lang.String> catalog) |
void |
%%%verify$module() |
E |
create()
Creates new collection if it does not exist, or throw {@link DBException.WrongConfiguration}
if collection already exists.
|
E |
create2(java.util.SortedMap<java.lang.String,java.lang.String> catalog) |
E |
createOrOpen()
Create new collection or open existing.
|
DB |
getDb() |
java.lang.String |
getName() |
java.lang.String |
getType() |
E |
make()
Deprecated.
|
E |
make2(java.lang.Boolean create) |
E |
makeOrGet()
Deprecated.
|
E |
open()
Open existing collection, or throw {@link DBException.WrongConfiguration}
if collection already exists.
|
E |
open2(java.util.SortedMap<java.lang.String,java.lang.String> catalog) |
void |
verify() |
public E create()
Creates new collection if it does not exist, or throw {@link DBException.WrongConfiguration} if collection already exists.
public E make()
Create new collection or open existing.
public E makeOrGet()
public E createOrOpen()
Create new collection or open existing.
public E open()
Open existing collection, or throw {@link DBException.WrongConfiguration} if collection already exists.
public E make2(java.lang.Boolean create)
public void verify()
public E create2(java.util.SortedMap<java.lang.String,java.lang.String> catalog)
public E open2(java.util.SortedMap<java.lang.String,java.lang.String> catalog)
public void %%%verify$module()
public E %%%create2$module(java.util.SortedMap<java.lang.String,java.lang.String> catalog)
public E %%%open2$module(java.util.SortedMap<java.lang.String,java.lang.String> catalog)
public DB getDb()
public java.lang.String getName()
public java.lang.String getType()