public class FormatterSimpleSQLServer extends FormatterSimple
UriWidth| Constructor and Description |
|---|
FormatterSimpleSQLServer(SDBConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
addIndexes()
Add indexes - these are kept upto date for any future additions or deletions of data
|
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
|
createpublic FormatterSimpleSQLServer(SDBConnection connection)
public void truncate()
StoreFormatterpublic void format()
StoreFormatterpublic void addIndexes()
StoreFormatteraddIndexes in interface StoreFormatteraddIndexes in class FormatterSimplepublic void dropIndexes()
StoreFormatterdropIndexes in interface StoreFormatterdropIndexes in class FormatterSimpleLicenced under the Apache License, Version 2.0