for Windows and Linux
for OS X
Specify a data type pattern and associated injection language. See also, Using pattern-based injections for user-defined data types.
| Item | Description |
|---|---|
| Type pattern | A regular expression pattern for a data type in your SQL code.
E.g. (?i).*DATA would be a case-insensitive pattern for data types ending in
data.
You can test your pattern:
click |
| Language |
The language to be injected into a string value of the corresponding type.
The prefix and suffix are optional. For more info, see Using language injection prefixes and suffixes. |
or press