|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BindVariables | |
---|---|
com.sage.orion.sdata.filter | This package contains the handling of the filters that are used to select records |
com.sage.orion.sdata.servlet |
Uses of BindVariables in com.sage.orion.sdata.filter |
---|
Methods in com.sage.orion.sdata.filter that return BindVariables | |
---|---|
BindVariables |
JDBCFilter.getBindVariables()
|
Uses of BindVariables in com.sage.orion.sdata.servlet |
---|
Methods in com.sage.orion.sdata.servlet with parameters of type BindVariables | |
---|---|
protected java.sql.PreparedStatement |
JDBCResourceKind.getPreparedStatement(java.sql.Connection connection,
java.lang.String topRowCount,
java.lang.String columnNames,
java.lang.String filter,
java.lang.String orderBy,
BindVariables bindVariables,
int resultSetType,
int resultSetConcurrency)
Get a PreparedStatement for the SELECT query with the given criteria and set the filter bind variables of the value |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |