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
SQLException
public int getBatchSize()
public int getVersion()
public String getShortTableName()
public String getLongTableName()
public void insertShort(Number id, String value) throws SQLException, InterruptedException
SQLException
InterruptedException
public void insertLong(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-2016 Aduna. All Rights Reserved.