服务端item值
Type | Syntax | Description |
---|---|---|
SQL | Standard item syntax:
Syntax for items containing special characters:
| For items whose names are no longer than 30 characters, precede the item name with a colon (:). Use this syntax for references within a SQL query and within PL/SQL. To reference page items containing special, multibyte, or unicode characters, wrap the page item name in double quotation marks. |
PL/SQL |
| Use PL/SQL syntax to reference an item value using the Use this syntax when utilizing Oracle Application Express variables directly within an Oracle database object, such as a function, trigger, or Oracle Data Redaction policy. See Also: Oracle Application Express API Reference |
PL/SQL |
| Use standard PL/SQL syntax referencing the numeric item value using the See Also: Oracle Application Express API Reference |
Static text (exact) | Standard item syntax:
Syntax for items containing special characters:
| For static text or an exact substitution, use the convention To reference page items containing special, multibyte, or unicode characters, wrap the page item name in double quotation marks |
客户端item值
$v("NAME") |
apex.item( "P2_ENAME" ).getValue() |