public class BNodeTable extends Object
Constructor and Description |
---|
BNodeTable(ValueTable table) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
expunge(String condition) |
int |
getBatchSize() |
String |
getName() |
void |
insert(Number id,
String value) |
void |
optimize() |
String |
toString() |
public BNodeTable(ValueTable table)
public void close() throws SQLException
SQLException
public String getName()
public int getBatchSize()
public void insert(Number id, String value) throws SQLException, InterruptedException
SQLException
InterruptedException
public boolean expunge(String condition) throws SQLException
SQLException
public void optimize() throws SQLException
SQLException
Copyright © 2001–2015 Aduna. All rights reserved.