public interface CascadingSource
CascadingValueProvider
).
A cascading prompt needs a parent prompt field, but also needs to know the referencing name
to use in the SQL query generated to request the default values. Implementations of this interface,
e.g. FieldValueProvider
and QueryValueProvider
provide this, thereby linking the
given value of the parent prompt field to a reference name for the SQL Query.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFieldRefName()
Returns the name to be used as the SQL reference name in the WHERE part of the query
used by a cascading prompt referencing this as its parent.
|
java.lang.String getFieldRefName()
reference name
= prompt value
)".CascadingValueProvider
,
SQLValueProvider
Copyright © 1999-2020 by i-net software GmbH