Package oracle.pgx.api
Interface GraphSource
-
public interface GraphSource
Type of a source where a graph can be loaded from
-
-
Field Summary
Fields Modifier and Type Field Description static GraphSource
PG_PGQL
static GraphSource
PG_SQL
-
-
-
Field Detail
-
PG_PGQL
static final GraphSource PG_PGQL
-
PG_SQL
static final GraphSource PG_SQL
-
-