Uses of Class
oracle.pgx.config.ReadGraphOption.OnMissingVertexOption
-
Packages that use ReadGraphOption.OnMissingVertexOption Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of ReadGraphOption.OnMissingVertexOption in oracle.pgx.config
Fields in oracle.pgx.config declared as ReadGraphOption.OnMissingVertexOption Modifier and Type Field Description static ReadGraphOption.OnMissingVertexOptionReadGraphOption. ON_MISSING_VERTEX_ERRORstatic ReadGraphOption.OnMissingVertexOptionReadGraphOption. ON_MISSING_VERTEX_IGNORE_EDGEstatic ReadGraphOption.OnMissingVertexOptionReadGraphOption. ON_MISSING_VERTEX_IGNORE_EDGE_LOGstatic ReadGraphOption.OnMissingVertexOptionReadGraphOption. ON_MISSING_VERTEX_IGNORE_EDGE_LOG_ONCEMethods in oracle.pgx.config that return ReadGraphOption.OnMissingVertexOption Modifier and Type Method Description static ReadGraphOption.OnMissingVertexOptionReadGraphOption. onMissingVertex(OnMissingVertex onMissingVertex)Creates an option, which specifies the behavior when the source or destination vertex of an edge is missing
-