public abstract class SqlOpBase extends Object implements 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() |
abstract boolean |
isEmpty() |
String |
toString() |
void |
write(org.apache.jena.atlas.io.IndentedWriter writer) |
protected Schema schema
public SqlOpBase(Schema schema)
public void write(org.apache.jena.atlas.io.IndentedWriter writer)
public SqlOp copy(Schema schema, List<SqlOp> newOps)
SqlOpCopyright © 2014. All rights reserved.