File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Expression language
55.. contents :: Contents
66 :depth: 3
77
8- You can write simple expressions in expression comments of :doc: `sql `.
8+ You can write simple expressions in directives of :doc: `sql `.
99The grammar is almost the same as Java.
1010However, not everything is possible that Java can do.
1111
Original file line number Diff line number Diff line change @@ -189,10 +189,10 @@ The expression enclosed between ``/*`` and ``*/`` is evaluated and
189189its evaluation result is passed to bind variable in SQL statement.
190190The directive must be followed by test data, which is never used in runtime.
191191
192- Basic or domain parameters
193- ~~~~~~~~~~~~~~~~~~~~~~~~~~
192+ Basic and domain parameters
193+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
194194
195- The parameter whose type is one of :doc: `basic ` or :doc: `domain `
195+ The parameter whose type is one of :doc: `basic ` and :doc: `domain `
196196is recognised as a bind variable.
197197
198198The following example is the pair of a DAO method and an SQL template:
You can’t perform that action at this time.
0 commit comments