plsql

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
plsql [2015/10/26 11:49]
dmtolpeko [Data Types and Declarations]
plsql [2015/10/26 11:49]
dmtolpeko [Data Types and Declarations]
Line 40: Line 40:
 | SYS_REFCURSOR | Cursor variable | {{:​green_tick.gif}} | 0.3.11 | | SYS_REFCURSOR | Cursor variable | {{:​green_tick.gif}} | 0.3.11 |
 | TIMESTAMP | Date and time | {{:​green_tick.gif}} | 0.3.7 | | TIMESTAMP | Date and time | {{:​green_tick.gif}} | 0.3.7 |
-| VARCHAR(//​n//​) | VARCHAR(max) | Variable-length string | {{:​green_tick.gif}} | 0.1 |+| VARCHAR(//​n//​) | Variable-length string | {{:​green_tick.gif}} | 0.1 |
 | VARCHAR2(//​n//​) | Variable-length string | {{:​green_tick.gif}} | 0.1 | | VARCHAR2(//​n//​) | Variable-length string | {{:​green_tick.gif}} | 0.1 |
 | UTL_FILE.FILE_TYPE | File handle | {{:​green_tick.gif}} | 0.1 | | UTL_FILE.FILE_TYPE | File handle | {{:​green_tick.gif}} | 0.1 |