Moves the specified statement to the next result set object and returns whether there is a next result set object.
Syntax
getNextWarning( sqlwarning )
sqlwarning.getNextWarning( )
Parameters
sqlwarning
|
the sql warning object to use.
|
Returns
sqlwarning
|
the next sql warning object.
null if none.
|
Example
if !getNextWarning( ) then
break
end
|