root/GearsORM/trunk/docs/index/Properties.html

Revision 414, 3.8 kB (checked in by uriel, 8 months ago)

*updated docs
*changed version to 0.2.1

Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
2
3<html><head><title>Property Index</title><link rel="stylesheet" type="text/css" href="../styles/main.css"><script language=JavaScript src="../javascript/main.js"></script></head><body class=UnframedPage onLoad="NDOnLoad()"><script language=JavaScript><!--
4if (browserType) {document.write("<div class=" + browserType + ">");if (browserVer) {document.write("<div class=" + browserVer + ">"); }}// --></script>
5
6<!--  Generated by Natural Docs, version 1.35 -->
7<!--  http://www.naturaldocs.org  -->
8
9<!-- saved from url=(0026)http://www.naturaldocs.org -->
10
11<table border=0 cellspacing=0 cellpadding=0 width=100%><tr><td class=MenuSection valign=top><!--START_ND_MENU--><div class=MEntry><div class=MFile><a href="../files/GearsORM-Events-js.html">Events.js</a></div></div><div class=MEntry><div class=MFile><a href="../files/GearsORM-Fields-js.html">Fields.js</a></div></div><div class=MEntry><div class=MFile><a href="../files/GearsORM-Introspection-js.html">Introspection.js</a></div></div><div class=MEntry><div class=MFile><a href="../files/GearsORM-js.html">js</a></div></div><div class=MEntry><div class=MFile><a href="../files/GearsORM-Model-js.html">Model.js</a></div></div><div class=MEntry><div class=MFile><a href="../files/GearsORM-ResultIterator-js.html">ResultIterator.js</a></div></div><div class=MEntry><div class=MFile><a href="../files/GearsORM-Sql-js.html">Sql.js</a></div></div><div class=MEntry><div class=MFile><a href="../files/GearsORM-Transaction-js.html">Transaction.js</a></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent1')">Index</a><div class=MGroupContent id=MGroupContent1><div class=MEntry><div class=MIndex><a href="General.html">Everything</a></div></div><div class=MEntry><div class=MIndex><a href="Classes.html">Classes</a></div></div><div class=MEntry><div class=MIndex><a href="Files.html">Files</a></div></div><div class=MEntry><div class=MIndex><a href="Functions.html">Functions</a></div></div><div class=MEntry><div class=MIndex id=MSelected>Properties</div></div></div></div></div><!--END_ND_MENU--></td><td class=IndexSection valign=top><div class=IPageTitle>Property Index</div><div class=INavigationBar>$#! &middot; 0-9 &middot; A &middot; B &middot; C &middot; D &middot; E &middot; F &middot; G &middot; H &middot; I &middot; J &middot; K &middot; L &middot; M &middot; N &middot; O &middot; P &middot; Q &middot; R &middot; <a href="#S">S</a> &middot; T &middot; U &middot; V &middot; W &middot; X &middot; Y &middot; Z</div><table border=0 cellspacing=0 cellpadding=0><tr><td class=IHeading id=IFirstHeading><a name="S"></a>S</td><td></td></tr><tr><td class=ISymbolPrefix id=IOnlySymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/GearsORM-Introspection-js.html#GearsORM.Introspection.GearsORM.Introspection.sqliteMasterModel" id=link1 onMouseOver="ShowTip(event, 'tt1', 'link1')" onMouseOut="HideTip('tt1')" class=ISymbol>sqliteMasterModel</a>, <span class=IParent>GearsORM.<span class=HB> </span>Introspection.<span class=HB> </span>GearsORM.<span class=HB> </span>Introspection</span></td></tr></table>
12<!--START_ND_TOOLTIPS-->
13<div class=CToolTip id="tt1"><div class=CProperty>a model to work with sqlite_master(provide information on the schema) table sqlite_master definition from sqlite site: CREATE TABLE sqlite_master ( type TEXT, name TEXT, tbl_name TEXT, rootpage INTEGER, sql TEXT );</div></div><!--END_ND_TOOLTIPS-->
14
15</td></tr></table><div class=Footer><!--START_ND_FOOTER-->Generated by <a href="http://www.naturaldocs.org">Natural Docs</a><!--END_ND_FOOTER--></div><script language=JavaScript><!--
16if (browserType) {if (browserVer) {document.write("</div>"); }document.write("</div>");}// --></script></body></html>
Note: See TracBrowser for help on using the browser.