autodoc.git
/
autodoc.xml
version
»
Context lines:
10
20
40
80
file
none
3
autodoc.git/autodoc.xml:101532:
<docgroup homogen-name='protocol_info' homogen-type='method'><doc><text><p>Give the Mysql protocol version</p> <p> This function returns the version number of the protocol the Mysql-server uses.</p> </text><group><seealso/><text><p><ref resolved='predef::Mysql.mysql.statistics'>statistics()</ref>, <ref resolved='predef::Mysql.mysql.server_info'>server_info()</ref>, <ref resolved='predef::Mysql.mysql.host_info'>host_info()</ref></p> </text></group></doc> <method name='protocol_info'> <arguments/> <returntype><int/></returntype> </method> </docgroup>
+
<docgroup homogen-name='query_db' homogen-type='method'><doc><text><p>Returns the currently selected database.</p>
+
</text><group><seealso/><text><p><ref resolved='predef::Mysql.mysql.select_db'>select_db()</ref></p>
+
</text></group></doc>
+
<method name='query_db'>
+
<arguments/>
+
<returntype><or><string/><zero/></or></returntype>
+
</method>
+
</docgroup>
<docgroup homogen-name='reload' homogen-type='method'><doc><text><p>Reload security tables</p> <p> This function causes the Mysql-server to reload its access tables.</p> </text><group><seealso/><text><p><ref resolved='predef::Mysql.mysql.shutdown'>shutdown()</ref></p> </text></group></doc> <method name='reload'> <arguments/> <returntype><void/></returntype> </method> </docgroup> <docgroup homogen-name='select_db' homogen-type='method'><doc><text><p>Select database.</p> <p> The Mysql-server can hold several databases. You select which one you want to access with this function.</p>
-
</text><group><seealso/><text><p><ref resolved='predef::Mysql.mysql.create'>create()</ref>, <ref resolved='predef::Mysql.mysql.create_db'>create_db()</ref>, <ref resolved='predef::Mysql.mysql.drop_db'>drop_db()</ref></p>
+
</text><group><seealso/><text><p><ref resolved='predef::Mysql.mysql.create'>create()</ref>, <ref resolved='predef::Mysql.mysql.create_db'>create_db()</ref>, <ref resolved='predef::Mysql.mysql.drop_db'>drop_db()</ref>
,
<
ref resolved='predef::Mysql.mysql.query_db'>query_db()<
/
ref></
p>
</text></group></doc> <method name='select_db'> <arguments><argument name='database'><type><string/></type></argument></arguments> <returntype><void/></returntype> </method> </docgroup> <docgroup homogen-name='server_info' homogen-type='method'><doc><text><p>Get the version number of the Mysql-server.</p> </text><group><seealso/><text><p><ref resolved='predef::Mysql.mysql.statistics'>statistics()</ref>, <ref resolved='predef::Mysql.mysql.host_info'>host_info()</ref>, <ref resolved='predef::Mysql.mysql.protocol_info'>protocol_info()</ref>, <ref resolved='predef::Mysql.mysql.info'>info()</ref></p> </text></group></doc> <method name='server_info'>
autodoc.git/autodoc.xml:107772:
</docgroup> <docgroup homogen-name='XML_ROOT' homogen-type='constant'> <constant name='XML_ROOT'><type><int/></type></constant> </docgroup> <docgroup homogen-name='XML_TEXT' homogen-type='constant'> <constant name='XML_TEXT'><type><int/></type></constant> </docgroup> <docgroup homogen-name='attribute_quote' homogen-type='method'><doc><text><p>Quotes the string given in <ref resolved='predef::Parser.XML.Tree.attribute_quote.data'>data</ref> by escaping &, <, >, ' and ".</p> </text></doc> <method name='attribute_quote'>
-
<arguments><argument name='data'><type><string/></type></argument></arguments>
+
<arguments><argument name='data'><type><string/></type></argument><
argument name='ignore'><type><or><void
/
><string/></or></type></argument></
arguments>
<returntype><string/></returntype> </method> </docgroup> <docgroup homogen-name='' homogen-type='import'> <import name=''><classname resolved='predef::'>predef::</classname></import> </docgroup> <docgroup homogen-name='parse_file' homogen-type='method'><doc><text><p>Loads the XML file <ref resolved='predef::Parser.XML.Tree.parse_file.path'>path</ref>, creates a node tree representation and returns the root node.</p> </text></doc> <method name='parse_file'>