KNYSyncMetaObject Class Reference
| Inherits from | NSObject |
| Declared in | KNYSyncMetaObject.h |
Instance Methods
addColumn:
add new column to a SyncObject.
- (void)addColumn:(NSString *)columnNameParameters
- columnName
columnName
Discussion
add new column to a SyncObject.
Declared In
KNYSyncMetaObject.haddColumn:withtype:
add new column with specified data type to a SyncObject.
- (void)addColumn:(NSString *)columnName withtype:(sqliteDataType)dataTypeParameters
- columnName
columnName
- columnType
columnType
Discussion
add new column with specified data type to a SyncObject.
Declared In
KNYSyncMetaObject.h