Merge pull request #425 from WildCard65/WildCard65-FixedDBI.inc

Fixed DBResultSet.IsFieldNull
This commit is contained in:
Nicholas Hastings 2015-10-13 15:12:18 -04:00
commit 366c3c0e16

View File

@ -223,7 +223,7 @@ methodmap DBResultSet < Handle
// @param field The field index (starting from 0).
// @return True if data is NULL, false otherwise.
// @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
// set. This only needs to be called for strings to determine how many