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.
-
HANDLE
typeINTEGER NOT NULL
-
MODE
typeINTEGER NOT NULL
-
OFFSET
typeINTEGER NOT NULL
Return type: INTEGER NOT NULL
.
Note
|
|