This commit is contained in:
Ary Borenszweig 2015-03-12 21:12:41 -03:00
commit 888aff86c5
11 changed files with 1799 additions and 0 deletions

50
SQLite3/Value.html Normal file
View file

@ -0,0 +1,50 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link href="../css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1>alias SQLite3::Value</h1>
<h2>Overview</h2>
<p>All possible values of each column of a row returned by <code><a href="../SQLite3/Database.html#execute%28sql%2C%20%2Abinds%2C%20%26block%29-instance-method">Database#execute</a></code>.</p>
<h2>Alias Definition</h2>
<code>Nil | Int64 | Float64 | String | Slice(UInt8)</code>
</body>
</html>