Uses of Class
oracle.pgx.api.filter.GraphFilterWithExpression
-
Packages that use GraphFilterWithExpression Package Description oracle.pgx.api.filter This package contains filter data objects. -
-
Uses of GraphFilterWithExpression in oracle.pgx.api.filter
Subclasses of GraphFilterWithExpression in oracle.pgx.api.filter Modifier and Type Class Description classEdgeFilterA class that wraps a filter expression supposed to be evaluated on each edge of the graphclassVertexFilterA class that wraps a filter expression supposed to be evaluated on each vertex of the graphMethods in oracle.pgx.api.filter that return GraphFilterWithExpression Modifier and Type Method Description GraphFilterWithExpressionGraphFilter. asGraphFilterWithExpression()Gets this filter object as graph filter with expression, if possible.GraphFilterWithExpressionGraphFilterWithExpression. asGraphFilterWithExpression()static GraphFilterWithExpressionGraphFilterWithExpression. fromTypeAndExpression(FilterType type, java.lang.String filterExpression)
-