Uses of Class
oracle.pgx.config.DbEngine
-
Packages that use DbEngine Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of DbEngine in oracle.pgx.config
Methods in oracle.pgx.config that return DbEngine Modifier and Type Method Description abstract DbEngine
AbstractPgGraphConfig. getDbEngine()
Gets the target database engine of this configuration.DbEngine
PgHbaseGraphConfig. getDbEngine()
underlying database engineDbEngine
PgNosqlGraphConfig. getDbEngine()
underlying database engineDbEngine
PgRdbmsGraphConfig. getDbEngine()
underlying database enginestatic DbEngine
DbEngine. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DbEngine[]
DbEngine. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-