Represents an SQL escape sequence found in the SQL annotation's statement member. A JdbcFragment may
contain child SqlFragments, typically these fragments consist of LiteralFragments and ReflectionFragments.
Parameter substitutions may occur within the SQL escape delimiters {}.
Syntactically an SQL escape sequence must match one of the following forms, where _space_ is a whitespace character:
getParameterValues(ControlBeanContext context, Method method, Object[] args) Get the prepared statement parameter value(s) contained within this fragment.
Parameters: context - A ControlBeanContext instance. Parameters: method - The annotated method. Parameters: args - The method's arguments.
Get the prepared statement parameter value(s) contained within this fragment.
Parameters: context - A ControlBeanContext instance. Parameters: method - The annotated method. Parameters: args - The method's arguments. null if this fragment doesn't contain a parameter value.
Fields inherited from org.apache.beehive.controls.system.jdbc.parser.SqlFragmentContainer