static
enum static
enum <T extends JSONReadHandle>
TcolumnInfo (PlanBuilder.Plan plan,
T handle)<T> TcolumnInfoAs (PlanBuilder.Plan plan,
Class<T> as)voidexecute (PlanBuilder.Plan plan)voidexecute (PlanBuilder.Plan plan,
Transaction transaction)<T extends StructureReadHandle>
Texplain (PlanBuilder.Plan plan,
T handle)<T> TexplainAs (PlanBuilder.Plan plan,
Class<T> as)<T extends XMLReadHandle>
TgenerateView (PlanBuilder.PreparePlan plan,
String schema, String view, T handle)<T> TgenerateViewAs (PlanBuilder.PreparePlan plan,
String schema, String view, Class<T> as)<T extends JSONReadHandle>
Tgraphql (JSONWriteHandle query,
T resultsHandle)<T> TgraphqlAs (JSONWriteHandle query,
Class<T> as)newRawPlanDefinition (JSONWriteHandle handle)newRawQueryDSLPlan (TextWriteHandle handle)newRawSQLPlan (TextWriteHandle handle)<T extends StructureReadHandle>
TresultDoc (PlanBuilder.Plan plan,
T handle)<T extends StructureReadHandle>
TresultDoc (PlanBuilder.Plan plan,
T handle, Transaction transaction)<T> TresultDocAs (PlanBuilder.Plan plan,
Class<T> as)<T> TresultDocAs (PlanBuilder.Plan plan,
Class<T> as, Transaction transaction)resultRows (PlanBuilder.Plan plan)resultRows (PlanBuilder.Plan plan,
Transaction transaction)<T extends StructureReadHandle>
RowSet<T>resultRows (PlanBuilder.Plan plan,
T rowHandle)<T extends StructureReadHandle>
RowSet<T>resultRows (PlanBuilder.Plan plan,
T rowHandle, Transaction transaction)<T> RowSet<T>resultRowsAs (PlanBuilder.Plan plan,
Class<T> as)<T> RowSet<T>resultRowsAs (PlanBuilder.Plan plan,
Class<T> as, Transaction transaction)voidvoidsetOptimize (Integer value)voidvoidsetTraceLabel (String label)withUpdate (boolean update)style - the part of the rowset that should contain
data typesstyle - the structure of rows in the responselabel -true in order for that endpoint to be used instead of
"v1/rows". You may later call this method with a value of
false in order to submit a plan that does not perform
an update.update - set to true if submitting a
plan that performs an updatevalue -handle - a handle for a JSON serialization of a
plan ASThandle - a textual handle for Query DSL in
JavaScript formathandle - a textual handle for the SQL
serializationhandle - a textual handle for the SPARQL
serializationplan - the definition of a planplan - the definition of a plantransaction - a open transaction for the execute
operation to run withinplan - the definition of a plan for the database
rowsplan - the definition of a plan for the database
rowstransaction - a open transaction for documents
from which rows have been projectedT - the type of the row handleplan - the definition of a plan for the database
rowsrowHandle - the JSON or XML handle that provides
each rowT - the type of the row handleplan - the definition of a plan for the database
rowsrowHandle - the JSON or XML handle that provides
each rowtransaction - a open transaction for documents
from which rows have been projectedContentHandle
are registered. Learn more
about shortcut methodsT - the type of object that will be returned by
the handle registered for itplan - the definition of a plan for the database
rowsas - the IO class for reading each row as JSON or
XML contentContentHandle
are registered. Learn more
about shortcut methodsT - the type of object that will be returned by
the handle registered for itplan - the definition of a plan for the database
rowsas - the IO class for reading each row as JSON or
XML contenttransaction - a open transaction for documents
from which rows have been projectedT - the type of the row handleplan - the definition of a plan for the database
rowshandle - the JSON or XML handle for the set of
rowsT - the type of the row handleplan - the definition of a plan for the database
rowshandle - the JSON or XML handle for the set of
rowstransaction - a open transaction for documents
from which rows have been projectedContentHandle
are registered. Learn more
about shortcut methodsT - the type of the IO object for reading the set
of rowsplan - the definition of a plan for the database
rowsas - the IO class for reading the set of rowsContentHandle
are registered. Learn more
about shortcut methodsT - the type of the IO object for reading the set
of rowsplan - the definition of a plan for the database
rowsas - the IO class for reading the set of rowstransaction - a open transaction for documents
from which rows have been projectedT - the type of the explanation handleplan - the definition of a plan for database
rowshandle - the JSON or XML handle on the explanation
for the planContentHandle
are registered. Learn more
about shortcut methodsT - the type of the IO object for reading the
explanationplan - the definition of a plan for database
rowsas - the IO class for reading the explanation for
the planPlanBuilder.fromView(String, String) accessor to
query against the generated view.T - the type of the handle for the generated
viewplan - the definition of a plan for database
rowsschema - the name of the schema for the new view
generated from the planview - the name of the new view generated from the
planhandle - the XML handle on the generated view for
the planPlanBuilder.fromView(String, String) accessor to
query against the generated view. The IO class must have been
registered before creating the database client. By default, the
provided handles that implement ContentHandle
are registered. Learn more
about shortcut methodsT - the type of the IO object for reading the
generated viewplan - the definition of a plan for database
rowsschema - the name of the schema for the new view
generated from the planview - the name of the new view generated from the
planas - the IO class for reading the generated view
for the planT - the type of the handle for the column
informationplan - the definition of a plan for database
rowshandle - the Json handle on the column information
for the planContentHandle
are registered. Learn more
about shortcut methodsT - the type of the IO object for reading the
column informationplan - the definition of a plan for database
rowsas - the IO class for reading the column
information for the planT - the type of the IO object for r the
resultsquery - the GraphQL query to executeresultsHandle - the IO class for capturing the
resultsT - the type of the results to returnquery - the GraphQL query to executeas - the class type of the results to return;
typically JsonNode or StringCopyright (c) 2010-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.