public interface TableDocument
Modifier and Type | Method and Description |
---|---|
Object |
__call__()
Deprecated.
this method now return self alwais.
|
Iterator<Feature> |
__iter__() |
int |
__len__() |
void |
abort() |
void |
append(Object... values) |
void |
commit() |
void |
deselect(FeatureSelection selection) |
void |
edit() |
FeatureSet |
features(String filterExpresion,
String sortby,
boolean asc) |
FeatureType |
getSchema() |
FeatureSelection |
getSelecion() |
boolean |
isSelected(Feature feature) |
void |
select(FeatureSelection selection) |
void |
update(Feature feature) |
void |
updateSchema(FeatureType schema) |
FeatureSet features(String filterExpresion, String sortby, boolean asc)
filterExpresion,
- optionalsortby,
- optionalasc,
- optionalint __len__()
void edit()
void append(Object... values)
void updateSchema(FeatureType schema)
schema
- void update(Feature feature)
feature
- FeatureType getSchema()
void commit()
void abort()
FeatureSelection getSelecion()
void select(FeatureSelection selection)
selection
- void deselect(FeatureSelection selection)
selection
- boolean isSelected(Feature feature)
feature
- Object __call__()