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
SQLExceptionpublic void reload()
throws SQLException
SQLExceptionpublic void close()
throws SQLException
SQLExceptionpublic boolean isIndexed()
throws SQLException
SQLExceptionpublic void createIndex()
throws SQLException
SQLExceptionpublic void dropIndex()
throws SQLException
SQLExceptionpublic boolean isReady()
public void blockUntilReady()
throws SQLException
SQLExceptionpublic String getName() throws SQLException
SQLExceptionpublic String getNameWhenReady() throws SQLException
SQLExceptionpublic ValueTypes getObjTypes()
public void setObjTypes(ValueTypes valueTypes)
public ValueTypes getSubjTypes()
public void setSubjTypes(ValueTypes valueTypes)
public void modified(int addedCount,
int removedCount)
throws SQLException
SQLExceptionpublic boolean isEmpty()
throws SQLException
SQLExceptionpublic void drop()
throws SQLException
SQLExceptionprotected CharSequence buildTableColumns()
Copyright © 2001-2014 Aduna. All Rights Reserved.