NULL
. Note that this method should be called only after calling a getter method; otherwise, there is no value to use in determining whether it is null
or not.
@return true
if the last parameter read was SQLNULL
; false
otherwise
@exception SQLException if a database access error occurs orthis method is called on a closed CallableStatement
SQLInputImpl
object was null
.
@return true
if the SQL value read most recently wasnull
; otherwise, false
; by default it will return false
@throws SQLException if an error occurs determining the last valueread was a null
value or not;
Indicates whether the last OUT parameter read was a return null. @return true if the last param read was null else false. @throws SQLException , if the statement is already closed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|