Function SEEK
RDB$BLOB_UTIL.SEEK sets the position for the next READ_DATA, it returns the new position.
MODE may be:
0
|
from the start |
1
|
from current position |
2
|
from end. |
When MODE is 2, OFFSET should be zero or negative.
-
HANDLEtypeINTEGER NOT NULL -
MODEtypeINTEGER NOT NULL -
OFFSETtypeINTEGER NOT NULL
Return type: INTEGER NOT NULL.
|
Note
|
|