public interface SqlOp
| Modifier and Type | Method and Description |
|---|---|
SqlOp |
copy(Schema schema,
List<SqlOp> newOps)
Create a copy of the SqlOp with a projected schema.
|
Schema |
getSchema() |
List<SqlOp> |
getSubOps() |
boolean |
isEmpty() |
void |
write(org.apache.jena.atlas.io.IndentedWriter writer) |
Schema getSchema()
boolean isEmpty()
void write(org.apache.jena.atlas.io.IndentedWriter writer)
Copyright © 2015. All rights reserved.