Uses of Class
oracle.pgx.common.types.QueryArgumentType
-
Packages that use QueryArgumentType Package Description oracle.pgx.api.expansion This package contains classes and utilities to support the subgraph expansion functionality.oracle.pgx.api.subgraph This package contains classes and utilities to support the subgraph reading functionality.oracle.pgx.common.types This package contains enums and helper classes identifying common PGX types.oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of QueryArgumentType in oracle.pgx.api.expansion
Methods in oracle.pgx.api.expansion with parameters of type QueryArgumentType Modifier and Type Method Description PreparedPgViewPgqlQueryPreparedPgViewPgqlQuery. withArg(int position, QueryArgumentType type, java.lang.Object value) -
Uses of QueryArgumentType in oracle.pgx.api.subgraph
Methods in oracle.pgx.api.subgraph with parameters of type QueryArgumentType Modifier and Type Method Description PreparedPgSqlPgqlQueryPreparedPgSqlPgqlQuery. withArg(int position, QueryArgumentType type, java.lang.Object value)PreparedPgViewPgqlQueryPreparedPgViewPgqlQuery. withArg(int position, QueryArgumentType type, java.lang.Object value) -
Uses of QueryArgumentType in oracle.pgx.common.types
Methods in oracle.pgx.common.types that return QueryArgumentType Modifier and Type Method Description static QueryArgumentTypeQueryArgumentType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static QueryArgumentType[]QueryArgumentType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of QueryArgumentType in oracle.pgx.config
Methods in oracle.pgx.config that return QueryArgumentType Modifier and Type Method Description QueryArgumentTypePreparedQueryArgumentConfig. getType()argument typeMethods in oracle.pgx.config with parameters of type QueryArgumentType Modifier and Type Method Description PreparedQueryArgumentConfigBuilderPreparedQueryArgumentConfigBuilder. setType(QueryArgumentType type)argument type
-