|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RTreeDml | |
---|---|
net.sourceforge.hatbox |
Uses of RTreeDml in net.sourceforge.hatbox |
---|
Subclasses of RTreeDml in net.sourceforge.hatbox | |
---|---|
class |
RTreeDmlDerby
|
class |
RTreeDmlH2
|
Methods in net.sourceforge.hatbox that return RTreeDml | |
---|---|
static RTreeDml |
RTreeDml.createDml(java.sql.Connection con,
java.lang.String schema,
java.lang.String table)
|
Constructors in net.sourceforge.hatbox with parameters of type RTreeDml | |
---|---|
Lock(java.sql.Connection con,
RTreeDml dml)
The write lock constructor. |
|
Lock(java.sql.Connection con,
RTreeDml dml,
java.sql.PreparedStatement selectStmt)
The read lock constructor. |
|
RTreeSessionDb(java.sql.Connection con,
RTreeDml dml,
boolean write)
The general use constructor for short transactions. |
|
RTreeSessionDb(java.sql.Connection con,
RTreeDml dml,
int commitInterval)
A special purpose constructor to support index creation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |