Class TableData
java.lang.Object
com.inductiveautomation.snap.filedata.SnapData
com.inductiveautomation.snap.filedata.TableData
A file that represents a table of data.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionCreates the entity for this table.voiddelete()Override to delete entity.static TableDataReturns the TableData for given file.Returns the entity.Returns a list of rows for a query.getTable()Returns the SnapTable for this TableFile.Returns the default view for this table.voidrefresh()Reverts file.voidsave()Override to save entity.voidSets the entity.Methods inherited from class com.inductiveautomation.snap.filedata.SnapDatacreateBytes, createSourceURL, get, getBytes, getInputStream, getSite, getSource, getSourceFile, getSourceURL, is, setBytes, setSource
- 
Constructor Details- 
TableDatapublic TableData()
 
- 
- 
Method Details- 
getEntityReturns the entity.
- 
setEntitySets the entity.
- 
createEntityCreates the entity for this table.
- 
getTableReturns the SnapTable for this TableFile.
- 
getTableViewReturns the default view for this table.
- 
getRowsReturns a list of rows for a query.
- 
refreshpublic void refresh()Reverts file.
- 
saveOverride to save entity.
- 
deleteOverride to delete entity.
- 
getReturns the TableData for given file.
 
-