From fab8a7ddf951ed3697760093b43a612fa51a78c6 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Mon, 22 Jun 2009 07:28:47 +0000 Subject: =?UTF-8?q?=E2=80=A2=20first=20steps=20to=20synchronize=20CustomQu?= =?UTF-8?q?ery=20table=20and=20ContentTable=20-=20CustomQuery=20table=20no?= =?UTF-8?q?w=20allows=20to=20copy=20selected=20rows=20as=20SQL=20INSERT=20?= =?UTF-8?q?(table=20name=20is=20set=20to=20""=20-=20if=20a=20field?= =?UTF-8?q?=20is=20a=20blob=20display=20only=20the=20first=20255=20bytes/c?= =?UTF-8?q?hars=20in=20the=20CQ=20table=20for=20speed=20reasons=20-=20blob?= =?UTF-8?q?=20fields=20in=20CQ=20does=20not=20listen=20to=20the=20pref=20s?= =?UTF-8?q?etting=20for=20"LoadBlobsAsNeeded"=20because=20it=20could=20hap?= =?UTF-8?q?pen=20that=20no=20one-to-one=20relation=20to=20their=20original?= =?UTF-8?q?=20data=20will=20be=20found?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/CustomQuery.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Source/CustomQuery.h') diff --git a/Source/CustomQuery.h b/Source/CustomQuery.h index 0be5dc0d..6c33a375 100644 --- a/Source/CustomQuery.h +++ b/Source/CustomQuery.h @@ -88,6 +88,9 @@ int helpTarget; WebHistory *helpHistory; NSString *helpHTMLTemplate; + + NSMutableArray *fullResult; + NSArray *columnDefinition; } @@ -123,6 +126,7 @@ // Accessors - (NSArray *)currentResult; +- (NSArray *)fetchResultAsArray:(CMMCPResult *)theResult; // MySQL Help - (NSString *)getHTMLformattedMySQLHelpFor:(NSString *)aString; -- cgit v1.2.3