public class TripleTable extends Object
Modifier and Type | Field and Description |
---|---|
static int |
tables_created |
static int |
total_st |
static boolean |
UNIQUE_INDEX_TRIPLES |
Constructor and Description |
---|
TripleTable(RdbmsTable table) |
Modifier and Type | Method and Description |
---|---|
void |
blockUntilReady() |
protected CharSequence |
buildTableColumns() |
void |
close() |
void |
createIndex() |
void |
drop() |
void |
dropIndex() |
String |
getName() |
String |
getNameWhenReady() |
ValueTypes |
getObjTypes() |
ValueTypes |
getSubjTypes() |
void |
initTable() |
boolean |
isEmpty() |
boolean |
isIndexed() |
boolean |
isPredColumnPresent() |
boolean |
isReady() |
void |
modified(int addedCount,
int removedCount) |
void |
reload() |
void |
setIdSequence(IdSequence ids) |
void |
setIndexed(boolean indexingTriples) |
void |
setObjTypes(ValueTypes valueTypes) |
void |
setPredColumnPresent(boolean present) |
void |
setSubjTypes(ValueTypes valueTypes) |
String |
toString() |
public static int tables_created
public static int total_st
public static final boolean UNIQUE_INDEX_TRIPLES
public TripleTable(RdbmsTable table)
public void setIdSequence(IdSequence ids)
public boolean isPredColumnPresent()
public void setPredColumnPresent(boolean present)
public void setIndexed(boolean indexingTriples)
public void initTable() throws SQLException
SQLException
public void reload() throws SQLException
SQLException
public void close() throws SQLException
SQLException
public boolean isIndexed() throws SQLException
SQLException
public void createIndex() throws SQLException
SQLException
public void dropIndex() throws SQLException
SQLException
public boolean isReady()
public void blockUntilReady() throws SQLException
SQLException
public String getName() throws SQLException
SQLException
public String getNameWhenReady() throws SQLException
SQLException
public ValueTypes getObjTypes()
public void setObjTypes(ValueTypes valueTypes)
public ValueTypes getSubjTypes()
public void setSubjTypes(ValueTypes valueTypes)
public void modified(int addedCount, int removedCount) throws SQLException
SQLException
public boolean isEmpty() throws SQLException
SQLException
public void drop() throws SQLException
SQLException
protected CharSequence buildTableColumns()
Copyright © 2001-2016 Aduna. All Rights Reserved.