|
@@ -46,12 +46,12 @@
|
|
|
|
|
|
|
|
- (BOOL)executeUpdate:(NSString*)sql, ...;
|
|
- (BOOL)executeUpdate:(NSString*)sql, ...;
|
|
|
- (BOOL)executeUpdate:(NSString*)sql withArgumentsInArray:(NSArray *)arguments;
|
|
- (BOOL)executeUpdate:(NSString*)sql withArgumentsInArray:(NSArray *)arguments;
|
|
|
-- (id)executeQuery:(NSString *)sql withArgumentsInArray:(NSArray*)arrayArgs orVAList:(va_list)args; // you shouldn't ever need to call this. use the previous two instead.
|
|
|
|
|
-
|
|
|
|
|
-- (id)executeQuery:(NSString*)sql, ...;
|
|
|
|
|
-- (id)executeQuery:(NSString *)sql withArgumentsInArray:(NSArray *)arguments;
|
|
|
|
|
- (BOOL)executeUpdate:(NSString*)sql withArgumentsInArray:(NSArray*)arrayArgs orVAList:(va_list)args; // you shouldn't ever need to call this. use the previous two instead.
|
|
- (BOOL)executeUpdate:(NSString*)sql withArgumentsInArray:(NSArray*)arrayArgs orVAList:(va_list)args; // you shouldn't ever need to call this. use the previous two instead.
|
|
|
|
|
|
|
|
|
|
+- (FMResultSet *)executeQuery:(NSString*)sql, ...;
|
|
|
|
|
+- (FMResultSet *)executeQuery:(NSString *)sql withArgumentsInArray:(NSArray *)arguments;
|
|
|
|
|
+- (FMResultSet *)executeQuery:(NSString *)sql withArgumentsInArray:(NSArray*)arrayArgs orVAList:(va_list)args; // you shouldn't ever need to call this. use the previous two instead.
|
|
|
|
|
+
|
|
|
- (BOOL)rollback;
|
|
- (BOOL)rollback;
|
|
|
- (BOOL)commit;
|
|
- (BOOL)commit;
|
|
|
- (BOOL)beginTransaction;
|
|
- (BOOL)beginTransaction;
|