Changeset 329 for GearsORM/trunk/docs
- Timestamp:
- 08/21/07 18:07:22 (17 months ago)
- Location:
- GearsORM/trunk/docs
- Files:
-
- 25 modified
-
Data/ConfigFileInfo.nd (modified) (1 diff)
-
Data/FileInfo.nd (modified) (1 diff)
-
Data/IndexInfo.nd (modified) (previous)
-
Data/PreviousMenuState.nd (modified) (previous)
-
Data/SymbolTable.nd (modified) (previous)
-
Menu.txt (modified) (1 diff)
-
files/GearsORM-Fields-js.html (modified) (2 diffs)
-
files/GearsORM-Introspection-js.html (modified) (1 diff)
-
files/GearsORM-Model-js.html (modified) (4 diffs)
-
files/GearsORM-ResultIterator-js.html (modified) (1 diff)
-
files/GearsORM-js.html (modified) (1 diff)
-
index.html (modified) (1 diff)
-
index/Classes.html (modified) (1 diff)
-
index/Files.html (modified) (2 diffs)
-
index/Functions.html (modified) (4 diffs)
-
index/General.html (modified) (5 diffs)
-
index/Properties.html (modified) (1 diff)
-
javascript/searchdata.js (modified) (4 diffs)
-
search/FilesG.html (modified) (1 diff)
-
search/FunctionsC.html (modified) (1 diff)
-
search/FunctionsT.html (modified) (1 diff)
-
search/GeneralC.html (modified) (1 diff)
-
search/GeneralF.html (modified) (1 diff)
-
search/GeneralG.html (modified) (1 diff)
-
search/GeneralT.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
GearsORM/trunk/docs/Data/ConfigFileInfo.nd
r310 r329 1 1 $ 2 F »ÔFŠ5FŠ5FŠ5FŠ52 FËaFŠ5FŠ5FŠ5FŠ5 -
GearsORM/trunk/docs/Data/FileInfo.nd
r310 r329 1 1 Development Release 02-10-2007 (1.35 base) 2 2 JavaScript 3 D:\Uri\workspace\GearsORM\build\GearsORM.Introspection.js 118 67147581 GearsORM.Introspection.js3 D:\Uri\workspace\GearsORM\build\GearsORM.Introspection.js 1187480124 1 GearsORM.Introspection.js 4 4 D:\Uri\workspace\GearsORM\build\GearsORM.js 1186713099 1 GearsORM.js 5 D:\Uri\workspace\GearsORM\build\GearsORM.Sql.js 1185307118 0 D:\Uri\workspace\GearsORM\build\GearsORM.Sql.js 6 D:\Uri\workspace\GearsORM\build\GearsORM.Model.js 1185324582 1 GearsORM.Model.js 7 D:\Uri\workspace\GearsORM\build\GearsORM.ResultIterator.js 1185319521 1 GearsORM.ResultIterator.js 8 D:\Uri\workspace\GearsORM\build\GearsORM.Fields.js 1185318622 1 GearsORM.Fields.js 5 D:\Uri\workspace\GearsORM\build\GearsORM.Sql.js 1187486892 0 D:\Uri\workspace\GearsORM\build\GearsORM.Sql.js 6 D:\Uri\workspace\GearsORM\build\GearsORM.Model.js 1187488207 1 GearsORM.Model.js 7 D:\Uri\workspace\GearsORM\build\GearsORM.ResultIterator.js 1186947869 1 GearsORM.ResultIterator.js 8 D:\Uri\workspace\GearsORM\build\GearsORM.Transaction.js 1187733872 1 GearsORM.Transaction.js 9 D:\Uri\workspace\GearsORM\build\GearsORM.Fields.js 1187733124 1 GearsORM.Fields.js -
GearsORM/trunk/docs/Menu.txt
r310 r329 52 52 File: GearsORM.Model.js (GearsORM.Model.js) 53 53 File: GearsORM.ResultIterator.js (GearsORM.ResultIterator.js) 54 File: GearsORM.Transaction.js (GearsORM.Transaction.js) 54 55 55 56 Group: Index { -
GearsORM/trunk/docs/files/GearsORM-Fields-js.html
r310 r329 30 30 <div class="CFunction CTopic"><h3 class=CTitle><a name="GearsORM.Fields.ManyToOne.getRelatedClass"></a>getRelatedClass</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td>getRelatedClass:function()</td></tr></table></blockquote><p class=CParagraph>return the related model class</p></div></div> 31 31 32 <div class="CClass CTopic"><h2 class=CTitle><a name="GearsORM.Fields.OneToMany"></a>GearsORM.<span class=HB> </span>Fields.<span class=HB> </span>OneToMany</h2><div class=CBody><p class=CParagraph>represent a forigen key relation</p><h4 class=CHeading>Constructor</h4><h4 class=CHeading>Parameters</h4><table border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>options</td><td class=CDLDescription>a object that look like this: { related:”name_of_the_related_table”, onDeleteCascade:if true this will create triggers to emulate a ON DELETE CASCADE,if this is false it will do ON DELETE RESTRICT }</td></tr></table><!--START_ND_SUMMARY--><div class=Summary><div class=STitle>Summary</div><div class=SBody><table border=0 cellspacing=0 cellpadding=0 class=STable><tr class="SGroup"><td class=SEntry><a href="#GearsORM.Fields.OneToMany.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent1 SMarked"><td class=SEntry><a href="#GearsORM.Fields.OneToMany.copy" id=link22 onMouseOver="ShowTip(event, 'tt6', 'link22')" onMouseOut="HideTip('tt6')">copy</a></td><td class=SDescription>create a copy of this object</td></tr><tr class="SFunction SIndent1"><td class=SEntry><a href="#GearsORM.Fields.OneToMany.toSql" id=link23 onMouseOver="ShowTip(event, 'tt7', 'link23')" onMouseOut="HideTip('tt7')">toSql</a></td><td class=SDescription>return the sql string for this field</td></tr><tr class="SFunction SIndent1 SMarked"><td class=SEntry><a href="#GearsORM.Fields.OneToMany.getRelatedClass" id=link24 onMouseOver="ShowTip(event, 'tt8', 'link24')" onMouseOut="HideTip('tt8')">getRelatedClass</a></td><td class=SDescription>return the related model class</td></tr></table></div></div><!--END_ND_SUMMARY--></div></div>32 <div class="CClass CTopic"><h2 class=CTitle><a name="GearsORM.Fields.OneToMany"></a>GearsORM.<span class=HB> </span>Fields.<span class=HB> </span>OneToMany</h2><div class=CBody><p class=CParagraph>represent a forigen key relation</p><h4 class=CHeading>Constructor</h4><h4 class=CHeading>Parameters</h4><table border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>options</td><td class=CDLDescription>a object that look like this: { related:”name_of_the_related_table”, onDeleteCascade:if true this will create triggers to emulate a ON DELETE CASCADE,if this is false it will do ON DELETE RESTRICT, allowNull:allow a null value }</td></tr></table><!--START_ND_SUMMARY--><div class=Summary><div class=STitle>Summary</div><div class=SBody><table border=0 cellspacing=0 cellpadding=0 class=STable><tr class="SGroup"><td class=SEntry><a href="#GearsORM.Fields.OneToMany.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent1 SMarked"><td class=SEntry><a href="#GearsORM.Fields.OneToMany.copy" id=link22 onMouseOver="ShowTip(event, 'tt6', 'link22')" onMouseOut="HideTip('tt6')">copy</a></td><td class=SDescription>create a copy of this object</td></tr><tr class="SFunction SIndent1"><td class=SEntry><a href="#GearsORM.Fields.OneToMany.toSql" id=link23 onMouseOver="ShowTip(event, 'tt7', 'link23')" onMouseOut="HideTip('tt7')">toSql</a></td><td class=SDescription>return the sql string for this field</td></tr><tr class="SFunction SIndent1 SMarked"><td class=SEntry><a href="#GearsORM.Fields.OneToMany.getRelatedClass" id=link24 onMouseOver="ShowTip(event, 'tt8', 'link24')" onMouseOut="HideTip('tt8')">getRelatedClass</a></td><td class=SDescription>return the related model class</td></tr></table></div></div><!--END_ND_SUMMARY--></div></div> 33 33 34 34 <div class="CGroup CTopic"><h3 class=CTitle><a name="GearsORM.Fields.OneToMany.Functions"></a>Functions</h3></div> … … 68 68 69 69 70 <div id=Menu><div class="MFile MEntry" id=MSelected>GearsORM.<span class=HB> </span>Fields.js</div><div class="MFile MEntry"><a href="GearsORM-Introspection-js.html">GearsORM.<span class=HB> </span>Introspection.js</a></div><div class="MFile MEntry"><a href="GearsORM-js.html">GearsORM.js</a></div><div class="MFile MEntry"><a href="GearsORM-Model-js.html">GearsORM.<span class=HB> </span>Model.js</a></div><div class="MFile MEntry"><a href="GearsORM-ResultIterator-js.html">GearsORM.<span class=HB> </span>ResultIterator.js</a></div><div class="M Group MEntry"><a href="javascript:ToggleMenu('MGroupContent1')">Index</a><div class=MGroupContent id=MGroupContent1><div class="MIndex MEntry"><a href="../index/General.html">Everything</a></div><div class="MIndex MEntry"><a href="../index/Classes.html">Classes</a></div><div class="MIndex MEntry"><a href="../index/Files.html">Files</a></div><div class="MIndex MEntry"><a href="../index/Functions.html">Functions</a></div><div class="MIndex MEntry"><a href="../index/Properties.html">Properties</a></div></div></div><script type="text/javascript"><!--70 <div id=Menu><div class="MFile MEntry" id=MSelected>GearsORM.<span class=HB> </span>Fields.js</div><div class="MFile MEntry"><a href="GearsORM-Introspection-js.html">GearsORM.<span class=HB> </span>Introspection.js</a></div><div class="MFile MEntry"><a href="GearsORM-js.html">GearsORM.js</a></div><div class="MFile MEntry"><a href="GearsORM-Model-js.html">GearsORM.<span class=HB> </span>Model.js</a></div><div class="MFile MEntry"><a href="GearsORM-ResultIterator-js.html">GearsORM.<span class=HB> </span>ResultIterator.js</a></div><div class="MFile MEntry"><a href="GearsORM-Transaction-js.html">GearsORM.<span class=HB> </span>Transaction.js</a></div><div class="MGroup MEntry"><a href="javascript:ToggleMenu('MGroupContent1')">Index</a><div class=MGroupContent id=MGroupContent1><div class="MIndex MEntry"><a href="../index/General.html">Everything</a></div><div class="MIndex MEntry"><a href="../index/Classes.html">Classes</a></div><div class="MIndex MEntry"><a href="../index/Files.html">Files</a></div><div class="MIndex MEntry"><a href="../index/Functions.html">Functions</a></div><div class="MIndex MEntry"><a href="../index/Properties.html">Properties</a></div></div></div><script type="text/javascript"><!-- 71 71 var searchPanel = new SearchPanel("searchPanel", "HTML", "../search"); 72 72 --></script><div id=MSearchPanel class=MSearchPanelInactive><input type=text id=MSearchField value=Search onFocus="searchPanel.OnSearchFieldFocus(true)" onBlur="searchPanel.OnSearchFieldFocus(false)" onKeyUp="searchPanel.OnSearchFieldChange()"><select id=MSearchType onFocus="searchPanel.OnSearchTypeFocus(true)" onBlur="searchPanel.OnSearchTypeFocus(false)" onChange="searchPanel.OnSearchTypeChange()"><option id=MSearchEverything selected value="General">Everything</option><option value="Classes">Classes</option><option value="Files">Files</option><option value="Functions">Functions</option><option value="Properties">Properties</option></select></div><div id=MSearchResultsWindow><iframe src="" frameborder=0 name=MSearchResults id=MSearchResults></iframe><a href="javascript:searchPanel.CloseResultsWindow()" id=MSearchResultsWindowClose>Close</a></div></div><!--Menu--> -
GearsORM/trunk/docs/files/GearsORM-Introspection-js.html
r310 r329 30 30 31 31 32 <div id=Menu><div class="MFile MEntry"><a href="GearsORM-Fields-js.html">GearsORM.<span class=HB> </span>Fields.js</a></div><div class="MFile MEntry" id=MSelected>GearsORM.<span class=HB> </span>Introspection.js</div><div class="MFile MEntry"><a href="GearsORM-js.html">GearsORM.js</a></div><div class="MFile MEntry"><a href="GearsORM-Model-js.html">GearsORM.<span class=HB> </span>Model.js</a></div><div class="MFile MEntry"><a href="GearsORM-ResultIterator-js.html">GearsORM.<span class=HB> </span>ResultIterator.js</a></div><div class="M Group MEntry"><a href="javascript:ToggleMenu('MGroupContent1')">Index</a><div class=MGroupContent id=MGroupContent1><div class="MIndex MEntry"><a href="../index/General.html">Everything</a></div><div class="MIndex MEntry"><a href="../index/Classes.html">Classes</a></div><div class="MIndex MEntry"><a href="../index/Files.html">Files</a></div><div class="MIndex MEntry"><a href="../index/Functions.html">Functions</a></div><div class="MIndex MEntry"><a href="../index/Properties.html">Properties</a></div></div></div><script type="text/javascript"><!--32 <div id=Menu><div class="MFile MEntry"><a href="GearsORM-Fields-js.html">GearsORM.<span class=HB> </span>Fields.js</a></div><div class="MFile MEntry" id=MSelected>GearsORM.<span class=HB> </span>Introspection.js</div><div class="MFile MEntry"><a href="GearsORM-js.html">GearsORM.js</a></div><div class="MFile MEntry"><a href="GearsORM-Model-js.html">GearsORM.<span class=HB> </span>Model.js</a></div><div class="MFile MEntry"><a href="GearsORM-ResultIterator-js.html">GearsORM.<span class=HB> </span>ResultIterator.js</a></div><div class="MFile MEntry"><a href="GearsORM-Transaction-js.html">GearsORM.<span class=HB> </span>Transaction.js</a></div><div class="MGroup MEntry"><a href="javascript:ToggleMenu('MGroupContent1')">Index</a><div class=MGroupContent id=MGroupContent1><div class="MIndex MEntry"><a href="../index/General.html">Everything</a></div><div class="MIndex MEntry"><a href="../index/Classes.html">Classes</a></div><div class="MIndex MEntry"><a href="../index/Files.html">Files</a></div><div class="MIndex MEntry"><a href="../index/Functions.html">Functions</a></div><div class="MIndex MEntry"><a href="../index/Properties.html">Properties</a></div></div></div><script type="text/javascript"><!-- 33 33 var searchPanel = new SearchPanel("searchPanel", "HTML", "../search"); 34 34 --></script><div id=MSearchPanel class=MSearchPanelInactive><input type=text id=MSearchField value=Search onFocus="searchPanel.OnSearchFieldFocus(true)" onBlur="searchPanel.OnSearchFieldFocus(false)" onKeyUp="searchPanel.OnSearchFieldChange()"><select id=MSearchType onFocus="searchPanel.OnSearchTypeFocus(true)" onBlur="searchPanel.OnSearchTypeFocus(false)" onChange="searchPanel.OnSearchTypeChange()"><option id=MSearchEverything selected value="General">Everything</option><option value="Classes">Classes</option><option value="Files">Files</option><option value="Functions">Functions</option><option value="Properties">Properties</option></select></div><div id=MSearchResultsWindow><iframe src="" frameborder=0 name=MSearchResults id=MSearchResults></iframe><a href="javascript:searchPanel.CloseResultsWindow()" id=MSearchResultsWindowClose>Close</a></div></div><!--Menu--> -
GearsORM/trunk/docs/files/GearsORM-Model-js.html
r310 r329 12 12 13 13 14 <div id=Content><div class="CFile CTopic" id=MainTopic><h1 class=CTitle><a name="GearsORM.Model.js"></a>GearsORM.<span class=HB> </span>Model.js</h1><div class=CBody><p class=CParagraph>Contains GearsORM.Model a metaclass used to define models</p><h4 class=CHeading>License</h4><p class=CParagraph>MIT-style license.</p><!--START_ND_SUMMARY--><div class=Summary><div class=STitle>Summary</div><div class=SBody><table border=0 cellspacing=0 cellpadding=0 class=STable><tr class="SMain"><td class=SEntry><a href="#GearsORM.Model.js" >GearsORM.<span class=HB> </span>Model.js</a></td><td class=SDescription>Contains GearsORM.Model a metaclass used to define models</td></tr><tr class="SClass"><td class=SEntry><a href="#GearsORM.Model" >GearsORM.<span class=HB> </span>Model</a></td><td class=SDescription>a metaclass to define models that represent database tables. </td></tr><tr class="SClass"><td class=SEntry><a href="#GearsORM.Model.model" >GearsORM.<span class=HB> </span>Model.<span class=HB> </span>model</a></td><td class=SDescription>represent a model instance</td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#GearsORM.Model.model.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#GearsORM.Model.model.remove" id=link1 onMouseOver="ShowTip(event, 'tt1', 'link1')" onMouseOut="HideTip('tt1')">remove</a></td><td class=SDescription>remove the instance from the database</td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#GearsORM.Model.model.save" id=link2 onMouseOver="ShowTip(event, 'tt2', 'link2')" onMouseOut="HideTip('tt2')">save</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#GearsORM.Model.model. update" id=link3 onMouseOver="ShowTip(event, 'tt3', 'link3')" onMouseOut="HideTip('tt3')">update</a></td><td class=SDescription>update instance into database,use save instead.</td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#GearsORM.Model.model.insert" id=link4 onMouseOver="ShowTip(event, 'tt4', 'link4')" onMouseOut="HideTip('tt4')">insert</a></td><td class=SDescription>insert instance into database,use save instead.</td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#GearsORM.Model.model._updateInsert" id=link5 onMouseOver="ShowTip(event, 'tt5', 'link5')" onMouseOut="HideTip('tt5')">_updateInsert</a></td><td class=SDescription>do the actual insert/update,used by insert and update methods.</td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#GearsORM.Model.model.refresh" id=link6 onMouseOver="ShowTip(event, 'tt6', 'link6')" onMouseOut="HideTip('tt6')">refresh</a></td><td class=SDescription>refresh the model data from database.</td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#GearsORM.Model.model._populateFromResult" id=link7 onMouseOver="ShowTip(event, 'tt7', 'link7')" onMouseOut="HideTip('tt7')">_populateFromResult</a></td><td class=SDescription>populate the instance from a ResultSet.</td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#GearsORM.Model.model.select" id=link8 onMouseOver="ShowTip(event, 'tt8', 'link8')" onMouseOut="HideTip('tt8')">select</a></td><td class=SDescription>do a SELECT on the model</td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#GearsORM.Model.model.remove" id=link9 onMouseOver="ShowTip(event, 'tt1', 'link9')" onMouseOut="HideTip('tt1')">remove</a></td><td class=SDescription>do a DELETE on the model</td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#GearsORM.Model.model.createTable" id=link10 onMouseOver="ShowTip(event, 'tt9', 'link10')" onMouseOut="HideTip('tt9')">createTable</a></td><td class=SDescription>create the table for this model,creating triggers for forigenkeys and creating many-to-many tables if needed.</td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#GearsORM.Model.model.dropTable" id=link11 onMouseOver="ShowTip(event, 'tt10', 'link11')" onMouseOut="HideTip('tt10')">dropTable</a></td><td class=SDescription>drop the table and all associate triggers.</td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#GearsORM.Model.model.createTriggers" id=link12 onMouseOver="ShowTip(event, 'tt11', 'link12')" onMouseOut="HideTip('tt11')">createTriggers</a></td><td class=SDescription>create triggers to inforce forigenkeys.</td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#GearsORM.Model.model.dropTriggers" id=link13 onMouseOver="ShowTip(event, 'tt12', 'link13')" onMouseOut="HideTip('tt12')">dropTriggers</a></td><td class=SDescription>drop triggers related to the table.</td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#GearsORM.Model.model.load" id=link14 onMouseOver="ShowTip(event, 'tt13', 'link14')" onMouseOut="HideTip('tt13')">load</a></td><td class=SDescription>load objects from a array to the database.</td></tr></table></div></div><!--END_ND_SUMMARY--></div></div>14 <div id=Content><div class="CFile CTopic" id=MainTopic><h1 class=CTitle><a name="GearsORM.Model.js"></a>GearsORM.<span class=HB> </span>Model.js</h1><div class=CBody><p class=CParagraph>Contains GearsORM.Model a metaclass used to define models</p><h4 class=CHeading>License</h4><p class=CParagraph>MIT-style license.</p><!--START_ND_SUMMARY--><div class=Summary><div class=STitle>Summary</div><div class=SBody><table border=0 cellspacing=0 cellpadding=0 class=STable><tr class="SMain"><td class=SEntry><a href="#GearsORM.Model.js" >GearsORM.<span class=HB> </span>Model.js</a></td><td class=SDescription>Contains GearsORM.Model a metaclass used to define models</td></tr><tr class="SClass"><td class=SEntry><a href="#GearsORM.Model" >GearsORM.<span class=HB> </span>Model</a></td><td class=SDescription>a metaclass to define models that represent database tables. </td></tr><tr class="SClass"><td class=SEntry><a href="#GearsORM.Model.model" >GearsORM.<span class=HB> </span>Model.<span class=HB> </span>model</a></td><td class=SDescription>represent a model instance</td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#GearsORM.Model.model.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#GearsORM.Model.model.remove" id=link1 onMouseOver="ShowTip(event, 'tt1', 'link1')" onMouseOut="HideTip('tt1')">remove</a></td><td class=SDescription>remove the instance from the database</td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#GearsORM.Model.model.save" id=link2 onMouseOver="ShowTip(event, 'tt2', 'link2')" onMouseOut="HideTip('tt2')">save</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#GearsORM.Model.model._updateInsert" id=link3 onMouseOver="ShowTip(event, 'tt3', 'link3')" onMouseOut="HideTip('tt3')">_updateInsert</a></td><td class=SDescription>do the actual insert/update,used by save method.</td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#GearsORM.Model.model.refresh" id=link4 onMouseOver="ShowTip(event, 'tt4', 'link4')" onMouseOut="HideTip('tt4')">refresh</a></td><td class=SDescription>refresh the model data from database.</td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#GearsORM.Model.model._populateFromResult" id=link5 onMouseOver="ShowTip(event, 'tt5', 'link5')" onMouseOut="HideTip('tt5')">_populateFromResult</a></td><td class=SDescription>populate the instance from a ResultSet.</td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#GearsORM.Model.model.count" id=link6 onMouseOver="ShowTip(event, 'tt6', 'link6')" onMouseOut="HideTip('tt6')">count</a></td><td class=SDescription>do a COUNT on the model</td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#GearsORM.Model.model.select" id=link7 onMouseOver="ShowTip(event, 'tt7', 'link7')" onMouseOut="HideTip('tt7')">select</a></td><td class=SDescription>do a SELECT on the model</td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#GearsORM.Model.model.remove" id=link8 onMouseOver="ShowTip(event, 'tt1', 'link8')" onMouseOut="HideTip('tt1')">remove</a></td><td class=SDescription>do a DELETE on the model</td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#GearsORM.Model.model.createTable" id=link9 onMouseOver="ShowTip(event, 'tt8', 'link9')" onMouseOut="HideTip('tt8')">createTable</a></td><td class=SDescription>create the table for this model,creating triggers for forigenkeys and creating many-to-many tables if needed.</td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#GearsORM.Model.model.dropTable" id=link10 onMouseOver="ShowTip(event, 'tt9', 'link10')" onMouseOut="HideTip('tt9')">dropTable</a></td><td class=SDescription>drop the table and all associate triggers.</td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#GearsORM.Model.model.createTriggers" id=link11 onMouseOver="ShowTip(event, 'tt10', 'link11')" onMouseOut="HideTip('tt10')">createTriggers</a></td><td class=SDescription>create triggers to inforce forigenkeys.</td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#GearsORM.Model.model.dropTriggers" id=link12 onMouseOver="ShowTip(event, 'tt11', 'link12')" onMouseOut="HideTip('tt11')">dropTriggers</a></td><td class=SDescription>drop triggers related to the table.</td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#GearsORM.Model.model.load" id=link13 onMouseOver="ShowTip(event, 'tt12', 'link13')" onMouseOut="HideTip('tt12')">load</a></td><td class=SDescription>load objects from a array to the database.</td></tr></table></div></div><!--END_ND_SUMMARY--></div></div> 15 15 16 16 <div class="CClass CTopic"><h2 class=CTitle><a name="GearsORM.Model"></a>GearsORM.<span class=HB> </span>Model</h2><div class=CBody><p class=CParagraph>a metaclass to define models that represent database tables. a metaclass is a class in which the instances are also classes.</p><h4 class=CHeading>Constructor</h4><h4 class=CHeading>Parameters</h4><table border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>options</td><td class=CDLDescription>a object used to describe the model look like this: { name : “Name of the model table”, fields: { name_of_the_field:a_instance_of_GearsORM.Fields.* } }</td></tr></table></div></div> 17 17 18 <div class="CClass CTopic"><h2 class=CTitle><a name="GearsORM.Model.model"></a>GearsORM.<span class=HB> </span>Model.<span class=HB> </span>model</h2><div class=CBody><p class=CParagraph>represent a model instance</p><h4 class=CHeading>Constructor</h4><h4 class=CHeading>Parameters</h4><table border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>valuesOrRowID</td><td class=CDLDescription>(optional)a object used to initialize the model instance with values or it can be the id of the row,in that case it will do a select to retrive the model data.</td></tr></table><!--START_ND_SUMMARY--><div class=Summary><div class=STitle>Summary</div><div class=SBody><table border=0 cellspacing=0 cellpadding=0 class=STable><tr class="SGroup"><td class=SEntry><a href="#GearsORM.Model.model.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent1 SMarked"><td class=SEntry><a href="#GearsORM.Model.model.remove" id=link1 5 onMouseOver="ShowTip(event, 'tt1', 'link15')" onMouseOut="HideTip('tt1')">remove</a></td><td class=SDescription>remove the instance from the database</td></tr><tr class="SFunction SIndent1"><td class=SEntry><a href="#GearsORM.Model.model.save" id=link16 onMouseOver="ShowTip(event, 'tt2', 'link16')" onMouseOut="HideTip('tt2')">save</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent1 SMarked"><td class=SEntry><a href="#GearsORM.Model.model.update" id=link17 onMouseOver="ShowTip(event, 'tt3', 'link17')" onMouseOut="HideTip('tt3')">update</a></td><td class=SDescription>update instance into database,use save instead.</td></tr><tr class="SFunction SIndent1"><td class=SEntry><a href="#GearsORM.Model.model.insert" id=link18 onMouseOver="ShowTip(event, 'tt4', 'link18')" onMouseOut="HideTip('tt4')">insert</a></td><td class=SDescription>insert instance into database,use save instead.</td></tr><tr class="SFunction SIndent1 SMarked"><td class=SEntry><a href="#GearsORM.Model.model._updateInsert" id=link19 onMouseOver="ShowTip(event, 'tt5', 'link19')" onMouseOut="HideTip('tt5')">_updateInsert</a></td><td class=SDescription>do the actual insert/update,used by insert and update methods.</td></tr><tr class="SFunction SIndent1"><td class=SEntry><a href="#GearsORM.Model.model.refresh" id=link20 onMouseOver="ShowTip(event, 'tt6', 'link20')" onMouseOut="HideTip('tt6')">refresh</a></td><td class=SDescription>refresh the model data from database.</td></tr><tr class="SFunction SIndent1 SMarked"><td class=SEntry><a href="#GearsORM.Model.model._populateFromResult" id=link21 onMouseOver="ShowTip(event, 'tt7', 'link21')" onMouseOut="HideTip('tt7')">_populateFromResult</a></td><td class=SDescription>populate the instance from a ResultSet.</td></tr><tr class="SFunction SIndent1"><td class=SEntry><a href="#GearsORM.Model.model.select" id=link22 onMouseOver="ShowTip(event, 'tt8', 'link22')" onMouseOut="HideTip('tt8')">select</a></td><td class=SDescription>do a SELECT on the model</td></tr><tr class="SFunction SIndent1 SMarked"><td class=SEntry><a href="#GearsORM.Model.model.remove" id=link23 onMouseOver="ShowTip(event, 'tt1', 'link23')" onMouseOut="HideTip('tt1')">remove</a></td><td class=SDescription>do a DELETE on the model</td></tr><tr class="SFunction SIndent1"><td class=SEntry><a href="#GearsORM.Model.model.createTable" id=link24 onMouseOver="ShowTip(event, 'tt9', 'link24')" onMouseOut="HideTip('tt9')">createTable</a></td><td class=SDescription>create the table for this model,creating triggers for forigenkeys and creating many-to-many tables if needed.</td></tr><tr class="SFunction SIndent1 SMarked"><td class=SEntry><a href="#GearsORM.Model.model.dropTable" id=link25 onMouseOver="ShowTip(event, 'tt10', 'link25')" onMouseOut="HideTip('tt10')">dropTable</a></td><td class=SDescription>drop the table and all associate triggers.</td></tr><tr class="SFunction SIndent1"><td class=SEntry><a href="#GearsORM.Model.model.createTriggers" id=link26 onMouseOver="ShowTip(event, 'tt11', 'link26')" onMouseOut="HideTip('tt11')">createTriggers</a></td><td class=SDescription>create triggers to inforce forigenkeys.</td></tr><tr class="SFunction SIndent1 SMarked"><td class=SEntry><a href="#GearsORM.Model.model.dropTriggers" id=link27 onMouseOver="ShowTip(event, 'tt12', 'link27')" onMouseOut="HideTip('tt12')">dropTriggers</a></td><td class=SDescription>drop triggers related to the table.</td></tr><tr class="SFunction SIndent1"><td class=SEntry><a href="#GearsORM.Model.model.load" id=link28 onMouseOver="ShowTip(event, 'tt13', 'link28')" onMouseOut="HideTip('tt13')">load</a></td><td class=SDescription>load objects from a array to the database.</td></tr></table></div></div><!--END_ND_SUMMARY--></div></div>18 <div class="CClass CTopic"><h2 class=CTitle><a name="GearsORM.Model.model"></a>GearsORM.<span class=HB> </span>Model.<span class=HB> </span>model</h2><div class=CBody><p class=CParagraph>represent a model instance</p><h4 class=CHeading>Constructor</h4><h4 class=CHeading>Parameters</h4><table border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>valuesOrRowID</td><td class=CDLDescription>(optional)a object used to initialize the model instance with values or it can be the id of the row,in that case it will do a select to retrive the model data.</td></tr></table><!--START_ND_SUMMARY--><div class=Summary><div class=STitle>Summary</div><div class=SBody><table border=0 cellspacing=0 cellpadding=0 class=STable><tr class="SGroup"><td class=SEntry><a href="#GearsORM.Model.model.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent1 SMarked"><td class=SEntry><a href="#GearsORM.Model.model.remove" id=link14 onMouseOver="ShowTip(event, 'tt1', 'link14')" onMouseOut="HideTip('tt1')">remove</a></td><td class=SDescription>remove the instance from the database</td></tr><tr class="SFunction SIndent1"><td class=SEntry><a href="#GearsORM.Model.model.save" id=link15 onMouseOver="ShowTip(event, 'tt2', 'link15')" onMouseOut="HideTip('tt2')">save</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent1 SMarked"><td class=SEntry><a href="#GearsORM.Model.model._updateInsert" id=link16 onMouseOver="ShowTip(event, 'tt3', 'link16')" onMouseOut="HideTip('tt3')">_updateInsert</a></td><td class=SDescription>do the actual insert/update,used by save method.</td></tr><tr class="SFunction SIndent1"><td class=SEntry><a href="#GearsORM.Model.model.refresh" id=link17 onMouseOver="ShowTip(event, 'tt4', 'link17')" onMouseOut="HideTip('tt4')">refresh</a></td><td class=SDescription>refresh the model data from database.</td></tr><tr class="SFunction SIndent1 SMarked"><td class=SEntry><a href="#GearsORM.Model.model._populateFromResult" id=link18 onMouseOver="ShowTip(event, 'tt5', 'link18')" onMouseOut="HideTip('tt5')">_populateFromResult</a></td><td class=SDescription>populate the instance from a ResultSet.</td></tr><tr class="SFunction SIndent1"><td class=SEntry><a href="#GearsORM.Model.model.count" id=link19 onMouseOver="ShowTip(event, 'tt6', 'link19')" onMouseOut="HideTip('tt6')">count</a></td><td class=SDescription>do a COUNT on the model</td></tr><tr class="SFunction SIndent1 SMarked"><td class=SEntry><a href="#GearsORM.Model.model.select" id=link20 onMouseOver="ShowTip(event, 'tt7', 'link20')" onMouseOut="HideTip('tt7')">select</a></td><td class=SDescription>do a SELECT on the model</td></tr><tr class="SFunction SIndent1"><td class=SEntry><a href="#GearsORM.Model.model.remove" id=link21 onMouseOver="ShowTip(event, 'tt1', 'link21')" onMouseOut="HideTip('tt1')">remove</a></td><td class=SDescription>do a DELETE on the model</td></tr><tr class="SFunction SIndent1 SMarked"><td class=SEntry><a href="#GearsORM.Model.model.createTable" id=link22 onMouseOver="ShowTip(event, 'tt8', 'link22')" onMouseOut="HideTip('tt8')">createTable</a></td><td class=SDescription>create the table for this model,creating triggers for forigenkeys and creating many-to-many tables if needed.</td></tr><tr class="SFunction SIndent1"><td class=SEntry><a href="#GearsORM.Model.model.dropTable" id=link23 onMouseOver="ShowTip(event, 'tt9', 'link23')" onMouseOut="HideTip('tt9')">dropTable</a></td><td class=SDescription>drop the table and all associate triggers.</td></tr><tr class="SFunction SIndent1 SMarked"><td class=SEntry><a href="#GearsORM.Model.model.createTriggers" id=link24 onMouseOver="ShowTip(event, 'tt10', 'link24')" onMouseOut="HideTip('tt10')">createTriggers</a></td><td class=SDescription>create triggers to inforce forigenkeys.</td></tr><tr class="SFunction SIndent1"><td class=SEntry><a href="#GearsORM.Model.model.dropTriggers" id=link25 onMouseOver="ShowTip(event, 'tt11', 'link25')" onMouseOut="HideTip('tt11')">dropTriggers</a></td><td class=SDescription>drop triggers related to the table.</td></tr><tr class="SFunction SIndent1 SMarked"><td class=SEntry><a href="#GearsORM.Model.model.load" id=link26 onMouseOver="ShowTip(event, 'tt12', 'link26')" onMouseOut="HideTip('tt12')">load</a></td><td class=SDescription>load objects from a array to the database.</td></tr></table></div></div><!--END_ND_SUMMARY--></div></div> 19 19 20 20 <div class="CGroup CTopic"><h3 class=CTitle><a name="GearsORM.Model.model.Functions"></a>Functions</h3></div> … … 24 24 <div class="CFunction CTopic"><h3 class=CTitle><a name="GearsORM.Model.model.save"></a>save</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td>save:function()</td></tr></table></blockquote><table border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>save the instance to the database,if the instance is not in the database</td><td class=CDLDescription>it will be created. if it is already in the database it will be updated.</td></tr></table></div></div> 25 25 26 <div class="CFunction CTopic"><h3 class=CTitle><a name="GearsORM.Model.model.update"></a>update</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td>update:function()</td></tr></table></blockquote><p class=CParagraph>update instance into database,use save instead.</p></div></div> 27 28 <div class="CFunction CTopic"><h3 class=CTitle><a name="GearsORM.Model.model.insert"></a>insert</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td>insert:function()</td></tr></table></blockquote><p class=CParagraph>insert instance into database,use save instead.</p></div></div> 29 30 <div class="CFunction CTopic"><h3 class=CTitle><a name="GearsORM.Model.model._updateInsert"></a>_updateInsert</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>_updateInsert:function(</td><td class=PParameter nowrap>update</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote><p class=CParagraph>do the actual insert/update,used by insert and update methods.</p></div></div> 26 <div class="CFunction CTopic"><h3 class=CTitle><a name="GearsORM.Model.model._updateInsert"></a>_updateInsert</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>_updateInsert:function(</td><td class=PParameter nowrap>update</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote><p class=CParagraph>do the actual insert/update,used by save method.</p></div></div> 31 27 32 28 <div class="CFunction CTopic"><h3 class=CTitle><a name="GearsORM.Model.model.refresh"></a>refresh</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td>refresh:function()</td></tr></table></blockquote><p class=CParagraph>refresh the model data from database.</p></div></div> 33 29 34 30 <div class="CFunction CTopic"><h3 class=CTitle><a name="GearsORM.Model.model._populateFromResult"></a>_populateFromResult</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>_populateFromResult:function(</td><td class=PParameter nowrap>result</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote><p class=CParagraph>populate the instance from a ResultSet.</p><h4 class=CHeading>Parameters</h4><table border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>result</td><td class=CDLDescription>a ResultSet that used to populate the instance.</td></tr></table></div></div> 31 32 <div class="CFunction CTopic"><h3 class=CTitle><a name="GearsORM.Model.model.count"></a>count</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>count:function(</td><td class=PParameter nowrap>whereExpression,</td></tr><tr><td></td><td class=PParameter nowrap>params</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote><p class=CParagraph>do a COUNT on the model</p><h4 class=CHeading>Parameters</h4><table border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>whereExpression</td><td class=CDLDescription>a SQL expression to be used as the WHERE clause.</td></tr><tr><td class=CDLEntry>params</td><td class=CDLDescription>bind parameters used in the SQL expression.</td></tr></table><h4 class=CHeading>Returns</h4><p class=CParagraph>how much objects(rows) match the where expression</p></div></div> 35 33 36 34 <div class="CFunction CTopic"><h3 class=CTitle><a name="GearsORM.Model.model.select"></a>select</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>select:function(</td><td class=PParameter nowrap>whereExpression,</td></tr><tr><td></td><td class=PParameter nowrap>params</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote><p class=CParagraph>do a SELECT on the model</p><h4 class=CHeading>Parameters</h4><table border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>whereExpression</td><td class=CDLDescription>a SQL expression to be used as the WHERE clause.</td></tr><tr><td class=CDLEntry>params</td><td class=CDLDescription>bind parameters used in the SQL expression.</td></tr></table><h4 class=CHeading>Returns</h4><p class=CParagraph>a new ResultIterator to iterate the ResultSet</p></div></div> … … 54 52 55 53 56 <div id=Menu><div class="MFile MEntry"><a href="GearsORM-Fields-js.html">GearsORM.<span class=HB> </span>Fields.js</a></div><div class="MFile MEntry"><a href="GearsORM-Introspection-js.html">GearsORM.<span class=HB> </span>Introspection.js</a></div><div class="MFile MEntry"><a href="GearsORM-js.html">GearsORM.js</a></div><div class="MFile MEntry" id=MSelected>GearsORM.<span class=HB> </span>Model.js</div><div class="MFile MEntry"><a href="GearsORM-ResultIterator-js.html">GearsORM.<span class=HB> </span>ResultIterator.js</a></div><div class="M Group MEntry"><a href="javascript:ToggleMenu('MGroupContent1')">Index</a><div class=MGroupContent id=MGroupContent1><div class="MIndex MEntry"><a href="../index/General.html">Everything</a></div><div class="MIndex MEntry"><a href="../index/Classes.html">Classes</a></div><div class="MIndex MEntry"><a href="../index/Files.html">Files</a></div><div class="MIndex MEntry"><a href="../index/Functions.html">Functions</a></div><div class="MIndex MEntry"><a href="../index/Properties.html">Properties</a></div></div></div><script type="text/javascript"><!--54 <div id=Menu><div class="MFile MEntry"><a href="GearsORM-Fields-js.html">GearsORM.<span class=HB> </span>Fields.js</a></div><div class="MFile MEntry"><a href="GearsORM-Introspection-js.html">GearsORM.<span class=HB> </span>Introspection.js</a></div><div class="MFile MEntry"><a href="GearsORM-js.html">GearsORM.js</a></div><div class="MFile MEntry" id=MSelected>GearsORM.<span class=HB> </span>Model.js</div><div class="MFile MEntry"><a href="GearsORM-ResultIterator-js.html">GearsORM.<span class=HB> </span>ResultIterator.js</a></div><div class="MFile MEntry"><a href="GearsORM-Transaction-js.html">GearsORM.<span class=HB> </span>Transaction.js</a></div><div class="MGroup MEntry"><a href="javascript:ToggleMenu('MGroupContent1')">Index</a><div class=MGroupContent id=MGroupContent1><div class="MIndex MEntry"><a href="../index/General.html">Everything</a></div><div class="MIndex MEntry"><a href="../index/Classes.html">Classes</a></div><div class="MIndex MEntry"><a href="../index/Files.html">Files</a></div><div class="MIndex MEntry"><a href="../index/Functions.html">Functions</a></div><div class="MIndex MEntry"><a href="../index/Properties.html">Properties</a></div></div></div><script type="text/javascript"><!-- 57 55 var searchPanel = new SearchPanel("searchPanel", "HTML", "../search"); 58 56 --></script><div id=MSearchPanel class=MSearchPanelInactive><input type=text id=MSearchField value=Search onFocus="searchPanel.OnSearchFieldFocus(true)" onBlur="searchPanel.OnSearchFieldFocus(false)" onKeyUp="searchPanel.OnSearchFieldChange()"><select id=MSearchType onFocus="searchPanel.OnSearchTypeFocus(true)" onBlur="searchPanel.OnSearchTypeFocus(false)" onChange="searchPanel.OnSearchTypeChange()"><option id=MSearchEverything selected value="General">Everything</option><option value="Classes">Classes</option><option value="Files">Files</option><option value="Functions">Functions</option><option value="Properties">Properties</option></select></div><div id=MSearchResultsWindow><iframe src="" frameborder=0 name=MSearchResults id=MSearchResults></iframe><a href="javascript:searchPanel.CloseResultsWindow()" id=MSearchResultsWindowClose>Close</a></div></div><!--Menu--> … … 61 59 62 60 <!--START_ND_TOOLTIPS--> 63 <div class=CToolTip id="tt1"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td>remove:function()</td></tr></table></blockquote>remove the instance from the database</div></div><div class=CToolTip id="tt2"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td>save:function()</td></tr></table></blockquote></div></div><div class=CToolTip id="tt3"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td> update:function()</td></tr></table></blockquote>update instance into database,use save instead.</div></div><div class=CToolTip id="tt4"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td>insert:function()</td></tr></table></blockquote>insert instance into database,use save instead.</div></div><div class=CToolTip id="tt5"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>_updateInsert:function(</td><td class=PParameter nowrap>update</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>do the actual insert/update,used by insert and update methods.</div></div><div class=CToolTip id="tt6"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td>refresh:function()</td></tr></table></blockquote>refresh the model data from database.</div></div><div class=CToolTip id="tt7"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>_populateFromResult:function(</td><td class=PParameter nowrap>result</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>populate the instance from a ResultSet.</div></div><div class=CToolTip id="tt8"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>select:function(</td><td class=PParameter nowrap>whereExpression,</td></tr><tr><td></td><td class=PParameter nowrap>params</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>do a SELECT on the model</div></div><div class=CToolTip id="tt9"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td>createTable:function()</td></tr></table></blockquote>create the table for this model,creating triggers for forigenkeys and creating many-to-many tables if needed.</div></div><div class=CToolTip id="tt10"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td>dropTable:function()</td></tr></table></blockquote>drop the table and all associate triggers.</div></div><div class=CToolTip id="tt11"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td>createTriggers:function()</td></tr></table></blockquote>create triggers to inforce forigenkeys.</div></div><div class=CToolTip id="tt12"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td>dropTriggers:function()</td></tr></table></blockquote>drop triggers related to the table.</div></div><div class=CToolTip id="tt13"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>load:function(</td><td class=PParameter nowrap>objects,</td></tr><tr><td></td><td class=PParameter nowrap>save</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>load objects from a array to the database.</div></div><!--END_ND_TOOLTIPS-->61 <div class=CToolTip id="tt1"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td>remove:function()</td></tr></table></blockquote>remove the instance from the database</div></div><div class=CToolTip id="tt2"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td>save:function()</td></tr></table></blockquote></div></div><div class=CToolTip id="tt3"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>_updateInsert:function(</td><td class=PParameter nowrap>update</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>do the actual insert/update,used by save method.</div></div><div class=CToolTip id="tt4"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td>refresh:function()</td></tr></table></blockquote>refresh the model data from database.</div></div><div class=CToolTip id="tt5"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>_populateFromResult:function(</td><td class=PParameter nowrap>result</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>populate the instance from a ResultSet.</div></div><div class=CToolTip id="tt6"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>count:function(</td><td class=PParameter nowrap>whereExpression,</td></tr><tr><td></td><td class=PParameter nowrap>params</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>do a COUNT on the model</div></div><div class=CToolTip id="tt7"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>select:function(</td><td class=PParameter nowrap>whereExpression,</td></tr><tr><td></td><td class=PParameter nowrap>params</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>do a SELECT on the model</div></div><div class=CToolTip id="tt8"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td>createTable:function()</td></tr></table></blockquote>create the table for this model,creating triggers for forigenkeys and creating many-to-many tables if needed.</div></div><div class=CToolTip id="tt9"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td>dropTable:function()</td></tr></table></blockquote>drop the table and all associate triggers.</div></div><div class=CToolTip id="tt10"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td>createTriggers:function()</td></tr></table></blockquote>create triggers to inforce forigenkeys.</div></div><div class=CToolTip id="tt11"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td>dropTriggers:function()</td></tr></table></blockquote>drop triggers related to the table.</div></div><div class=CToolTip id="tt12"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>load:function(</td><td class=PParameter nowrap>objects,</td></tr><tr><td></td><td class=PParameter nowrap>save</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>load objects from a array to the database.</div></div><!--END_ND_TOOLTIPS--> 64 62 65 63 -
GearsORM/trunk/docs/files/GearsORM-ResultIterator-js.html
r310 r329 34 34 35 35 36 <div id=Menu><div class="MFile MEntry"><a href="GearsORM-Fields-js.html">GearsORM.<span class=HB> </span>Fields.js</a></div><div class="MFile MEntry"><a href="GearsORM-Introspection-js.html">GearsORM.<span class=HB> </span>Introspection.js</a></div><div class="MFile MEntry"><a href="GearsORM-js.html">GearsORM.js</a></div><div class="MFile MEntry"><a href="GearsORM-Model-js.html">GearsORM.<span class=HB> </span>Model.js</a></div><div class="MFile MEntry" id=MSelected>GearsORM.<span class=HB> </span>ResultIterator.js</div><div class="M Group MEntry"><a href="javascript:ToggleMenu('MGroupContent1')">Index</a><div class=MGroupContent id=MGroupContent1><div class="MIndex MEntry"><a href="../index/General.html">Everything</a></div><div class="MIndex MEntry"><a href="../index/Classes.html">Classes</a></div><div class="MIndex MEntry"><a href="../index/Files.html">Files</a></div><div class="MIndex MEntry"><a href="../index/Functions.html">Functions</a></div><div class="MIndex MEntry"><a href="../index/Properties.html">Properties</a></div></div></div><script type="text/javascript"><!--36 <div id=Menu><div class="MFile MEntry"><a href="GearsORM-Fields-js.html">GearsORM.<span class=HB> </span>Fields.js</a></div><div class="MFile MEntry"><a href="GearsORM-Introspection-js.html">GearsORM.<span class=HB> </span>Introspection.js</a></div><div class="MFile MEntry"><a href="GearsORM-js.html">GearsORM.js</a></div><div class="MFile MEntry"><a href="GearsORM-Model-js.html">GearsORM.<span class=HB> </span>Model.js</a></div><div class="MFile MEntry" id=MSelected>GearsORM.<span class=HB> </span>ResultIterator.js</div><div class="MFile MEntry"><a href="GearsORM-Transaction-js.html">GearsORM.<span class=HB> </span>Transaction.js</a></div><div class="MGroup MEntry"><a href="javascript:ToggleMenu('MGroupContent1')">Index</a><div class=MGroupContent id=MGroupContent1><div class="MIndex MEntry"><a href="../index/General.html">Everything</a></div><div class="MIndex MEntry"><a href="../index/Classes.html">Classes</a></div><div class="MIndex MEntry"><a href="../index/Files.html">Files</a></div><div class="MIndex MEntry"><a href="../index/Functions.html">Functions</a></div><div class="MIndex MEntry"><a href="../index/Properties.html">Properties</a></div></div></div><script type="text/javascript"><!-- 37 37 var searchPanel = new SearchPanel("searchPanel", "HTML", "../search"); 38 38 --></script><div id=MSearchPanel class=MSearchPanelInactive><input type=text id=MSearchField value=Search onFocus="searchPanel.OnSearchFieldFocus(true)" onBlur="searchPanel.OnSearchFieldFocus(false)" onKeyUp="searchPanel.OnSearchFieldChange()"><select id=MSearchType onFocus="searchPanel.OnSearchTypeFocus(true)" onBlur="searchPanel.OnSearchTypeFocus(false)" onChange="searchPanel.OnSearchTypeChange()"><option id=MSearchEverything selected value="General">Everything</option><option value="Classes">Classes</option><option value="Files">Files</option><option value="Functions">Functions</option><option value="Properties">Properties</option></select></div><div id=MSearchResultsWindow><iframe src="" frameborder=0 name=MSearchResults id=MSearchResults></iframe><a href="javascript:searchPanel.CloseResultsWindow()" id=MSearchResultsWindowClose>Close</a></div></div><!--Menu--> -
GearsORM/trunk/docs/files/GearsORM-js.html
r310 r329 32 32 33 33 34 <div id=Menu><div class="MFile MEntry"><a href="GearsORM-Fields-js.html">GearsORM.<span class=HB> </span>Fields.js</a></div><div class="MFile MEntry"><a href="GearsORM-Introspection-js.html">GearsORM.<span class=HB> </span>Introspection.js</a></div><div class="MFile MEntry" id=MSelected>GearsORM.js</div><div class="MFile MEntry"><a href="GearsORM-Model-js.html">GearsORM.<span class=HB> </span>Model.js</a></div><div class="MFile MEntry"><a href="GearsORM-ResultIterator-js.html">GearsORM.<span class=HB> </span>ResultIterator.js</a></div><div class="M Group MEntry"><a href="javascript:ToggleMenu('MGroupContent1')">Index</a><div class=MGroupContent id=MGroupContent1><div class="MIndex MEntry"><a href="../index/General.html">Everything</a></div><div class="MIndex MEntry"><a href="../index/Classes.html">Classes</a></div><div class="MIndex MEntry"><a href="../index/Files.html">Files</a></div><div class="MIndex MEntry"><a href="../index/Functions.html">Functions</a></div><div class="MIndex MEntry"><a href="../index/Properties.html">Properties</a></div></div></div><script type="text/javascript"><!--34 <div id=Menu><div class="MFile MEntry"><a href="GearsORM-Fields-js.html">GearsORM.<span class=HB> </span>Fields.js</a></div><div class="MFile MEntry"><a href="GearsORM-Introspection-js.html">GearsORM.<span class=HB> </span>Introspection.js</a></div><div class="MFile MEntry" id=MSelected>GearsORM.js</div><div class="MFile MEntry"><a href="GearsORM-Model-js.html">GearsORM.<span class=HB> </span>Model.js</a></div><div class="MFile MEntry"><a href="GearsORM-ResultIterator-js.html">GearsORM.<span class=HB> </span>ResultIterator.js</a></div><div class="MFile MEntry"><a href="GearsORM-Transaction-js.html">GearsORM.<span class=HB> </span>Transaction.js</a></div><div class="MGroup MEntry"><a href="javascript:ToggleMenu('MGroupContent1')">Index</a><div class=MGroupContent id=MGroupContent1><div class="MIndex MEntry"><a href="../index/General.html">Everything</a></div><div class="MIndex MEntry"><a href="../index/Classes.html">Classes</a></div><div class="MIndex MEntry"><a href="../index/Files.html">Files</a></div><div class="MIndex MEntry"><a href="../index/Functions.html">Functions</a></div><div class="MIndex MEntry"><a href="../index/Properties.html">Properties</a></div></div></div><script type="text/javascript"><!-- 35 35 var searchPanel = new SearchPanel("searchPanel", "HTML", "../search"); 36 36 --></script><div id=MSearchPanel class=MSearchPanelInactive><input type=text id=MSearchField value=Search onFocus="searchPanel.OnSearchFieldFocus(true)" onBlur="searchPanel.OnSearchFieldFocus(false)" onKeyUp="searchPanel.OnSearchFieldChange()"><select id=MSearchType onFocus="searchPanel.OnSearchTypeFocus(true)" onBlur="searchPanel.OnSearchTypeFocus(false)" onChange="searchPanel.OnSearchTypeChange()"><option id=MSearchEverything selected value="General">Everything</option><option value="Classes">Classes</option><option value="Files">Files</option><option value="Functions">Functions</option><option value="Properties">Properties</option></select></div><div id=MSearchResultsWindow><iframe src="" frameborder=0 name=MSearchResults id=MSearchResults></iframe><a href="javascript:searchPanel.CloseResultsWindow()" id=MSearchResultsWindowClose>Close</a></div></div><!--Menu--> -
GearsORM/trunk/docs/index.html
r314 r329 1 <html><head><meta http-equiv="Refresh" CONTENT="0; URL=files/GearsORM- js.html"></head></html>1 <html><head><meta http-equiv="Refresh" CONTENT="0; URL=files/GearsORM-Fields-js.html"></head></html> -
GearsORM/trunk/docs/index/Classes.html
r310 r329 22 22 23 23 24 <div id=Menu><div class="MFile MEntry"><a href="../files/GearsORM-Fields-js.html">GearsORM.<span class=HB> </span>Fields.js</a></div><div class="MFile MEntry"><a href="../files/GearsORM-Introspection-js.html">GearsORM.<span class=HB> </span>Introspection.js</a></div><div class="MFile MEntry"><a href="../files/GearsORM-js.html">GearsORM.js</a></div><div class="MFile MEntry"><a href="../files/GearsORM-Model-js.html">GearsORM.<span class=HB> </span>Model.js</a></div><div class="MFile MEntry"><a href="../files/GearsORM-ResultIterator-js.html">GearsORM.<span class=HB> </span>ResultIterator.js</a></div><div class="M Group MEntry"><a href="javascript:ToggleMenu('MGroupContent1')">Index</a><div class=MGroupContent id=MGroupContent1><div class="MIndex MEntry"><a href="General.html">Everything</a></div><div class="MIndex MEntry" id=MSelected>Classes</div><div class="MIndex MEntry"><a href="Files.html">Files</a></div><div class="MIndex MEntry"><a href="Functions.html">Functions</a></div><div class="MIndex MEntry"><a href="Properties.html">Properties</a></div></div></div><script type="text/javascript"><!--24 <div id=Menu><div class="MFile MEntry"><a href="../files/GearsORM-Fields-js.html">GearsORM.<span class=HB> </span>Fields.js</a></div><div class="MFile MEntry"><a href="../files/GearsORM-Introspection-js.html">GearsORM.<span class=HB> </span>Introspection.js</a></div><div class="MFile MEntry"><a href="../files/GearsORM-js.html">GearsORM.js</a></div><div class="MFile MEntry"><a href="../files/GearsORM-Model-js.html">GearsORM.<span class=HB> </span>Model.js</a></div><div class="MFile MEntry"><a href="../files/GearsORM-ResultIterator-js.html">GearsORM.<span class=HB> </span>ResultIterator.js</a></div><div class="MFile MEntry"><a href="../files/GearsORM-Transaction-js.html">GearsORM.<span class=HB> </span>Transaction.js</a></div><div class="MGroup MEntry"><a href="javascript:ToggleMenu('MGroupContent1')">Index</a><div class=MGroupContent id=MGroupContent1><div class="MIndex MEntry"><a href="General.html">Everything</a></div><div class="MIndex MEntry" id=MSelected>Classes</div><div class="MIndex MEntry"><a href="Files.html">Files</a></div><div class="MIndex MEntry"><a href="Functions.html">Functions</a></div><div class="MIndex MEntry"><a href="Properties.html">Properties</a></div></div></div><script type="text/javascript"><!-- 25 25 var searchPanel = new SearchPanel("searchPanel", "HTML", "../search"); 26 26 --></script><div id=MSearchPanel class=MSearchPanelInactive><input type=text id=MSearchField value=Search onFocus="searchPanel.OnSearchFieldFocus(true)" onBlur="searchPanel.OnSearchFieldFocus(false)" onKeyUp="searchPanel.OnSearchFieldChange()"><select id=MSearchType onFocus="searchPanel.OnSearchTypeFocus(true)" onBlur="searchPanel.OnSearchTypeFocus(false)" onChange="searchPanel.OnSearchTypeChange()"><option id=MSearchEverything selected value="General">Everything</option><option value="Classes">Classes</option><option value="Files">Files</option><option value="Functions">Functions</option><option value="Properties">Properties</option></select></div><div id=MSearchResultsWindow><iframe src="" frameborder=0 name=MSearchResults id=MSearchResults></iframe><a href="javascript:searchPanel.CloseResultsWindow()" id=MSearchResultsWindowClose>Close</a></div></div><!--Menu--> -
GearsORM/trunk/docs/index/Files.html
r310 r329 12 12 13 13 14 <div id=Index><div class=IPageTitle>File Index</div><div class=INavigationBar>$#! · 0-9 · A · B · C · D · E · F · <a href="#G">G</a> · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z</div><table border=0 cellspacing=0 cellpadding=0><tr><td class=IHeading id=IFirstHeading><a name="G"></a>G</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><a href="../files/GearsORM-Fields-js.html#GearsORM.Fields.js" id=link1 onMouseOver="ShowTip(event, 'tt1', 'link1')" onMouseOut="HideTip('tt1')" class=ISymbol>GearsORM.<span class=HB> </span>Fields.js</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/GearsORM-Introspection-js.html#GearsORM.Introspection.js" id=link2 onMouseOver="ShowTip(event, 'tt2', 'link2')" onMouseOut="HideTip('tt2')" class=ISymbol>GearsORM.<span class=HB> </span>Introspection.js</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/GearsORM-js.html#GearsORM.js" id=link3 onMouseOver="ShowTip(event, 'tt3', 'link3')" onMouseOut="HideTip('tt3')" class=ISymbol>GearsORM.js</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/GearsORM-Model-js.html#GearsORM.Model.js" id=link4 onMouseOver="ShowTip(event, 'tt4', 'link4')" onMouseOut="HideTip('tt4')" class=ISymbol>GearsORM.<span class=HB> </span>Model.js</a></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><a href="../files/GearsORM-ResultIterator-js.html#GearsORM.ResultIterator.js" id=link5 onMouseOver="ShowTip(event, 'tt5', 'link5')" onMouseOut="HideTip('tt5')" class=ISymbol>GearsORM.<span class=HB> </span>ResultIterator.js</a></td></tr></table>14 <div id=Index><div class=IPageTitle>File Index</div><div class=INavigationBar>$#! · 0-9 · A · B · C · D · E · F · <a href="#G">G</a> · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z</div><table border=0 cellspacing=0 cellpadding=0><tr><td class=IHeading id=IFirstHeading><a name="G"></a>G</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><a href="../files/GearsORM-Fields-js.html#GearsORM.Fields.js" id=link1 onMouseOver="ShowTip(event, 'tt1', 'link1')" onMouseOut="HideTip('tt1')" class=ISymbol>GearsORM.<span class=HB> </span>Fields.js</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/GearsORM-Introspection-js.html#GearsORM.Introspection.js" id=link2 onMouseOver="ShowTip(event, 'tt2', 'link2')" onMouseOut="HideTip('tt2')" class=ISymbol>GearsORM.<span class=HB> </span>Introspection.js</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/GearsORM-js.html#GearsORM.js" id=link3 onMouseOver="ShowTip(event, 'tt3', 'link3')" onMouseOut="HideTip('tt3')" class=ISymbol>GearsORM.js</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/GearsORM-Model-js.html#GearsORM.Model.js" id=link4 onMouseOver="ShowTip(event, 'tt4', 'link4')" onMouseOut="HideTip('tt4')" class=ISymbol>GearsORM.<span class=HB> </span>Model.js</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/GearsORM-ResultIterator-js.html#GearsORM.ResultIterator.js" id=link5 onMouseOver="ShowTip(event, 'tt5', 'link5')" onMouseOut="HideTip('tt5')" class=ISymbol>GearsORM.<span class=HB> </span>ResultIterator.js</a></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><a href="../files/GearsORM-Transaction-js.html#GearsORM.Transaction.js" id=link6 onMouseOver="ShowTip(event, 'tt6', 'link6')" onMouseOut="HideTip('tt6')" class=ISymbol>GearsORM.<span class=HB> </span>Transaction.js</a></td></tr></table> 15 15 <!--START_ND_TOOLTIPS--> 16 <div class=CToolTip id="tt1"><div class=CFile>Contains the fields to be used in the models.</div></div><div class=CToolTip id="tt2"><div class=CFile>Contains the GearsORM.Introspection utility class, which contain also a model for sqlite_master table</div></div><div class=CToolTip id="tt3"><div class=CFile>Contains the main namespace for GearsORM and a thin abstraction for open,close and execute functions</div></div><div class=CToolTip id="tt4"><div class=CFile>Contains GearsORM.Model a metaclass used to define models</div></div><div class=CToolTip id="tt5"><div class=CFile>Contains the ResultIterator class.</div></div>< !--END_ND_TOOLTIPS-->16 <div class=CToolTip id="tt1"><div class=CFile>Contains the fields to be used in the models.</div></div><div class=CToolTip id="tt2"><div class=CFile>Contains the GearsORM.Introspection utility class, which contain also a model for sqlite_master table</div></div><div class=CToolTip id="tt3"><div class=CFile>Contains the main namespace for GearsORM and a thin abstraction for open,close and execute functions</div></div><div class=CToolTip id="tt4"><div class=CFile>Contains GearsORM.Model a metaclass used to define models</div></div><div class=CToolTip id="tt5"><div class=CFile>Contains the ResultIterator class.</div></div><div class=CToolTip id="tt6"><div class=CFile>Contains a function to run queries in a transaction.</div></div><!--END_ND_TOOLTIPS--> 17 17 18 18 </div><!--Index--> … … 22 22 23 23 24 <div id=Menu><div class="MFile MEntry"><a href="../files/GearsORM-Fields-js.html">GearsORM.<span class=HB> </span>Fields.js</a></div><div class="MFile MEntry"><a href="../files/GearsORM-Introspection-js.html">GearsORM.<span class=HB> </span>Introspection.js</a></div><div class="MFile MEntry"><a href="../files/GearsORM-js.html">GearsORM.js</a></div><div class="MFile MEntry"><a href="../files/GearsORM-Model-js.html">GearsORM.<span class=HB> </span>Model.js</a></div><div class="MFile MEntry"><a href="../files/GearsORM-ResultIterator-js.html">GearsORM.<span class=HB> </span>ResultIterator.js</a></div><div class="M Group MEntry"><a href="javascript:ToggleMenu('MGroupContent1')">Index</a><div class=MGroupContent id=MGroupContent1><div class="MIndex MEntry"><a href="General.html">Everything</a></div><div class="MIndex MEntry"><a href="Classes.html">Classes</a></div><div class="MIndex MEntry" id=MSelected>Files</div><div class="MIndex MEntry"><a href="Functions.html">Functions</a></div><div class="MIndex MEntry"><a href="Properties.html">Properties</a></div></div></div><script type="text/javascript"><!--24 <div id=Menu><div class="MFile MEntry"><a href="../files/GearsORM-Fields-js.html">GearsORM.<span class=HB> </span>Fields.js</a></div><div class="MFile MEntry"><a href="../files/GearsORM-Introspection-js.html">GearsORM.<span class=HB> </span>Introspection.js</a></div><div class="MFile MEntry"><a href="../files/GearsORM-js.html">GearsORM.js</a></div><div class="MFile MEntry"><a href="../files/GearsORM-Model-js.html">GearsORM.<span class=HB> </span>Model.js</a></div><div class="MFile MEntry"><a href="../files/GearsORM-ResultIterator-js.html">GearsORM.<span class=HB> </span>ResultIterator.js</a></div><div class="MFile MEntry"><a href="../files/GearsORM-Transaction-js.html">GearsORM.<span class=HB> </span>Transaction.js</a></div><div class="MGroup MEntry"><a href="javascript:ToggleMenu('MGroupContent1')">Index</a><div class=MGroupContent id=MGroupContent1><div class="MIndex MEntry"><a href="General.html">Everything</a></div><div class="MIndex MEntry"><a href="Classes.html">Classes</a></div><div class="MIndex MEntry" id=MSelected>Files</div><div class="MIndex MEntry"><a href="Functions.html">Functions</a></div><div class="MIndex MEntry"><a href="Properties.html">Properties</a></div></div></div><script type="text/javascript"><!-- 25 25 var searchPanel = new SearchPanel("searchPanel", "HTML", "../search"); 26 26 --></script><div id=MSearchPanel class=MSearchPanelInactive><input type=text id=MSearchField value=Search onFocus="searchPanel.OnSearchFieldFocus(true)" onBlur="searchPanel.OnSearchFieldFocus(false)" onKeyUp="searchPanel.OnSearchFieldChange()"><select id=MSearchType onFocus="searchPanel.OnSearchTypeFocus(true)" onBlur="searchPanel.OnSearchTypeFocus(false)" onChange="searchPanel.OnSearchTypeChange()"><option id=MSearchEverything selected value="General">Everything</option><option value="Classes">Classes</option><optio
