> You've gone and done it now, worm, can, open...

LOL, I know what you mean...  :)

> ... does a CF query map to a built in Java dataype or is 
> there a Query class?

It's a non-standard (i.e. created for CF) class called
coldfusion.sql.QueryTable.

> Got any more exmaples? Got any code to help explore this new
> gold mine? The service factory was fun but this looks like it
> might be even better! (If anyone's reading this, I didn't
> just say that :OP)

Weeeeeellll, the way I do it is just by being nosey!  I wrote the
attached script a while ago -- it creates an instance of an object
(whatever you like - there examples in there of java classes, CF
objects, CF basic types, etc) and then outputs loads of info about it,
such as superclasses, constructors, field names and methods.  Method
information also includes argument and return types.

If you're wondering how to find out what CF classes there are available
to you to poke around in, just take a copy of cfusion.jar
(%cfroot%/lib/cfusion.jar), rename it cfusion.zip and run it through
winzip.  And before someone says, it's all perfectly legit!  We're not
decompiling class files or anything like that.

If anyone finds out anything interesting, let us know :)

Tim.

--
-------------------------------------------------------
Badpen Tech - CF and web-tech: http://tech.badpen.com/
-------------------------------------------------------
RAWNET LTD - Internet, New Media and ebusiness Gurus.
WE'VE MOVED - for our new address, please visit our
website at http://www.rawnet.com/ or call us any time
on 0800 294 24 24.
-------------------------------------------------------
This message may contain information which is legally
privileged and/or confidential.  If you are not the
intended recipient, you are hereby notified that any
unauthorised disclosure, copying, distribution or use
of this information is strictly prohibited. Such
notification notwithstanding, any comments, opinions,
information or conclusions expressed in this message
are those of the originator, not of rawnet limited,
unless otherwise explicitly and independently indicated
by an authorised representative of rawnet limited.
------------------------------------------------------- 

-- 
These lists are syncronised with the CFDeveloper forum at 
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
 
CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by 
activepdf.com*
      *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
           *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com*

To unsubscribe, e-mail: [EMAIL PROTECTED]

Reply via email to