mirror of
https://gitea.invidious.io/iv-org/shard-crystal-sqlite3.git
synced 2024-08-15 00:53:26 +00:00
106 lines
2 KiB
HTML
106 lines
2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link href="../css/style.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<h1>class SQLite3::Exception</h1>
|
|
|
|
|
|
|
|
<h2>Overview</h2>
|
|
|
|
<p>Exception thrown on invalid SQLite3 operations.</p>
|
|
|
|
|
|
|
|
|
|
|
|
<h2>Superclass hierarchy</h2>
|
|
<div style="padding-left: 0px">Object</div><div style="padding-left: 20px">Reference</div><div style="padding-left: 40px">Exception</div><div style="padding-left: 60px"><a href="../SQLite3/Exception.html">SQLite3::Exception</a></div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h2>Class Method Summary</h2>
|
|
<ul>
|
|
|
|
<li class="entry-summary">
|
|
<a href="#new%28db%29-class-method" class="signature"><strong>.new</strong>(db)</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<h2>Instance Method Summary</h2>
|
|
<ul>
|
|
|
|
<li class="entry-summary">
|
|
<a href="#code-instance-method" class="signature"><strong>#code</strong></a>
|
|
|
|
<div class="summary"><p>The internal code associated with the failure.</p></div>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h2>Class Method Detail</h2>
|
|
|
|
<div class="entry-detail">
|
|
<div class="signature" id="new%28db%29-class-method">
|
|
|
|
def self.<strong>new</strong>(db)
|
|
</div>
|
|
|
|
|
|
<br/>
|
|
<div>[<a href="https://github.com/manastech/crystal-sqlite3/blob/d62185867bf35fa946436da24de5e8aa6f1a6227/src/sqlite3/exception.cr#L6" target="_blank">View source</a>]</div>
|
|
|
|
</div>
|
|
<hr/>
|
|
|
|
|
|
|
|
|
|
<h2>Instance Method Detail</h2>
|
|
|
|
<div class="entry-detail">
|
|
<div class="signature" id="code-instance-method">
|
|
|
|
def <strong>code</strong>
|
|
</div>
|
|
|
|
<div class="doc"><p>The internal code associated with the failure.</p></div>
|
|
|
|
|
|
<br/>
|
|
<div>[<a href="https://github.com/manastech/crystal-sqlite3/blob/d62185867bf35fa946436da24de5e8aa6f1a6227/src/sqlite3/exception.cr#L4" target="_blank">View source</a>]</div>
|
|
|
|
</div>
|
|
<hr/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|