Uses of Interface
net.pricefx.formulaengine.scripting.queryapi.Tables.Table
Package
Description
-
Uses of Tables.Table in net.pricefx.formulaengine.scripting.queryapi
Modifier and TypeMethodDescriptionPipelineStage.innerJoin
(Tables.Table table, Function<Tables.Columns, List<? extends Selectable>> selectables, Function<Tables.Columns, Expression> joinCriteria) Adds an innerJoin stage that joins thisPipelineStage
to anotherTables.Table
.PipelineStage.leftOuterJoin
(Tables.Table table, Function<Tables.Columns, List<? extends Selectable>> selectables, Function<Tables.Columns, Expression> joinCriteria) Adds a leftOuterJoin stage that joins to thisPipelineStage
anotherTables.Table
.QueryApi.source
(Tables.Table table) Main entry point to start writing a query.QueryApi.source
(Tables.Table table, List<? extends Selectable> selectables) Main entry point to start writing a query.QueryApi.source
(Tables.Table table, List<? extends Selectable> selectables, Expression filter) Main entry point to start writing a query. -
Uses of Tables.Table in net.pricefx.formulaengine.scripting.queryapi.tables
Modifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface