public class URITable extends Object
| Constructor and Description |
|---|
URITable(ValueTable shorter,
ValueTable longer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
expunge(String condition) |
int |
getBatchSize() |
String |
getLongTableName() |
String |
getShortTableName() |
int |
getVersion() |
void |
insertLong(Number id,
String value) |
void |
insertShort(Number id,
String value) |
void |
optimize() |
String |
toString() |
public URITable(ValueTable shorter, ValueTable longer)
public void close()
throws SQLException
SQLExceptionpublic int getBatchSize()
public int getVersion()
public String getShortTableName()
public String getLongTableName()
public void insertShort(Number id, String value) throws SQLException, InterruptedException
SQLExceptionInterruptedExceptionpublic void insertLong(Number id, String value) throws SQLException, InterruptedException
SQLExceptionInterruptedExceptionpublic boolean expunge(String condition) throws SQLException
SQLExceptionpublic void optimize()
throws SQLException
SQLExceptionCopyright © 2001-2014 Aduna. All Rights Reserved.