public class FormatterSimpleHSQL extends FormatterSimple
UriWidth
Constructor and Description |
---|
FormatterSimpleHSQL(SDBConnection connection) |
Modifier and Type | Method and Description |
---|---|
void |
dropIndexes()
Drop indexes for triple/node tables
|
void |
format()
Format the store - create tables but not secondary indexes
|
void |
truncate()
Truncate tables - clearing the store but leaving all indexes inplace
|
addIndexes
create
public FormatterSimpleHSQL(SDBConnection connection)
public void truncate()
StoreFormatter
public void format()
StoreFormatter
public void dropIndexes()
StoreFormatter
dropIndexes
in interface StoreFormatter
dropIndexes
in class FormatterSimple
Licenced under the Apache License, Version 2.0