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 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155
|
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Module: SQLite3</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
<script type="text/javascript" language="JavaScript">
<!--
function toggleSource( id )
{
var elem
var link
if( document.all )
{
elem = eval( "document.all." + id )
link = eval( "document.all.l_" + id )
}
else
{
elem = document.getElementById( id )
link = document.getElementById( "l_" + id )
}
if( elem.style.display == "block" )
{
elem.style.display = "none"
link.innerHTML = "show source"
}
else
{
elem.style.display = "block"
link.innerHTML = "hide source"
}
}
function openCode( url )
{
window.open( url, "SOURCE_CODE", "width=400,height=400,scrollbars=yes" )
}
//-->
</script>
</head>
<body>
<table width="100%" border='0' cellpadding='0' cellspacing='0' class='banner'><tr>
<td class="file-title"><span class="file-title-prefix">Module</span><br />SQLite3</td>
<td align="right">
<table cellspacing=0 cellpadding=2>
<tr valign="top">
<td>In:</td>
<td>
<a href="../files/lib/sqlite3/statement_rb.html">lib/sqlite3/statement.rb</a>
<a href="../files/lib/sqlite3/database_rb.html">lib/sqlite3/database.rb</a>
<a href="../files/lib/sqlite3/constants_rb.html">lib/sqlite3/constants.rb</a>
<a href="../files/lib/sqlite3/translator_rb.html">lib/sqlite3/translator.rb</a>
<a href="../files/lib/sqlite3/resultset_rb.html">lib/sqlite3/resultset.rb</a>
<a href="../files/lib/sqlite3/value_rb.html">lib/sqlite3/value.rb</a>
<a href="../files/lib/sqlite3/version_rb.html">lib/sqlite3/version.rb</a>
<a href="../files/lib/sqlite3/pragmas_rb.html">lib/sqlite3/pragmas.rb</a>
<a href="../files/lib/sqlite3/errors_rb.html">lib/sqlite3/errors.rb</a>
<a href="../files/lib/sqlite3/driver/dl/driver_rb.html">lib/sqlite3/driver/dl/driver.rb</a>
<a href="../files/lib/sqlite3/driver/dl/api_rb.html">lib/sqlite3/driver/dl/api.rb</a>
<a href="../files/lib/sqlite3/driver/native/driver_rb.html">lib/sqlite3/driver/native/driver.rb</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- banner header -->
<div id="bodyContent">
<div id="content">
<div id="contextContent">
</div>
<div id="section">
<div class="sectiontitle">Constants</div>
<table border='0' cellpadding='5'>
<tr valign='top'>
<td class="attr-name">EXCEPTIONS</td>
<td>=</td>
<td class="attr-value">[ nil, SQLException, InternalException, PermissionException, AbortException, BusyException, LockedException, MemoryException, ReadOnlyException, InterruptException, IOException, CorruptException, NotFoundException, FullException, CantOpenException, ProtocolException, EmptyException, SchemaChangedException, TooBigException, ConstraintException, MismatchException, MisuseException, UnsupportedException, AuthorizationException, FormatException, RangeException, NotADatabaseException</td>
</tr>
</table>
<div class="sectiontitle">Classes and Modules</div>
Module <a href="SQLite3/Constants.html" class="link">SQLite3::Constants</a><br />
Module <a href="SQLite3/Driver.html" class="link">SQLite3::Driver</a><br />
Module <a href="SQLite3/Error.html" class="link">SQLite3::Error</a><br />
Module <a href="SQLite3/Pragmas.html" class="link">SQLite3::Pragmas</a><br />
Module <a href="SQLite3/Version.html" class="link">SQLite3::Version</a><br />
Class <a href="SQLite3/AbortException.html" class="link">SQLite3::AbortException</a><br />
Class <a href="SQLite3/AuthorizationException.html" class="link">SQLite3::AuthorizationException</a><br />
Class <a href="SQLite3/Blob.html" class="link">SQLite3::Blob</a><br />
Class <a href="SQLite3/BusyException.html" class="link">SQLite3::BusyException</a><br />
Class <a href="SQLite3/CantOpenException.html" class="link">SQLite3::CantOpenException</a><br />
Class <a href="SQLite3/ConstraintException.html" class="link">SQLite3::ConstraintException</a><br />
Class <a href="SQLite3/CorruptException.html" class="link">SQLite3::CorruptException</a><br />
Class <a href="SQLite3/Database.html" class="link">SQLite3::Database</a><br />
Class <a href="SQLite3/EmptyException.html" class="link">SQLite3::EmptyException</a><br />
Class <a href="SQLite3/Exception.html" class="link">SQLite3::Exception</a><br />
Class <a href="SQLite3/FormatException.html" class="link">SQLite3::FormatException</a><br />
Class <a href="SQLite3/FullException.html" class="link">SQLite3::FullException</a><br />
Class <a href="SQLite3/IOException.html" class="link">SQLite3::IOException</a><br />
Class <a href="SQLite3/InternalException.html" class="link">SQLite3::InternalException</a><br />
Class <a href="SQLite3/InterruptException.html" class="link">SQLite3::InterruptException</a><br />
Class <a href="SQLite3/LockedException.html" class="link">SQLite3::LockedException</a><br />
Class <a href="SQLite3/MemoryException.html" class="link">SQLite3::MemoryException</a><br />
Class <a href="SQLite3/MismatchException.html" class="link">SQLite3::MismatchException</a><br />
Class <a href="SQLite3/MisuseException.html" class="link">SQLite3::MisuseException</a><br />
Class <a href="SQLite3/NotADatabaseException.html" class="link">SQLite3::NotADatabaseException</a><br />
Class <a href="SQLite3/NotFoundException.html" class="link">SQLite3::NotFoundException</a><br />
Class <a href="SQLite3/PermissionException.html" class="link">SQLite3::PermissionException</a><br />
Class <a href="SQLite3/ProtocolException.html" class="link">SQLite3::ProtocolException</a><br />
Class <a href="SQLite3/RangeException.html" class="link">SQLite3::RangeException</a><br />
Class <a href="SQLite3/ReadOnlyException.html" class="link">SQLite3::ReadOnlyException</a><br />
Class <a href="SQLite3/ResultSet.html" class="link">SQLite3::ResultSet</a><br />
Class <a href="SQLite3/SQLException.html" class="link">SQLite3::SQLException</a><br />
Class <a href="SQLite3/SchemaChangedException.html" class="link">SQLite3::SchemaChangedException</a><br />
Class <a href="SQLite3/Statement.html" class="link">SQLite3::Statement</a><br />
Class <a href="SQLite3/TooBigException.html" class="link">SQLite3::TooBigException</a><br />
Class <a href="SQLite3/Translator.html" class="link">SQLite3::Translator</a><br />
Class <a href="SQLite3/UnsupportedException.html" class="link">SQLite3::UnsupportedException</a><br />
Class <a href="SQLite3/Value.html" class="link">SQLite3::Value</a><br />
</div>
</div>
<div id="validator-badges">
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
</div>
</body>
</html>
|