public class ResultSetVertexFilter extends VertexFilter implements ResultSetFilter
ALL, NONE
Constructor and Description |
---|
ResultSetVertexFilter(PgqlResultSet resultSet,
java.lang.String columnName)
Instantiates a new result set vertex filter.
|
ResultSetVertexFilter(java.lang.String resultSetId,
java.lang.String columnName)
Instantiates a new result set vertex filter.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getColumnName()
Getter for column name
|
java.lang.String |
getResultSetId()
Getter for the result set id
|
boolean |
hasExpression()
Checks if this GraphFilter object has an expression associated with it.
|
boolean |
isResultSetFilter()
Checks if the filter is acting on a result set
|
java.lang.String |
toString() |
asVertexFilter
asGraphFilterWithExpression, equals, fromTypeAndExpression, getFilterExpression, hashCode
asBinaryGraphFilterOperation, asEdgeFilter, createFromFilterExpressionConfig, getType, intersect, isBinaryOperation, union
public ResultSetVertexFilter(PgqlResultSet resultSet, java.lang.String columnName)
resultSet
- the result set on which the filter actscolumnName
- the column name to be fetched from the result setpublic ResultSetVertexFilter(java.lang.String resultSetId, java.lang.String columnName)
resultSetId
- the result set id on which the filter actscolumnName
- the column name to be fetched from the result setpublic java.lang.String getColumnName()
ResultSetFilter
getColumnName
in interface ResultSetFilter
public java.lang.String getResultSetId()
ResultSetFilter
getResultSetId
in interface ResultSetFilter
public boolean hasExpression()
GraphFilter
hasExpression
in class GraphFilterWithExpression
public boolean isResultSetFilter()
GraphFilter
isResultSetFilter
in class GraphFilter
public java.lang.String toString()
toString
in class VertexFilter
Copyright © 2016, 2019, Oracle and/or its affiliates. All Rights Reserved.