public interface ViewBuilder
| Modifier and Type | Method and Description |
|---|---|
ViewBuilder |
createViewStatement() |
void |
execute() |
ViewBuilder |
forIdentity(String identity,
String identityName) |
ViewBuilder |
forShape(gr.cite.geoanalytics.dataaccess.entities.shape.Shape shape) |
String |
getViewStatement() |
void |
removerViewIfExists() |
ViewBuilder |
withAttribute(String key,
ShapeAttributeDataType value) |
ViewBuilder forShape(gr.cite.geoanalytics.dataaccess.entities.shape.Shape shape) throws Exception
ExceptionViewBuilder forIdentity(String identity, String identityName) throws Exception
ExceptionViewBuilder withAttribute(String key, ShapeAttributeDataType value)
ViewBuilder createViewStatement() throws Exception
ExceptionCopyright © 2016. All Rights Reserved.