shard-crystal-sqlite3/SQLite3/Value.html

51 lines
529 B
HTML
Raw Permalink Normal View History

2015-03-13 00:12:41 +00:00
<!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>