public interface RowExt extends Row
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.| Modifier and Type | Method and Description |
|---|---|
boolean |
wasNull() |
boolean wasNull()
throws IOException
IOException