public class CsvRecordStore extends AbstractRecordStore
| Constructor and Description |
|---|
CsvRecordStore(File directory) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Record |
create(RecordDefinition recordDefinition) |
Writer<Record> |
createWriter() |
RecordDefinition |
getRecordDefinition(RecordDefinition recordDefinition) |
RecordDefinition |
getRecordDefinition(String typePath)
Get the meta data for the specified type.
|
int |
getRowCount(Query query) |
void |
insert(Record record) |
String |
toString() |
addCodeTable, addCodeTable, addCodeTables, addRecordDefinition, addRecordDefinitionProperties, addRecordStoreExtension, addStatistic, addStatistic, appendQueryValue, copy, create, create, createIterator, createPrimaryIdValue, createQuery, createReader, createTransaction, createWithId, delete, delete, deleteAll, findRecordDefinition, getCodeTable, getCodeTableByFieldName, getCodeTableByFieldNameMap, getCodeTableColumNames, getConnectionProperties, getGeometryFactory, getIteratorFactory, getLabel, getRecordFactory, getRecordStoreExtensions, getRootSchema, getSchema, getSchemas, getSharedAttribute, getSharedAttributes, getStatistics, getStatistics, getString, getTransactionManager, getTypeNames, getTypes, getUrl, getUsername, getWriter, getWriter, hasSchema, initialize, insertAll, isEditable, load, load, lock, page, query, query, query, queryFirst, refreshSchema, refreshSchema, refreshSchemaElements, setCodeTableColumNames, setCommonRecordDefinitionProperties, setConnectionProperties, setGeometryFactory, setIteratorFactory, setLabel, setLogCounts, setRecordFactory, setSharedAttribute, setTypeRecordDefinitionProperties, update, updateAllclearProperties, getProperties, getProperty, getProperty, removeProperty, setProperties, setProperty, setPropertySoft, setPropertyWeakclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclearProperties, getProperties, getProperty, getProperty, removeProperty, setProperties, setProperty, setPropertySoft, setPropertyWeakpublic CsvRecordStore(File directory)
public void close()
close in interface RecordStoreclose in interface AutoCloseableclose in class AbstractRecordStorepublic Record create(RecordDefinition recordDefinition)
create in interface RecordStorecreate in class AbstractRecordStorepublic RecordDefinition getRecordDefinition(RecordDefinition recordDefinition)
getRecordDefinition in interface RecordStoregetRecordDefinition in class AbstractRecordStorepublic RecordDefinition getRecordDefinition(String typePath)
RecordStoregetRecordDefinition in interface RecordDefinitionFactorygetRecordDefinition in interface RecordStoregetRecordDefinition in class AbstractRecordStoretypePath - The type name.public int getRowCount(Query query)
public void insert(Record record)
insert in interface RecordStoreinsert in class AbstractRecordStorepublic String toString()
toString in class AbstractRecordStoreCopyright © 2015 Revolution Systems Inc.. All rights reserved.