iOSSQLiteDatabaseField
From Xojo Documentation
Class (inherits from Object)
This class is supported on Mobile (iOS). Use #If...#Endif with the Target... constants to ensure you only use this class where it is supported. |
Used to access the values of fields in a row of an iOSSQLiteDatabase table.
Properties | ||||||||||
|
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