1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="Start" href="index.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Mysql" rel="Chapter" href="Mysql.html"><title>Index of types</title>
</head>
<body>
<center><h1>Index of types</h1></center>
<table>
<tr><td align="left"><br>D</td></tr>
<tr><td><a href="Mysql.html#TYPEdb">db</a> [<a href="Mysql.html">Mysql</a>]</td>
<td><div class="info">
Login information for a database.
</div>
</td></tr>
<tr><td><a href="Mysql.html#TYPEdbd">dbd</a> [<a href="Mysql.html">Mysql</a>]</td>
<td><div class="info">
database connection handle
</div>
</td></tr>
<tr><td><a href="Mysql.html#TYPEdbty">dbty</a> [<a href="Mysql.html">Mysql</a>]</td>
<td><div class="info">
The type of a database field.
</div>
</td></tr>
<tr><td align="left"><br>E</td></tr>
<tr><td><a href="Mysql.html#TYPEerror_code">error_code</a> [<a href="Mysql.html">Mysql</a>]</td>
<td><div class="info">
Possible error codes from a failed operation that doesn't throw an exception
</div>
</td></tr>
<tr><td align="left"><br>F</td></tr>
<tr><td><a href="Mysql.html#TYPEfield">field</a> [<a href="Mysql.html">Mysql</a>]</td>
<td><div class="info">
The type that describes a field of a table or result
</div>
</td></tr>
<tr><td align="left"><br>R</td></tr>
<tr><td><a href="Mysql.html#TYPEresult">result</a> [<a href="Mysql.html">Mysql</a>]</td>
<td><div class="info">
handle to access the result of a query
</div>
</td></tr>
<tr><td align="left"><br>S</td></tr>
<tr><td><a href="Mysql.html#TYPEstatus">status</a> [<a href="Mysql.html">Mysql</a>]</td>
<td><div class="info">
The status of a query
</div>
</td></tr>
</table><br>
</body>
</html>
|