string readLobData(
int|string
$column, int
$binmode, [string
$curdata = null])
|
|
Reads in any unread LOB data. For long char fields, we may already have up to odbc_longreadlen() bytes in the buffer. These are passed in via the $curdata parm. For long binary fields, no data is read initially since odbc_binmode() is set to ODBC_BINMODE_PASSTHRU.
This method adjusts the binmode and longreadlen to finish reading these datatypes into the buffer. Returns a string with the complete contents.
Tags:
Parameters:
void _setLimit(
int
$limit)
|
|
This function exists to set limit after ResultSet is instantiated.
This function should be "protected" in Java sense: only available to classes in package. THIS METHOD SHOULD NOT BE CALLED BY ANYTHING EXCEPTION DRIVER CLASSES.
Tags:
Parameters:
void _setOffset(
int
$offset)
|
|
This function exists to set offset after ResultSet is instantiated.
This function should be "protected" in Java sense: only available to classes in package. THIS METHOD SHOULD NOT BE CALLED BY ANYTHING EXCEPTION DRIVER CLASSES.
Tags:
Parameters: