|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InMemorySchema.Builder | |
|---|---|
| org.xcmis.search.content | |
| Uses of InMemorySchema.Builder in org.xcmis.search.content |
|---|
| Methods in org.xcmis.search.content that return InMemorySchema.Builder | |
|---|---|
InMemorySchema.Builder |
InMemorySchema.Builder.addColumn(String tableName,
String columnName,
PropertyType type)
Add a column with the supplied name and type to the named table. |
InMemorySchema.Builder |
InMemorySchema.Builder.addColumn(String tableName,
String columnName,
PropertyType type,
boolean fullTextSearchable,
Operator[] availableQueryOperators)
Add a column with the supplied name and type to the named table. |
InMemorySchema.Builder |
InMemorySchema.Builder.addTable(String name,
String... columnNames)
Add a table with the supplied name and column names. |
InMemorySchema.Builder |
InMemorySchema.Builder.addTable(String name,
String[] columnNames,
PropertyType[] types)
Add a table with the supplied name and column names and types. |
static InMemorySchema.Builder |
InMemorySchema.createBuilder()
Obtain a new instance for building Schema objects. |
InMemorySchema.Builder |
InMemorySchema.Builder.makeSearchable(String tableName,
String columnName)
Make sure the column on the named table is searchable. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||