|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectscriptella.jdbc.ParametersParser
public class ParametersParser
Parses parameter expressions in SQL statements.
This class use Expression parsing mechanism except the
file reference case.
The syntax of the file reference is the following:
?{file <Expression>}
The result of expression evaluation must be of String or URL type.
Examples:
Expression| Constructor Summary | |
|---|---|
ParametersParser(DriverContext driverContext)
Creates a file reference parser. |
|
| Method Summary | |
|---|---|
java.lang.Object |
evaluate(java.lang.String expression,
ParametersCallback parameters)
Parses specified expression and returns the result of evaluation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParametersParser(DriverContext driverContext)
driverContext - drivers content to use for URL resolution.| Method Detail |
|---|
public java.lang.Object evaluate(java.lang.String expression,
ParametersCallback parameters)
expression - expression to parse.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||