iOSSQLiteDatabaseField

From Xojo Documentation

Class (inherits from Object)

Used to access the values of fields in a row of an iOSSQLiteDatabase table.

Properties
BooleanValue fa-lock-32.png Int64Value fa-lock-32.png TextValue fa-lock-32.png
CurrencyValue fa-lock-32.png IntegerValue fa-lock-32.png Value fa-lock-32.png
DateValue fa-lock-32.png Name fa-lock-32.png
DoubleValue fa-lock-32.png NativeValue fa-lock-32.png

Notes

You cannot modify the data in iOSSQLiteDatabaseField. If you need to modify the data in your SQLite database you'll need to use SQL with iOSSQLiteDatabase.SQLExecute.

See Also

iOSSQLiteDatabase, iOSSQLiteException, iOSSQLiteRecordSet classes