public class ExprContext
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
BindValueInfo |
bvInfo |
int |
direction |
java.lang.String |
geTab |
java.lang.String |
gtTab |
OraclePropertyGraph |
opg |
int |
transMode |
PgqlTranslator.TraversalStruct |
tStruct |
boolean |
useGtTab |
java.lang.String |
vtTab |
Modifier and Type | Method and Description |
---|---|
static ExprContext |
createExprContext(PgqlTranslator.TraversalStruct tStruct, OraclePropertyGraph opg, boolean useGtTab, BindValueInfo bvInfo)
Factory method
|
public BindValueInfo bvInfo
public int direction
public final java.lang.String geTab
public final java.lang.String gtTab
public final OraclePropertyGraph opg
public int transMode
public PgqlTranslator.TraversalStruct tStruct
public boolean useGtTab
public final java.lang.String vtTab
public static ExprContext createExprContext(PgqlTranslator.TraversalStruct tStruct, OraclePropertyGraph opg, boolean useGtTab, BindValueInfo bvInfo)
Copyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.