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.OnMissingVertexOption
ReadGraphOption. ON_MISSING_VERTEX_ERROR
static ReadGraphOption.OnMissingVertexOption
ReadGraphOption. ON_MISSING_VERTEX_IGNORE_EDGE
static ReadGraphOption.OnMissingVertexOption
ReadGraphOption. ON_MISSING_VERTEX_IGNORE_EDGE_LOG
static ReadGraphOption.OnMissingVertexOption
ReadGraphOption. ON_MISSING_VERTEX_IGNORE_EDGE_LOG_ONCE
Methods in oracle.pgx.config that return ReadGraphOption.OnMissingVertexOption Modifier and Type Method Description static ReadGraphOption.OnMissingVertexOption
ReadGraphOption. onMissingVertex(OnMissingVertex onMissingVertex)
Creates an option, which specifies the behavior when the source or destination vertex of an edge is missing
-