Interface RowExt
- All Superinterfaces:
Row
An extension of the
Row interface to support #wasNull(). Not all
ports currently implement this interface. Currently this is supported in iOS, Simulator,
UWP, and Android ports. Use Database#supportsWasNull(com.codename1.db.Row) to check
whether a row supports wasNull(), and use Database#wasNull(com.codename1.db.Row) as
an abstraction to avoid needing to cast a Row to RowExt.-
Method Summary
Methods inherited from interface Row
getBlob, getDouble, getFloat, getInteger, getLong, getShort, getStringModifier and TypeMethodDescriptionbyte[]getBlob(int index) Gets column value by index.doublegetDouble(int index) Gets column value by index.floatgetFloat(int index) Gets column value by index.intgetInteger(int index) Gets column value by index.longgetLong(int index) Gets column value by index.shortgetShort(int index) Gets column value by index.getString(int index) Gets column value by index.
-
Method Details
-
wasNull
- Throws:
IOException
-