Class nextdb.html.Reflector
Object
|
+--nextdb.html.Reflector
- class
nextdb.html.Reflector
Reflector is a graphical object inspection tool. Since the Query class dynamically binds the query results into an object tree, this class allows you to easily inspect the object in a easy-to-read graphical format.
object 0
object USER
string PK="1"
string first_name="John"
string last_name="Doe"
string email="jd@nevnull.com"
string login="john"
string password="letmein"
string creation_date="2007-12-19 14:57:23.103 GMT"
string last_login="2007-12-19 14:57:23.104 GMT"
object 1
object USER
string PK="2"
string first_name="Jane"
string last_name="Doe"
string email="jd2@nevnull.com"
string login="jane"
string password="letmein"
string creation_date="2007-12-19 14:57:50.4 GMT"
string last_login="2007-12-19 14:57:50.401 GMT"
Defined in api.docs.js
|
Method Summary |
Object
|
getHTML()
|
void
|
reflect(<Object> obj)
pass in the object under inspection
|
void
|
show()
call show to print the object tree to a dynamically generated div
|
nextdb.html.Reflector
nextdb.html.Reflector()
getHTML
Object getHTML()
reflect
void reflect(<Object> obj)
pass in the object under inspection
show
void show()
call show to print the object tree to a dynamically generated div
Documentation generated by
JSDoc on Fri Apr 1 10:54:23 2011