diff options
Diffstat (limited to 'Source/SPCustomQuery.h')
-rw-r--r-- | Source/SPCustomQuery.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/SPCustomQuery.h b/Source/SPCustomQuery.h index 30e64ef5..e8710340 100644 --- a/Source/SPCustomQuery.h +++ b/Source/SPCustomQuery.h @@ -144,6 +144,7 @@ BOOL reloadingExistingResult; BOOL queryIsTableSorter; BOOL isDesc; + BOOL isFieldEditable; NSNumber *sortField; NSIndexSet *selectionIndexToRestore; @@ -240,8 +241,8 @@ - (void)commentOut; - (void)commentOutCurrentQueryTakingSelection:(BOOL)takeSelection; - (NSString *)usedQuery; -- (NSString *)argumentForRow:(NSUInteger)rowIndex ofTable:(NSString *)tableForColumn andDatabase:(NSString *)database; -- (NSInteger)fieldEditStatusForRow:(NSInteger)rowIndex andColumn:(NSInteger)columnIndex; +- (NSString *)argumentForRow:(NSUInteger)rowIndex ofTable:(NSString *)tableForColumn andDatabase:(NSString *)database includeBlobs:(BOOL)includeBlobs; +- (NSArray*)fieldEditStatusForRow:(NSInteger)rowIndex andColumn:(NSInteger)columnIndex; - (NSUInteger)numberOfQueries; - (NSString *)buildHistoryString; |