Fixed DBResultSet.IsFieldNull
This commit is contained in:
parent
4e275eea97
commit
8627fe1fa8
@ -223,7 +223,7 @@ methodmap DBResultSet < Handle
|
|||||||
// @param field The field index (starting from 0).
|
// @param field The field index (starting from 0).
|
||||||
// @return True if data is NULL, false otherwise.
|
// @return True if data is NULL, false otherwise.
|
||||||
// @error Invalid field index, or no current result set.
|
// @error Invalid field index, or no current result set.
|
||||||
public native bool IsFieldNull(Handle query, int field);
|
public native bool IsFieldNull(int field);
|
||||||
|
|
||||||
// Returns the length of a field's data in the current row of a result
|
// Returns the length of a field's data in the current row of a result
|
||||||
// set. This only needs to be called for strings to determine how many
|
// set. This only needs to be called for strings to determine how many
|
||||||
|
Loading…
Reference in New Issue
Block a user