mirror of
https://gitea.invidious.io/iv-org/shard-crystal-sqlite3.git
synced 2024-08-15 00:53:26 +00:00
51 lines
529 B
HTML
51 lines
529 B
HTML
|
<!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>
|