Compare commits

..

14 Commits

Author SHA1 Message Date
Helge Heß 77231ba57a
Update docs
Lighter 1.0.8
2022-08-24 16:40:40 +02:00
Helge Heß fbfdb396d7
Merge branch 'main' into gh-pages 2022-08-24 16:40:01 +02:00
Helge Heß be658382c7
Merge branch 'develop' 2022-08-24 16:39:31 +02:00
Helge Heß 82abf29e57
Merge branch 'develop' 2022-08-16 15:26:12 +02:00
Helge Heß ee116ab32f
Merge branch 'develop' 2022-08-16 15:19:49 +02:00
Helge Heß 48d589d55b
Rebuilds docs for 1.0.0 version
...
2022-08-10 17:32:04 +02:00
Helge Heß 5f0064b95b
Merge branch 'main' into gh-pages 2022-08-10 17:31:27 +02:00
Helge Heß 07c0cde980
Merge branch 'develop' 2022-08-10 17:31:10 +02:00
Helge Heß d25a23dcca
Push index.html
Didn't re-run make docs last time.
2022-08-05 19:01:07 +02:00
Helge Heß 7c0c80dfa0
Fix redirect link
Hopefully works now.
2022-08-05 18:57:18 +02:00
Helge Heß ad5f8d3bc1
Fix index.html
Should now override the default generated one.
2022-08-05 18:53:51 +02:00
Helge Heß 3d10b8efd6
Update docs
...
2022-08-05 18:49:12 +02:00
Helge Heß a6d7777329
Fix singularization of record names
We want singular names.
2022-08-05 18:48:50 +02:00
Helge Heß 82245c511c
Add DocC documentation
To the specific branch.
2022-08-05 18:35:59 +02:00
3319 changed files with 3776 additions and 69 deletions

View File

@ -12,7 +12,7 @@ var package = Package(
dependencies: [
.package(url: "https://github.com/Lighter-swift/Lighter.git",
from: "1.0.24"),
from: "1.0.8"),
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
],

View File

@ -12,7 +12,7 @@ var package = Package(
dependencies: [
.package(url: "https://github.com/Lighter-swift/Lighter.git",
from: "1.0.24"),
from: "1.0.8"),
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
],

View File

@ -1,70 +1,7 @@
# Northwind-SQLite3.swift
A fork of Northwind-SQLite3 which packages the Northwind
database as a Swift module/package.
Swift package documentation:
[NorthwindSQLite.swift](https://lighter-swift.github.io/NorthwindSQLite.swift/documentation/northwind/).
**Note**:
Due to an Xcode 14/15 bug the Northwind module cannot yet be directly added to an
Xcode project as a package dependency.
A ["Local Package"](https://developer.apple.com/documentation/xcode/organizing-your-code-with-local-packages)
needs to be setup.
It works fine in regular SPM contexts.
### Examples
- [NorthwindWebAPI](https://github.com/Lighter-swift/Examples/blob/develop/Sources/NorthwindWebAPI/) (A server side Swift example
exposing the DB as a JSON API endpoint, and providing a few pretty HTML
pages showing data contained.)
- [NorthwindSwiftUI](https://github.com/Lighter-swift/Examples/blob/develop/Sources/NorthwindSwiftUI/) (A SwiftUI example that lets
one browse the Northwind database. Uses the Lighter API in combination with
its async/await supports.)
### Package.swift
Steps to workaround Xcode 15beta issues:
- in your Xcode project, select the project in the sidebar
- in the Xcode menu, use the "File" / "New Package …" menu
- select the "Library" template
- in the next dialog use "Add to project" (it defaults to none), and add it to the Xcode projec
- make sure to link the helper package to the target (e.g. via "Frameworks, Libs and Embedded Content")
This is generally a good way to maintain dependencies in Xcode.
Example of a "LocalHelper" `Package.swift` that imports Northwind
for Xcode use:
```swift
// swift-tools-version: 5.7
import PackageDescription
let package = Package(
name: "LocalHelper",
platforms: [ .macOS(.v10_15), .iOS(.v13) ], // <= required
products: [
.library(
name: "LocalHelper",
targets: ["LocalHelper"]),
],
dependencies: [
.package(url: "https://github.com/Lighter-swift/NorthwindSQLite.swift.git",
branch: "develop")
],
targets: [
.target(
name: "LocalHelper",
dependencies: [
.product(name: "Northwind", package: "NorthwindSQLite.swift")
])
]
)
```
To just re-export Northwind, use this in the LocalHelper.swift:
```swift
@_exported import Northwind
```
2022-08-04: A fork of Northwind-SQLite3 which packages Northwind as a Swift
module.
<hr />
@ -78,7 +15,7 @@ All the TABLES and VIEWS from the MSSQL-2000 version have been converted to Sqli
# Structure
![alt tag](images/Northwind_ERD.png)
![alt tag](https://raw.githubusercontent.com/jpwhite3/northwind-SQLite3/master/images/Northwind_ERD.png)
# Build Instructions

11
docs-index.html Normal file
View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Redirecting</title>
<meta http-equiv="refresh" content="0; URL=/NorthwindSQLite.swift/documentation/northwind/">
<link rel="canonical" href="/NorthwindSQLite.swift/documentation/northwind/">
</head>
<body>
<a href="/NorthwindSQLite.swift/documentation/northwind">Documentation Index</a>
</body>
</html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"!="},{"kind":"text","text":" "},{"kind":"text","text":"("},{"kind":"internalParam","text":"lhs"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"internalParam","text":"rhs"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/northwind\/alphabeticallistofproduct\/!=(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/!=(_:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Equatable.!=(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"role":"symbol","title":"!=(_:_:)","roleHeading":"Operator","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"!="},{"kind":"text","text":" "},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"symbolKind":"op","externalID":"s:SQsE2neoiySbx_xtFZ::SYNTHESIZED::s:9Northwind25AlphabeticalListOfProductV","extendedModule":"Swift","modules":[{"name":"Northwind"}]},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct","doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/Equatable-Implementations"]]},"references":{"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct/Equatable-Implementations":{"role":"collectionGroup","title":"Equatable Implementations","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/Equatable-Implementations","kind":"article","type":"topic","url":"\/documentation\/northwind\/alphabeticallistofproduct\/equatable-implementations"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct/!=(_:_:)":{"role":"symbol","title":"!=(_:_:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"!="},{"kind":"text","text":" "},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/!=(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/northwind\/alphabeticallistofproduct\/!=(_:_:)"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct":{"role":"symbol","title":"AlphabeticalListOfProduct","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Alphabetical list of products"},{"type":"text","text":" SQL view."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"url":"\/documentation\/northwind\/alphabeticallistofproduct"}}}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"categoryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/northwind\/alphabeticallistofproduct\/categoryid"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/categoryID","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Column "},{"type":"codeVoice","code":"CategoryID"},{"type":"text","text":" ("},{"type":"codeVoice","code":"INTEGER"},{"type":"text","text":"), optional (default: "},{"type":"codeVoice","code":"nil"},{"type":"text","text":")."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"categoryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?"}],"title":"categoryID","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:9Northwind25AlphabeticalListOfProductV10categoryIDSiSgvp","modules":[{"name":"Northwind"}]},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct"]]},"references":{"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct":{"role":"symbol","title":"AlphabeticalListOfProduct","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Alphabetical list of products"},{"type":"text","text":" SQL view."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"url":"\/documentation\/northwind\/alphabeticallistofproduct"},"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct/categoryID":{"role":"symbol","title":"categoryID","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"categoryID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?"}],"abstract":[{"type":"text","text":"Column "},{"type":"codeVoice","code":"CategoryID"},{"type":"text","text":" ("},{"type":"codeVoice","code":"INTEGER"},{"type":"text","text":"), optional (default: "},{"type":"codeVoice","code":"nil"},{"type":"text","text":")."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/categoryID","kind":"symbol","type":"topic","url":"\/documentation\/northwind\/alphabeticallistofproduct\/categoryid"}}}

View File

@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"categoryName"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/northwind\/alphabeticallistofproduct\/categoryname"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/categoryName","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Column "},{"type":"codeVoice","code":"CategoryName"},{"type":"text","text":" ("},{"type":"codeVoice","code":"TEXT"},{"type":"text","text":"), optional (default: "},{"type":"codeVoice","code":"nil"},{"type":"text","text":")."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"categoryName"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?"}],"title":"categoryName","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:9Northwind25AlphabeticalListOfProductV12categoryNameSSSgvp","modules":[{"name":"Northwind"}]},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct"]]},"references":{"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct/categoryName":{"role":"symbol","title":"categoryName","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"categoryName"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?"}],"abstract":[{"type":"text","text":"Column "},{"type":"codeVoice","code":"CategoryName"},{"type":"text","text":" ("},{"type":"codeVoice","code":"TEXT"},{"type":"text","text":"), optional (default: "},{"type":"codeVoice","code":"nil"},{"type":"text","text":")."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/categoryName","kind":"symbol","type":"topic","url":"\/documentation\/northwind\/alphabeticallistofproduct\/categoryname"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct":{"role":"symbol","title":"AlphabeticalListOfProduct","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Alphabetical list of products"},{"type":"text","text":" SQL view."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"url":"\/documentation\/northwind\/alphabeticallistofproduct"}}}

View File

@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"discontinued"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/northwind\/alphabeticallistofproduct\/discontinued"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/discontinued","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Column "},{"type":"codeVoice","code":"Discontinued"},{"type":"text","text":" ("},{"type":"codeVoice","code":"TEXT"},{"type":"text","text":"), optional (default: "},{"type":"codeVoice","code":"nil"},{"type":"text","text":")."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"discontinued"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?"}],"title":"discontinued","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:9Northwind25AlphabeticalListOfProductV12discontinuedSSSgvp","modules":[{"name":"Northwind"}]},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct"]]},"references":{"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct/discontinued":{"role":"symbol","title":"discontinued","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"discontinued"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?"}],"abstract":[{"type":"text","text":"Column "},{"type":"codeVoice","code":"Discontinued"},{"type":"text","text":" ("},{"type":"codeVoice","code":"TEXT"},{"type":"text","text":"), optional (default: "},{"type":"codeVoice","code":"nil"},{"type":"text","text":")."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/discontinued","kind":"symbol","type":"topic","url":"\/documentation\/northwind\/alphabeticallistofproduct\/discontinued"},"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct":{"role":"symbol","title":"AlphabeticalListOfProduct","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Alphabetical list of products"},{"type":"text","text":" SQL view."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"url":"\/documentation\/northwind\/alphabeticallistofproduct"}}}

View File

@ -0,0 +1 @@
{"variants":[{"paths":["\/documentation\/northwind\/alphabeticallistofproduct\/equatable-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/Equatable-Implementations","interfaceLanguage":"swift"},"topicSections":[{"title":"Operators","identifiers":["doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/!=(_:_:)"],"generated":true}],"kind":"article","metadata":{"modules":[{"name":"Northwind"}],"role":"collectionGroup","title":"Equatable Implementations"},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct"]]},"references":{"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct/!=(_:_:)":{"role":"symbol","title":"!=(_:_:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"!="},{"kind":"text","text":" "},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/!=(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/northwind\/alphabeticallistofproduct\/!=(_:_:)"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct":{"role":"symbol","title":"AlphabeticalListOfProduct","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Alphabetical list of products"},{"type":"text","text":" SQL view."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"url":"\/documentation\/northwind\/alphabeticallistofproduct"}}}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"from"},{"kind":"text","text":" "},{"kind":"internalParam","text":"decoder"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Decoder","preciseIdentifier":"s:s7DecoderP"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/northwind\/alphabeticallistofproduct\/init(from:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/init(from:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Decodable.init(from:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"from"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Decoder","preciseIdentifier":"s:s7DecoderP"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"}],"title":"init(from:)","roleHeading":"Initializer","role":"symbol","symbolKind":"init","externalID":"s:9Northwind25AlphabeticalListOfProductV4fromACs7Decoder_p_tKcfc","modules":[{"name":"Northwind"}]},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct"]]},"references":{"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct":{"role":"symbol","title":"AlphabeticalListOfProduct","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Alphabetical list of products"},{"type":"text","text":" SQL view."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"url":"\/documentation\/northwind\/alphabeticallistofproduct"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct/init(from:)":{"role":"symbol","title":"init(from:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"from"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Decoder","preciseIdentifier":"s:s7DecoderP"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"}],"abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/init(from:)","kind":"symbol","type":"topic","url":"\/documentation\/northwind\/alphabeticallistofproduct\/init(from:)"}}}

View File

@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"productID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/northwind\/alphabeticallistofproduct\/productid"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/productID","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Column "},{"type":"codeVoice","code":"ProductID"},{"type":"text","text":" ("},{"type":"codeVoice","code":"INTEGER"},{"type":"text","text":"), optional (default: "},{"type":"codeVoice","code":"nil"},{"type":"text","text":")."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"productID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?"}],"title":"productID","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:9Northwind25AlphabeticalListOfProductV9productIDSiSgvp","modules":[{"name":"Northwind"}]},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct"]]},"references":{"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct":{"role":"symbol","title":"AlphabeticalListOfProduct","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Alphabetical list of products"},{"type":"text","text":" SQL view."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"url":"\/documentation\/northwind\/alphabeticallistofproduct"},"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct/productID":{"role":"symbol","title":"productID","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"productID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?"}],"abstract":[{"type":"text","text":"Column "},{"type":"codeVoice","code":"ProductID"},{"type":"text","text":" ("},{"type":"codeVoice","code":"INTEGER"},{"type":"text","text":"), optional (default: "},{"type":"codeVoice","code":"nil"},{"type":"text","text":")."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/productID","kind":"symbol","type":"topic","url":"\/documentation\/northwind\/alphabeticallistofproduct\/productid"}}}

View File

@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"productName"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/northwind\/alphabeticallistofproduct\/productname"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/productName","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Column "},{"type":"codeVoice","code":"ProductName"},{"type":"text","text":" ("},{"type":"codeVoice","code":"TEXT"},{"type":"text","text":"), optional (default: "},{"type":"codeVoice","code":"nil"},{"type":"text","text":")."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"productName"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?"}],"title":"productName","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:9Northwind25AlphabeticalListOfProductV11productNameSSSgvp","modules":[{"name":"Northwind"}]},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct"]]},"references":{"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct":{"role":"symbol","title":"AlphabeticalListOfProduct","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Alphabetical list of products"},{"type":"text","text":" SQL view."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"url":"\/documentation\/northwind\/alphabeticallistofproduct"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct/productName":{"role":"symbol","title":"productName","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"productName"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?"}],"abstract":[{"type":"text","text":"Column "},{"type":"codeVoice","code":"ProductName"},{"type":"text","text":" ("},{"type":"codeVoice","code":"TEXT"},{"type":"text","text":"), optional (default: "},{"type":"codeVoice","code":"nil"},{"type":"text","text":")."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/productName","kind":"symbol","type":"topic","url":"\/documentation\/northwind\/alphabeticallistofproduct\/productname"}}}

View File

@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"quantityPerUnit"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/northwind\/alphabeticallistofproduct\/quantityperunit"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/quantityPerUnit","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Column "},{"type":"codeVoice","code":"QuantityPerUnit"},{"type":"text","text":" ("},{"type":"codeVoice","code":"TEXT"},{"type":"text","text":"), optional (default: "},{"type":"codeVoice","code":"nil"},{"type":"text","text":")."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"quantityPerUnit"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?"}],"title":"quantityPerUnit","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:9Northwind25AlphabeticalListOfProductV15quantityPerUnitSSSgvp","modules":[{"name":"Northwind"}]},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct"]]},"references":{"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct":{"role":"symbol","title":"AlphabeticalListOfProduct","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Alphabetical list of products"},{"type":"text","text":" SQL view."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"url":"\/documentation\/northwind\/alphabeticallistofproduct"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct/quantityPerUnit":{"role":"symbol","title":"quantityPerUnit","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"quantityPerUnit"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?"}],"abstract":[{"type":"text","text":"Column "},{"type":"codeVoice","code":"QuantityPerUnit"},{"type":"text","text":" ("},{"type":"codeVoice","code":"TEXT"},{"type":"text","text":"), optional (default: "},{"type":"codeVoice","code":"nil"},{"type":"text","text":")."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/quantityPerUnit","kind":"symbol","type":"topic","url":"\/documentation\/northwind\/alphabeticallistofproduct\/quantityperunit"}}}

View File

@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"reorderLevel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/northwind\/alphabeticallistofproduct\/reorderlevel"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/reorderLevel","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Column "},{"type":"codeVoice","code":"ReorderLevel"},{"type":"text","text":" ("},{"type":"codeVoice","code":"INTEGER"},{"type":"text","text":"), optional (default: "},{"type":"codeVoice","code":"nil"},{"type":"text","text":")."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"reorderLevel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?"}],"title":"reorderLevel","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:9Northwind25AlphabeticalListOfProductV12reorderLevelSiSgvp","modules":[{"name":"Northwind"}]},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct"]]},"references":{"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct":{"role":"symbol","title":"AlphabeticalListOfProduct","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Alphabetical list of products"},{"type":"text","text":" SQL view."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"url":"\/documentation\/northwind\/alphabeticallistofproduct"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct/reorderLevel":{"role":"symbol","title":"reorderLevel","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"reorderLevel"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?"}],"abstract":[{"type":"text","text":"Column "},{"type":"codeVoice","code":"ReorderLevel"},{"type":"text","text":" ("},{"type":"codeVoice","code":"INTEGER"},{"type":"text","text":"), optional (default: "},{"type":"codeVoice","code":"nil"},{"type":"text","text":")."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/reorderLevel","kind":"symbol","type":"topic","url":"\/documentation\/northwind\/alphabeticallistofproduct\/reorderlevel"}}}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"columnCount"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int32","preciseIdentifier":"s:s5Int32V"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/northwind\/alphabeticallistofproduct\/schema-swift.struct\/columncount"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/Schema-swift.struct\/columnCount","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"The number of columns the "},{"type":"codeVoice","code":"Alphabetical list of products"},{"type":"text","text":" table has."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"columnCount"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int32","preciseIdentifier":"s:s5Int32V"}],"title":"columnCount","roleHeading":"Type Property","role":"symbol","symbolKind":"property","externalID":"s:9Northwind25AlphabeticalListOfProductV6SchemaV11columnCounts5Int32VvpZ","modules":[{"name":"Northwind"}]},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct","doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/SQLRecord-Implementations","doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/Schema-swift.struct"]]},"references":{"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct/SQLRecord-Implementations":{"role":"collectionGroup","title":"SQLRecord Implementations","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/SQLRecord-Implementations","kind":"article","type":"topic","url":"\/documentation\/northwind\/alphabeticallistofproduct\/sqlrecord-implementations"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct/Schema-swift.struct/columnCount":{"role":"symbol","title":"columnCount","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"columnCount"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int32","preciseIdentifier":"s:s5Int32V"}],"abstract":[{"type":"text","text":"The number of columns the "},{"type":"codeVoice","code":"Alphabetical list of products"},{"type":"text","text":" table has."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/Schema-swift.struct\/columnCount","kind":"symbol","type":"topic","url":"\/documentation\/northwind\/alphabeticallistofproduct\/schema-swift.struct\/columncount"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct/Schema-swift.struct":{"role":"symbol","title":"AlphabeticalListOfProduct.Schema","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Schema"}],"abstract":[{"type":"text","text":"Static type information for the "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct"},{"type":"text","text":" record ("},{"type":"codeVoice","code":"Alphabetical list of products"},{"type":"text","text":" SQL table)."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/Schema-swift.struct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Schema"}],"url":"\/documentation\/northwind\/alphabeticallistofproduct\/schema-swift.struct"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct":{"role":"symbol","title":"AlphabeticalListOfProduct","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Alphabetical list of products"},{"type":"text","text":" SQL view."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"url":"\/documentation\/northwind\/alphabeticallistofproduct"}}}

View File

@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"create"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/northwind\/alphabeticallistofproduct\/schema-swift.struct\/create"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/Schema-swift.struct\/create","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"The SQL used to create the "},{"type":"codeVoice","code":"Alphabetical list of products"},{"type":"text","text":" view."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"create"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"title":"create","roleHeading":"Type Property","role":"symbol","symbolKind":"property","externalID":"s:9Northwind25AlphabeticalListOfProductV6SchemaV6createSSvpZ","modules":[{"name":"Northwind"}]},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct","doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/SQLRecord-Implementations","doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/Schema-swift.struct"]]},"references":{"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct/SQLRecord-Implementations":{"role":"collectionGroup","title":"SQLRecord Implementations","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/SQLRecord-Implementations","kind":"article","type":"topic","url":"\/documentation\/northwind\/alphabeticallistofproduct\/sqlrecord-implementations"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct/Schema-swift.struct":{"role":"symbol","title":"AlphabeticalListOfProduct.Schema","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Schema"}],"abstract":[{"type":"text","text":"Static type information for the "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct"},{"type":"text","text":" record ("},{"type":"codeVoice","code":"Alphabetical list of products"},{"type":"text","text":" SQL table)."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/Schema-swift.struct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Schema"}],"url":"\/documentation\/northwind\/alphabeticallistofproduct\/schema-swift.struct"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct":{"role":"symbol","title":"AlphabeticalListOfProduct","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Alphabetical list of products"},{"type":"text","text":" SQL view."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"url":"\/documentation\/northwind\/alphabeticallistofproduct"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct/Schema-swift.struct/create":{"role":"symbol","title":"create","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"create"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[{"type":"text","text":"The SQL used to create the "},{"type":"codeVoice","code":"Alphabetical list of products"},{"type":"text","text":" view."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/Schema-swift.struct\/create","kind":"symbol","type":"topic","url":"\/documentation\/northwind\/alphabeticallistofproduct\/schema-swift.struct\/create"},"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"}}}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"externalName"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/northwind\/alphabeticallistofproduct\/schema-swift.struct\/externalname"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/Schema-swift.struct\/externalName","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"The SQL table name associated with the "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct"},{"type":"text","text":" record."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"externalName"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"title":"externalName","roleHeading":"Type Property","role":"symbol","symbolKind":"property","externalID":"s:9Northwind25AlphabeticalListOfProductV6SchemaV12externalNameSSvpZ","modules":[{"name":"Northwind"}]},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct","doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/SQLRecord-Implementations","doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/Schema-swift.struct"]]},"references":{"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct":{"role":"symbol","title":"AlphabeticalListOfProduct","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Alphabetical list of products"},{"type":"text","text":" SQL view."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"url":"\/documentation\/northwind\/alphabeticallistofproduct"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct/Schema-swift.struct/externalName":{"role":"symbol","title":"externalName","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"externalName"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[{"type":"text","text":"The SQL table name associated with the "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct"},{"type":"text","text":" record."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/Schema-swift.struct\/externalName","kind":"symbol","type":"topic","url":"\/documentation\/northwind\/alphabeticallistofproduct\/schema-swift.struct\/externalname"},"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct/SQLRecord-Implementations":{"role":"collectionGroup","title":"SQLRecord Implementations","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/SQLRecord-Implementations","kind":"article","type":"topic","url":"\/documentation\/northwind\/alphabeticallistofproduct\/sqlrecord-implementations"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct/Schema-swift.struct":{"role":"symbol","title":"AlphabeticalListOfProduct.Schema","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Schema"}],"abstract":[{"type":"text","text":"Static type information for the "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct"},{"type":"text","text":" record ("},{"type":"codeVoice","code":"Alphabetical list of products"},{"type":"text","text":" SQL table)."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/Schema-swift.struct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Schema"}],"url":"\/documentation\/northwind\/alphabeticallistofproduct\/schema-swift.struct"}}}

View File

@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"MatchClosureType"},{"kind":"text","text":" = ("},{"kind":"typeIdentifier","identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct","preciseIdentifier":"s:9Northwind25AlphabeticalListOfProductV","text":"AlphabeticalListOfProduct"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/northwind\/alphabeticallistofproduct\/schema-swift.struct\/matchclosuretype"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/Schema-swift.struct\/MatchClosureType","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"MatchClosureType"}],"title":"AlphabeticalListOfProduct.Schema.MatchClosureType","roleHeading":"Type Alias","role":"symbol","symbolKind":"typealias","externalID":"s:9Northwind25AlphabeticalListOfProductV6SchemaV16MatchClosureTypea","modules":[{"name":"Northwind"}],"navigatorTitle":[{"kind":"identifier","text":"MatchClosureType"}]},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct","doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/SQLRecord-Implementations","doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/Schema-swift.struct"]]},"references":{"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct/Schema-swift.struct":{"role":"symbol","title":"AlphabeticalListOfProduct.Schema","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Schema"}],"abstract":[{"type":"text","text":"Static type information for the "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct"},{"type":"text","text":" record ("},{"type":"codeVoice","code":"Alphabetical list of products"},{"type":"text","text":" SQL table)."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/Schema-swift.struct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Schema"}],"url":"\/documentation\/northwind\/alphabeticallistofproduct\/schema-swift.struct"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct/SQLRecord-Implementations":{"role":"collectionGroup","title":"SQLRecord Implementations","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/SQLRecord-Implementations","kind":"article","type":"topic","url":"\/documentation\/northwind\/alphabeticallistofproduct\/sqlrecord-implementations"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct":{"role":"symbol","title":"AlphabeticalListOfProduct","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Alphabetical list of products"},{"type":"text","text":" SQL view."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"url":"\/documentation\/northwind\/alphabeticallistofproduct"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct/Schema-swift.struct/MatchClosureType":{"role":"symbol","title":"AlphabeticalListOfProduct.Schema.MatchClosureType","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"MatchClosureType"}],"abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/Schema-swift.struct\/MatchClosureType","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"MatchClosureType"}],"url":"\/documentation\/northwind\/alphabeticallistofproduct\/schema-swift.struct\/matchclosuretype"},"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"}}}

View File

@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"matchSelect"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/northwind\/alphabeticallistofproduct\/schema-swift.struct\/matchselect"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/Schema-swift.struct\/matchSelect","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"SQL to "},{"type":"codeVoice","code":"SELECT"},{"type":"text","text":" all columns of the "},{"type":"codeVoice","code":"Alphabetical list of products"},{"type":"text","text":" table using a Swift filter."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"matchSelect"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"title":"matchSelect","roleHeading":"Type Property","role":"symbol","symbolKind":"property","externalID":"s:9Northwind25AlphabeticalListOfProductV6SchemaV11matchSelectSSvpZ","modules":[{"name":"Northwind"}]},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct","doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/SQLRecord-Implementations","doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/Schema-swift.struct"]]},"references":{"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct/SQLRecord-Implementations":{"role":"collectionGroup","title":"SQLRecord Implementations","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/SQLRecord-Implementations","kind":"article","type":"topic","url":"\/documentation\/northwind\/alphabeticallistofproduct\/sqlrecord-implementations"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct/Schema-swift.struct/matchSelect":{"role":"symbol","title":"matchSelect","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"matchSelect"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[{"type":"text","text":"SQL to "},{"type":"codeVoice","code":"SELECT"},{"type":"text","text":" all columns of the "},{"type":"codeVoice","code":"Alphabetical list of products"},{"type":"text","text":" table using a Swift filter."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/Schema-swift.struct\/matchSelect","kind":"symbol","type":"topic","url":"\/documentation\/northwind\/alphabeticallistofproduct\/schema-swift.struct\/matchselect"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct/Schema-swift.struct":{"role":"symbol","title":"AlphabeticalListOfProduct.Schema","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Schema"}],"abstract":[{"type":"text","text":"Static type information for the "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct"},{"type":"text","text":" record ("},{"type":"codeVoice","code":"Alphabetical list of products"},{"type":"text","text":" SQL table)."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/Schema-swift.struct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Schema"}],"url":"\/documentation\/northwind\/alphabeticallistofproduct\/schema-swift.struct"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct":{"role":"symbol","title":"AlphabeticalListOfProduct","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Alphabetical list of products"},{"type":"text","text":" SQL view."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"url":"\/documentation\/northwind\/alphabeticallistofproduct"},"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"}}}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"RecordType"},{"kind":"text","text":" = "},{"kind":"typeIdentifier","identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct","preciseIdentifier":"s:9Northwind25AlphabeticalListOfProductV","text":"AlphabeticalListOfProduct"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/northwind\/alphabeticallistofproduct\/schema-swift.struct\/recordtype"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/Schema-swift.struct\/RecordType","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"RecordType"}],"title":"AlphabeticalListOfProduct.Schema.RecordType","roleHeading":"Type Alias","role":"symbol","symbolKind":"typealias","externalID":"s:9Northwind25AlphabeticalListOfProductV6SchemaV10RecordTypea","modules":[{"name":"Northwind"}],"navigatorTitle":[{"kind":"identifier","text":"RecordType"}]},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct","doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/SQLRecord-Implementations","doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/Schema-swift.struct"]]},"references":{"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct/Schema-swift.struct":{"role":"symbol","title":"AlphabeticalListOfProduct.Schema","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Schema"}],"abstract":[{"type":"text","text":"Static type information for the "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct"},{"type":"text","text":" record ("},{"type":"codeVoice","code":"Alphabetical list of products"},{"type":"text","text":" SQL table)."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/Schema-swift.struct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Schema"}],"url":"\/documentation\/northwind\/alphabeticallistofproduct\/schema-swift.struct"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct/SQLRecord-Implementations":{"role":"collectionGroup","title":"SQLRecord Implementations","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/SQLRecord-Implementations","kind":"article","type":"topic","url":"\/documentation\/northwind\/alphabeticallistofproduct\/sqlrecord-implementations"},"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct/Schema-swift.struct/RecordType":{"role":"symbol","title":"AlphabeticalListOfProduct.Schema.RecordType","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"RecordType"}],"abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/Schema-swift.struct\/RecordType","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"RecordType"}],"url":"\/documentation\/northwind\/alphabeticallistofproduct\/schema-swift.struct\/recordtype"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct":{"role":"symbol","title":"AlphabeticalListOfProduct","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Alphabetical list of products"},{"type":"text","text":" SQL view."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"url":"\/documentation\/northwind\/alphabeticallistofproduct"}}}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"select"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/northwind\/alphabeticallistofproduct\/schema-swift.struct\/select"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/Schema-swift.struct\/select","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"SQL to "},{"type":"codeVoice","code":"SELECT"},{"type":"text","text":" all columns of the "},{"type":"codeVoice","code":"Alphabetical list of products"},{"type":"text","text":" table."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"select"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"title":"select","roleHeading":"Type Property","role":"symbol","symbolKind":"property","externalID":"s:9Northwind25AlphabeticalListOfProductV6SchemaV6selectSSvpZ","modules":[{"name":"Northwind"}]},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct","doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/SQLRecord-Implementations","doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/Schema-swift.struct"]]},"references":{"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct":{"role":"symbol","title":"AlphabeticalListOfProduct","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Alphabetical list of products"},{"type":"text","text":" SQL view."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"url":"\/documentation\/northwind\/alphabeticallistofproduct"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct/Schema-swift.struct/select":{"role":"symbol","title":"select","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"select"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[{"type":"text","text":"SQL to "},{"type":"codeVoice","code":"SELECT"},{"type":"text","text":" all columns of the "},{"type":"codeVoice","code":"Alphabetical list of products"},{"type":"text","text":" table."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/Schema-swift.struct\/select","kind":"symbol","type":"topic","url":"\/documentation\/northwind\/alphabeticallistofproduct\/schema-swift.struct\/select"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct/Schema-swift.struct":{"role":"symbol","title":"AlphabeticalListOfProduct.Schema","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Schema"}],"abstract":[{"type":"text","text":"Static type information for the "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct"},{"type":"text","text":" record ("},{"type":"codeVoice","code":"Alphabetical list of products"},{"type":"text","text":" SQL table)."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/Schema-swift.struct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Schema"}],"url":"\/documentation\/northwind\/alphabeticallistofproduct\/schema-swift.struct"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct/SQLRecord-Implementations":{"role":"collectionGroup","title":"SQLRecord Implementations","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/SQLRecord-Implementations","kind":"article","type":"topic","url":"\/documentation\/northwind\/alphabeticallistofproduct\/sqlrecord-implementations"}}}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"selectColumns"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/northwind\/alphabeticallistofproduct\/schema-swift.struct\/selectcolumns"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/Schema-swift.struct\/selectColumns","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"SQL fragment representing all columns."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"selectColumns"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"title":"selectColumns","roleHeading":"Type Property","role":"symbol","symbolKind":"property","externalID":"s:9Northwind25AlphabeticalListOfProductV6SchemaV13selectColumnsSSvpZ","modules":[{"name":"Northwind"}]},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct","doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/SQLRecord-Implementations","doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/Schema-swift.struct"]]},"references":{"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct":{"role":"symbol","title":"AlphabeticalListOfProduct","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Alphabetical list of products"},{"type":"text","text":" SQL view."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"url":"\/documentation\/northwind\/alphabeticallistofproduct"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct/SQLRecord-Implementations":{"role":"collectionGroup","title":"SQLRecord Implementations","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/SQLRecord-Implementations","kind":"article","type":"topic","url":"\/documentation\/northwind\/alphabeticallistofproduct\/sqlrecord-implementations"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct/Schema-swift.struct":{"role":"symbol","title":"AlphabeticalListOfProduct.Schema","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Schema"}],"abstract":[{"type":"text","text":"Static type information for the "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct"},{"type":"text","text":" record ("},{"type":"codeVoice","code":"Alphabetical list of products"},{"type":"text","text":" SQL table)."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/Schema-swift.struct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Schema"}],"url":"\/documentation\/northwind\/alphabeticallistofproduct\/schema-swift.struct"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct/Schema-swift.struct/selectColumns":{"role":"symbol","title":"selectColumns","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"selectColumns"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[{"type":"text","text":"SQL fragment representing all columns."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/Schema-swift.struct\/selectColumns","kind":"symbol","type":"topic","url":"\/documentation\/northwind\/alphabeticallistofproduct\/schema-swift.struct\/selectcolumns"},"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"}}}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"supplierID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/northwind\/alphabeticallistofproduct\/supplierid"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/supplierID","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Column "},{"type":"codeVoice","code":"SupplierID"},{"type":"text","text":" ("},{"type":"codeVoice","code":"INTEGER"},{"type":"text","text":"), optional (default: "},{"type":"codeVoice","code":"nil"},{"type":"text","text":")."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"supplierID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?"}],"title":"supplierID","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:9Northwind25AlphabeticalListOfProductV10supplierIDSiSgvp","modules":[{"name":"Northwind"}]},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct"]]},"references":{"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct":{"role":"symbol","title":"AlphabeticalListOfProduct","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Alphabetical list of products"},{"type":"text","text":" SQL view."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"url":"\/documentation\/northwind\/alphabeticallistofproduct"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct/supplierID":{"role":"symbol","title":"supplierID","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"supplierID"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?"}],"abstract":[{"type":"text","text":"Column "},{"type":"codeVoice","code":"SupplierID"},{"type":"text","text":" ("},{"type":"codeVoice","code":"INTEGER"},{"type":"text","text":"), optional (default: "},{"type":"codeVoice","code":"nil"},{"type":"text","text":")."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/supplierID","kind":"symbol","type":"topic","url":"\/documentation\/northwind\/alphabeticallistofproduct\/supplierid"}}}

View File

@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"unitPrice"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Decimal","preciseIdentifier":"c:@SA@NSDecimal"},{"kind":"text","text":"?"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/northwind\/alphabeticallistofproduct\/unitprice"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/unitPrice","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Column "},{"type":"codeVoice","code":"UnitPrice"},{"type":"text","text":" ("},{"type":"codeVoice","code":"NUMERIC"},{"type":"text","text":"), optional (default: "},{"type":"codeVoice","code":"nil"},{"type":"text","text":")."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"unitPrice"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Decimal","preciseIdentifier":"c:@SA@NSDecimal"},{"kind":"text","text":"?"}],"title":"unitPrice","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:9Northwind25AlphabeticalListOfProductV9unitPriceSo9NSDecimalaSgvp","modules":[{"name":"Northwind"}]},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct"]]},"references":{"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct":{"role":"symbol","title":"AlphabeticalListOfProduct","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Alphabetical list of products"},{"type":"text","text":" SQL view."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"url":"\/documentation\/northwind\/alphabeticallistofproduct"},"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct/unitPrice":{"role":"symbol","title":"unitPrice","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"unitPrice"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Decimal","preciseIdentifier":"c:@SA@NSDecimal"},{"kind":"text","text":"?"}],"abstract":[{"type":"text","text":"Column "},{"type":"codeVoice","code":"UnitPrice"},{"type":"text","text":" ("},{"type":"codeVoice","code":"NUMERIC"},{"type":"text","text":"), optional (default: "},{"type":"codeVoice","code":"nil"},{"type":"text","text":")."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/unitPrice","kind":"symbol","type":"topic","url":"\/documentation\/northwind\/alphabeticallistofproduct\/unitprice"}}}

View File

@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"unitsInStock"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/northwind\/alphabeticallistofproduct\/unitsinstock"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/unitsInStock","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Column "},{"type":"codeVoice","code":"UnitsInStock"},{"type":"text","text":" ("},{"type":"codeVoice","code":"INTEGER"},{"type":"text","text":"), optional (default: "},{"type":"codeVoice","code":"nil"},{"type":"text","text":")."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"unitsInStock"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?"}],"title":"unitsInStock","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:9Northwind25AlphabeticalListOfProductV12unitsInStockSiSgvp","modules":[{"name":"Northwind"}]},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct"]]},"references":{"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct/unitsInStock":{"role":"symbol","title":"unitsInStock","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"unitsInStock"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?"}],"abstract":[{"type":"text","text":"Column "},{"type":"codeVoice","code":"UnitsInStock"},{"type":"text","text":" ("},{"type":"codeVoice","code":"INTEGER"},{"type":"text","text":"), optional (default: "},{"type":"codeVoice","code":"nil"},{"type":"text","text":")."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/unitsInStock","kind":"symbol","type":"topic","url":"\/documentation\/northwind\/alphabeticallistofproduct\/unitsinstock"},"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct":{"role":"symbol","title":"AlphabeticalListOfProduct","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Alphabetical list of products"},{"type":"text","text":" SQL view."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"url":"\/documentation\/northwind\/alphabeticallistofproduct"}}}

View File

@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"unitsOnOrder"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/northwind\/alphabeticallistofproduct\/unitsonorder"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/unitsOnOrder","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Column "},{"type":"codeVoice","code":"UnitsOnOrder"},{"type":"text","text":" ("},{"type":"codeVoice","code":"INTEGER"},{"type":"text","text":"), optional (default: "},{"type":"codeVoice","code":"nil"},{"type":"text","text":")."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"unitsOnOrder"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?"}],"title":"unitsOnOrder","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:9Northwind25AlphabeticalListOfProductV12unitsOnOrderSiSgvp","modules":[{"name":"Northwind"}]},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct"]]},"references":{"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct/unitsOnOrder":{"role":"symbol","title":"unitsOnOrder","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"unitsOnOrder"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?"}],"abstract":[{"type":"text","text":"Column "},{"type":"codeVoice","code":"UnitsOnOrder"},{"type":"text","text":" ("},{"type":"codeVoice","code":"INTEGER"},{"type":"text","text":"), optional (default: "},{"type":"codeVoice","code":"nil"},{"type":"text","text":")."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct\/unitsOnOrder","kind":"symbol","type":"topic","url":"\/documentation\/northwind\/alphabeticallistofproduct\/unitsonorder"},"doc://Northwind/documentation/Northwind/AlphabeticalListOfProduct":{"role":"symbol","title":"AlphabeticalListOfProduct","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Alphabetical list of products"},{"type":"text","text":" SQL view."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/AlphabeticalListOfProduct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"AlphabeticalListOfProduct"}],"url":"\/documentation\/northwind\/alphabeticallistofproduct"},"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"}}}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"!="},{"kind":"text","text":" "},{"kind":"text","text":"("},{"kind":"internalParam","text":"lhs"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"internalParam","text":"rhs"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/northwind\/category\/!=(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/!=(_:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Equatable.!=(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"role":"symbol","title":"!=(_:_:)","roleHeading":"Operator","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"!="},{"kind":"text","text":" "},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"symbolKind":"op","externalID":"s:SQsE2neoiySbx_xtFZ::SYNTHESIZED::s:9Northwind8CategoryV","extendedModule":"Swift","modules":[{"name":"Northwind"}]},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/Category","doc:\/\/Northwind\/documentation\/Northwind\/Category\/Equatable-Implementations"]]},"references":{"doc://Northwind/documentation/Northwind/Category/!=(_:_:)":{"role":"symbol","title":"!=(_:_:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"!="},{"kind":"text","text":" "},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/!=(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/northwind\/category\/!=(_:_:)"},"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"},"doc://Northwind/documentation/Northwind/Category":{"role":"symbol","title":"Category","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Category"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" SQL table."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Category"}],"url":"\/documentation\/northwind\/category"},"doc://Northwind/documentation/Northwind/Category/Equatable-Implementations":{"role":"collectionGroup","title":"Equatable Implementations","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/Equatable-Implementations","kind":"article","type":"topic","url":"\/documentation\/northwind\/category\/equatable-implementations"}}}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"calculateChanges"},{"kind":"text","text":"("},{"kind":"externalParam","text":"using"},{"kind":"text","text":" "},{"kind":"internalParam","text":"builder"},{"kind":"text","text":": ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"SQLRecordDiffingState","preciseIdentifier":"s:7Lighter21SQLRecordDiffingStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> ["},{"kind":"typeIdentifier","text":"SQLColumnValueChange","preciseIdentifier":"s:7Lighter20SQLColumnValueChangeP"},{"kind":"text","text":"]"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/northwind\/category\/calculatechanges(using:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/calculateChanges(using:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SQLTableRecord.calculateChanges(using:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"role":"symbol","title":"calculateChanges(using:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"calculateChanges"},{"kind":"text","text":"("},{"kind":"externalParam","text":"using"},{"kind":"text","text":": ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"SQLRecordDiffingState","preciseIdentifier":"s:7Lighter21SQLRecordDiffingStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> ["},{"kind":"typeIdentifier","text":"SQLColumnValueChange","preciseIdentifier":"s:7Lighter20SQLColumnValueChangeP"},{"kind":"text","text":"]"}],"symbolKind":"method","externalID":"s:7Lighter14SQLTableRecordPAAE16calculateChanges5usingSayAA20SQLColumnValueChange_pGyAA21SQLRecordDiffingStateVyxGzXE_tF::SYNTHESIZED::s:9Northwind8CategoryV","extendedModule":"Lighter","modules":[{"name":"Northwind"}]},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/Category","doc:\/\/Northwind\/documentation\/Northwind\/Category\/SQLTableRecord-Implementations"]]},"references":{"doc://Northwind/documentation/Northwind/Category/SQLTableRecord-Implementations":{"role":"collectionGroup","title":"SQLTableRecord Implementations","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/SQLTableRecord-Implementations","kind":"article","type":"topic","url":"\/documentation\/northwind\/category\/sqltablerecord-implementations"},"doc://Northwind/documentation/Northwind/Category/calculateChanges(using:)":{"role":"symbol","title":"calculateChanges(using:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"calculateChanges"},{"kind":"text","text":"("},{"kind":"externalParam","text":"using"},{"kind":"text","text":": ("},{"kind":"keyword","text":"inout"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"SQLRecordDiffingState","preciseIdentifier":"s:7Lighter21SQLRecordDiffingStateV"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":">) -> "},{"kind":"typeIdentifier","text":"Void","preciseIdentifier":"s:s4Voida"},{"kind":"text","text":") -> ["},{"kind":"typeIdentifier","text":"SQLColumnValueChange","preciseIdentifier":"s:7Lighter20SQLColumnValueChangeP"},{"kind":"text","text":"]"}],"abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/calculateChanges(using:)","kind":"symbol","type":"topic","url":"\/documentation\/northwind\/category\/calculatechanges(using:)"},"doc://Northwind/documentation/Northwind/Category":{"role":"symbol","title":"Category","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Category"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" SQL table."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Category"}],"url":"\/documentation\/northwind\/category"},"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"}}}

View File

@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"categoryName"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/northwind\/category\/categoryname"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/categoryName","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Column "},{"type":"codeVoice","code":"CategoryName"},{"type":"text","text":" ("},{"type":"codeVoice","code":"TEXT"},{"type":"text","text":"), optional (default: "},{"type":"codeVoice","code":"nil"},{"type":"text","text":")."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"categoryName"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?"}],"title":"categoryName","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:9Northwind8CategoryV12categoryNameSSSgvp","modules":[{"name":"Northwind"}]},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/Category"]]},"references":{"doc://Northwind/documentation/Northwind/Category/categoryName":{"role":"symbol","title":"categoryName","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"categoryName"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?"}],"abstract":[{"type":"text","text":"Column "},{"type":"codeVoice","code":"CategoryName"},{"type":"text","text":" ("},{"type":"codeVoice","code":"TEXT"},{"type":"text","text":"), optional (default: "},{"type":"codeVoice","code":"nil"},{"type":"text","text":")."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/categoryName","kind":"symbol","type":"topic","url":"\/documentation\/northwind\/category\/categoryname"},"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"},"doc://Northwind/documentation/Northwind/Category":{"role":"symbol","title":"Category","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Category"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" SQL table."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Category"}],"url":"\/documentation\/northwind\/category"}}}

View File

@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"description"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/northwind\/category\/description"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/description","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Column "},{"type":"codeVoice","code":"Description"},{"type":"text","text":" ("},{"type":"codeVoice","code":"TEXT"},{"type":"text","text":"), optional (default: "},{"type":"codeVoice","code":"nil"},{"type":"text","text":")."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"description"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?"}],"title":"description","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:9Northwind8CategoryV11descriptionSSSgvp","modules":[{"name":"Northwind"}]},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/Category"]]},"references":{"doc://Northwind/documentation/Northwind/Category":{"role":"symbol","title":"Category","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Category"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" SQL table."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Category"}],"url":"\/documentation\/northwind\/category"},"doc://Northwind/documentation/Northwind/Category/description":{"role":"symbol","title":"description","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"description"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?"}],"abstract":[{"type":"text","text":"Column "},{"type":"codeVoice","code":"Description"},{"type":"text","text":" ("},{"type":"codeVoice","code":"TEXT"},{"type":"text","text":"), optional (default: "},{"type":"codeVoice","code":"nil"},{"type":"text","text":")."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/description","kind":"symbol","type":"topic","url":"\/documentation\/northwind\/category\/description"},"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"}}}

View File

@ -0,0 +1 @@
{"variants":[{"paths":["\/documentation\/northwind\/category\/equatable-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/Equatable-Implementations","interfaceLanguage":"swift"},"topicSections":[{"title":"Operators","identifiers":["doc:\/\/Northwind\/documentation\/Northwind\/Category\/!=(_:_:)"],"generated":true}],"kind":"article","metadata":{"modules":[{"name":"Northwind"}],"role":"collectionGroup","title":"Equatable Implementations"},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/Category"]]},"references":{"doc://Northwind/documentation/Northwind/Category":{"role":"symbol","title":"Category","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Category"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" SQL table."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Category"}],"url":"\/documentation\/northwind\/category"},"doc://Northwind/documentation/Northwind/Category/!=(_:_:)":{"role":"symbol","title":"!=(_:_:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"!="},{"kind":"text","text":" "},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/!=(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/northwind\/category\/!=(_:_:)"},"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"}}}

View File

@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/northwind\/category\/id-366k8"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/id-366k8","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Primary key "},{"type":"codeVoice","code":"CategoryID"},{"type":"text","text":" ("},{"type":"codeVoice","code":"INTEGER"},{"type":"text","text":"), optional (default: "},{"type":"codeVoice","code":"nil"},{"type":"text","text":")."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?"}],"title":"id","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:9Northwind8CategoryV2idSiSgvp","modules":[{"name":"Northwind"}]},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/Category"]]},"references":{"doc://Northwind/documentation/Northwind/Category":{"role":"symbol","title":"Category","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Category"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" SQL table."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Category"}],"url":"\/documentation\/northwind\/category"},"doc://Northwind/documentation/Northwind/Category/id-366k8":{"role":"symbol","title":"id","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?"}],"abstract":[{"type":"text","text":"Primary key "},{"type":"codeVoice","code":"CategoryID"},{"type":"text","text":" ("},{"type":"codeVoice","code":"INTEGER"},{"type":"text","text":"), optional (default: "},{"type":"codeVoice","code":"nil"},{"type":"text","text":")."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/id-366k8","kind":"symbol","type":"topic","url":"\/documentation\/northwind\/category\/id-366k8"},"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"}}}

View File

@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/northwind\/category\/id-3j3ht"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/id-3j3ht","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SQLKeyedTableRecord.id"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Northwind"}],"role":"symbol","title":"id","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID"}],"symbolKind":"property","externalID":"s:7Lighter19SQLKeyedTableRecordPAAE2id2IDQzvp::SYNTHESIZED::s:9Northwind8CategoryV","extendedModule":"Lighter","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/Category","doc:\/\/Northwind\/documentation\/Northwind\/Category\/SQLKeyedTableRecord-Implementations"]]},"references":{"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"},"doc://Northwind/documentation/Northwind/Category/id-3j3ht":{"role":"symbol","title":"id","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ID"}],"abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/id-3j3ht","kind":"symbol","type":"topic","url":"\/documentation\/northwind\/category\/id-3j3ht"},"doc://Northwind/documentation/Northwind/Category":{"role":"symbol","title":"Category","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Category"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" SQL table."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Category"}],"url":"\/documentation\/northwind\/category"},"doc://Northwind/documentation/Northwind/Category/SQLKeyedTableRecord-Implementations":{"role":"collectionGroup","title":"SQLKeyedTableRecord Implementations","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/SQLKeyedTableRecord-Implementations","kind":"article","type":"topic","url":"\/documentation\/northwind\/category\/sqlkeyedtablerecord-implementations"}}}

View File

@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ObjectIdentifier","preciseIdentifier":"s:SO"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/northwind\/category\/id-74xdk"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/id-74xdk","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Identifiable.id"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"Northwind"}],"role":"symbol","title":"id","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ObjectIdentifier","preciseIdentifier":"s:SO"}],"symbolKind":"property","externalID":"s:s12IdentifiablePsRlzCrlE2idSOvp::SYNTHESIZED::s:9Northwind8CategoryV","extendedModule":"Swift","platforms":[{"beta":false,"unavailable":false,"name":"iOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"macOS","introducedAt":"10.15","deprecated":false},{"beta":false,"unavailable":false,"name":"tvOS","introducedAt":"13.0","deprecated":false},{"beta":false,"unavailable":false,"name":"watchOS","introducedAt":"6.0","deprecated":false}]},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/Category","doc:\/\/Northwind\/documentation\/Northwind\/Category\/Identifiable-Implementations"]]},"references":{"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"},"doc://Northwind/documentation/Northwind/Category/Identifiable-Implementations":{"role":"collectionGroup","title":"Identifiable Implementations","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/Identifiable-Implementations","kind":"article","type":"topic","url":"\/documentation\/northwind\/category\/identifiable-implementations"},"doc://Northwind/documentation/Northwind/Category":{"role":"symbol","title":"Category","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Category"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" SQL table."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Category"}],"url":"\/documentation\/northwind\/category"},"doc://Northwind/documentation/Northwind/Category/id-74xdk":{"role":"symbol","title":"id","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ObjectIdentifier","preciseIdentifier":"s:SO"}],"abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/id-74xdk","kind":"symbol","type":"topic","url":"\/documentation\/northwind\/category\/id-74xdk"}}}

View File

@ -0,0 +1 @@
{"variants":[{"paths":["\/documentation\/northwind\/category\/identifiable-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/Identifiable-Implementations","interfaceLanguage":"swift"},"topicSections":[{"title":"Instance Properties","identifiers":["doc:\/\/Northwind\/documentation\/Northwind\/Category\/id-74xdk"],"generated":true}],"kind":"article","metadata":{"modules":[{"name":"Northwind"}],"role":"collectionGroup","title":"Identifiable Implementations"},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/Category"]]},"references":{"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"},"doc://Northwind/documentation/Northwind/Category/id-74xdk":{"role":"symbol","title":"id","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ObjectIdentifier","preciseIdentifier":"s:SO"}],"abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/id-74xdk","kind":"symbol","type":"topic","url":"\/documentation\/northwind\/category\/id-74xdk"},"doc://Northwind/documentation/Northwind/Category":{"role":"symbol","title":"Category","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Category"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" SQL table."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Category"}],"url":"\/documentation\/northwind\/category"}}}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"from"},{"kind":"text","text":" "},{"kind":"internalParam","text":"decoder"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Decoder","preciseIdentifier":"s:s7DecoderP"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/northwind\/category\/init(from:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/init(from:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Decodable.init(from:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"from"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Decoder","preciseIdentifier":"s:s7DecoderP"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"}],"title":"init(from:)","roleHeading":"Initializer","role":"symbol","symbolKind":"init","externalID":"s:9Northwind8CategoryV4fromACs7Decoder_p_tKcfc","modules":[{"name":"Northwind"}]},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/Category"]]},"references":{"doc://Northwind/documentation/Northwind/Category/init(from:)":{"role":"symbol","title":"init(from:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"from"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Decoder","preciseIdentifier":"s:s7DecoderP"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"}],"abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/init(from:)","kind":"symbol","type":"topic","url":"\/documentation\/northwind\/category\/init(from:)"},"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"},"doc://Northwind/documentation/Northwind/Category":{"role":"symbol","title":"Category","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Category"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" SQL table."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Category"}],"url":"\/documentation\/northwind\/category"}}}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"picture"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UInt8","preciseIdentifier":"s:s5UInt8V"},{"kind":"text","text":"]?"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/northwind\/category\/picture"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/picture","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Column "},{"type":"codeVoice","code":"Picture"},{"type":"text","text":" ("},{"type":"codeVoice","code":"BLOB"},{"type":"text","text":"), optional (default: "},{"type":"codeVoice","code":"nil"},{"type":"text","text":")."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"picture"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UInt8","preciseIdentifier":"s:s5UInt8V"},{"kind":"text","text":"]?"}],"title":"picture","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:9Northwind8CategoryV7pictureSays5UInt8VGSgvp","modules":[{"name":"Northwind"}]},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/Category"]]},"references":{"doc://Northwind/documentation/Northwind/Category/picture":{"role":"symbol","title":"picture","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"picture"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"UInt8","preciseIdentifier":"s:s5UInt8V"},{"kind":"text","text":"]?"}],"abstract":[{"type":"text","text":"Column "},{"type":"codeVoice","code":"Picture"},{"type":"text","text":" ("},{"type":"codeVoice","code":"BLOB"},{"type":"text","text":"), optional (default: "},{"type":"codeVoice","code":"nil"},{"type":"text","text":")."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/picture","kind":"symbol","type":"topic","url":"\/documentation\/northwind\/category\/picture"},"doc://Northwind/documentation/Northwind/Category":{"role":"symbol","title":"Category","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Category"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" SQL table."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Category"}],"url":"\/documentation\/northwind\/category"},"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"}}}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"columnCount"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int32","preciseIdentifier":"s:s5Int32V"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/northwind\/category\/schema-swift.struct\/columncount"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct\/columnCount","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"The number of columns the "},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" table has."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"columnCount"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int32","preciseIdentifier":"s:s5Int32V"}],"title":"columnCount","roleHeading":"Type Property","role":"symbol","symbolKind":"property","externalID":"s:9Northwind8CategoryV6SchemaV11columnCounts5Int32VvpZ","modules":[{"name":"Northwind"}]},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/Category","doc:\/\/Northwind\/documentation\/Northwind\/Category\/SQLRecord-Implementations","doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct"]]},"references":{"doc://Northwind/documentation/Northwind/Category/Schema-swift.struct":{"role":"symbol","title":"Category.Schema","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Schema"}],"abstract":[{"type":"text","text":"Static type information for the "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category"},{"type":"text","text":" record ("},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" SQL table)."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Schema"}],"url":"\/documentation\/northwind\/category\/schema-swift.struct"},"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"},"doc://Northwind/documentation/Northwind/Category/Schema-swift.struct/columnCount":{"role":"symbol","title":"columnCount","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"columnCount"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int32","preciseIdentifier":"s:s5Int32V"}],"abstract":[{"type":"text","text":"The number of columns the "},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" table has."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct\/columnCount","kind":"symbol","type":"topic","url":"\/documentation\/northwind\/category\/schema-swift.struct\/columncount"},"doc://Northwind/documentation/Northwind/Category":{"role":"symbol","title":"Category","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Category"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" SQL table."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Category"}],"url":"\/documentation\/northwind\/category"},"doc://Northwind/documentation/Northwind/Category/SQLRecord-Implementations":{"role":"collectionGroup","title":"SQLRecord Implementations","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/SQLRecord-Implementations","kind":"article","type":"topic","url":"\/documentation\/northwind\/category\/sqlrecord-implementations"}}}

View File

@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"create"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/northwind\/category\/schema-swift.struct\/create"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct\/create","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"The SQL used to create the "},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" table."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"create"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"title":"create","roleHeading":"Type Property","role":"symbol","symbolKind":"property","externalID":"s:9Northwind8CategoryV6SchemaV6createSSvpZ","modules":[{"name":"Northwind"}]},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/Category","doc:\/\/Northwind\/documentation\/Northwind\/Category\/SQLRecord-Implementations","doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct"]]},"references":{"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"},"doc://Northwind/documentation/Northwind/Category/SQLRecord-Implementations":{"role":"collectionGroup","title":"SQLRecord Implementations","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/SQLRecord-Implementations","kind":"article","type":"topic","url":"\/documentation\/northwind\/category\/sqlrecord-implementations"},"doc://Northwind/documentation/Northwind/Category":{"role":"symbol","title":"Category","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Category"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" SQL table."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Category"}],"url":"\/documentation\/northwind\/category"},"doc://Northwind/documentation/Northwind/Category/Schema-swift.struct":{"role":"symbol","title":"Category.Schema","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Schema"}],"abstract":[{"type":"text","text":"Static type information for the "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category"},{"type":"text","text":" record ("},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" SQL table)."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Schema"}],"url":"\/documentation\/northwind\/category\/schema-swift.struct"},"doc://Northwind/documentation/Northwind/Category/Schema-swift.struct/create":{"role":"symbol","title":"create","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"create"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[{"type":"text","text":"The SQL used to create the "},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" table."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct\/create","kind":"symbol","type":"topic","url":"\/documentation\/northwind\/category\/schema-swift.struct\/create"}}}

View File

@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"delete"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/northwind\/category\/schema-swift.struct\/delete"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct\/delete","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"SQL to "},{"type":"codeVoice","code":"DELETE"},{"type":"text","text":" a record from the "},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" table."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"delete"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"title":"delete","roleHeading":"Type Property","role":"symbol","symbolKind":"property","externalID":"s:9Northwind8CategoryV6SchemaV6deleteSSvpZ","modules":[{"name":"Northwind"}]},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/Category","doc:\/\/Northwind\/documentation\/Northwind\/Category\/SQLRecord-Implementations","doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct"]]},"references":{"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"},"doc://Northwind/documentation/Northwind/Category/Schema-swift.struct/delete":{"role":"symbol","title":"delete","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"delete"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[{"type":"text","text":"SQL to "},{"type":"codeVoice","code":"DELETE"},{"type":"text","text":" a record from the "},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" table."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct\/delete","kind":"symbol","type":"topic","url":"\/documentation\/northwind\/category\/schema-swift.struct\/delete"},"doc://Northwind/documentation/Northwind/Category/Schema-swift.struct":{"role":"symbol","title":"Category.Schema","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Schema"}],"abstract":[{"type":"text","text":"Static type information for the "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category"},{"type":"text","text":" record ("},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" SQL table)."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Schema"}],"url":"\/documentation\/northwind\/category\/schema-swift.struct"},"doc://Northwind/documentation/Northwind/Category":{"role":"symbol","title":"Category","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Category"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" SQL table."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Category"}],"url":"\/documentation\/northwind\/category"},"doc://Northwind/documentation/Northwind/Category/SQLRecord-Implementations":{"role":"collectionGroup","title":"SQLRecord Implementations","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/SQLRecord-Implementations","kind":"article","type":"topic","url":"\/documentation\/northwind\/category\/sqlrecord-implementations"}}}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"externalName"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/northwind\/category\/schema-swift.struct\/externalname"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct\/externalName","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"The SQL table name associated with the "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category"},{"type":"text","text":" record."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"externalName"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"title":"externalName","roleHeading":"Type Property","role":"symbol","symbolKind":"property","externalID":"s:9Northwind8CategoryV6SchemaV12externalNameSSvpZ","modules":[{"name":"Northwind"}]},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/Category","doc:\/\/Northwind\/documentation\/Northwind\/Category\/SQLRecord-Implementations","doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct"]]},"references":{"doc://Northwind/documentation/Northwind/Category/Schema-swift.struct":{"role":"symbol","title":"Category.Schema","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Schema"}],"abstract":[{"type":"text","text":"Static type information for the "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category"},{"type":"text","text":" record ("},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" SQL table)."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Schema"}],"url":"\/documentation\/northwind\/category\/schema-swift.struct"},"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"},"doc://Northwind/documentation/Northwind/Category/SQLRecord-Implementations":{"role":"collectionGroup","title":"SQLRecord Implementations","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/SQLRecord-Implementations","kind":"article","type":"topic","url":"\/documentation\/northwind\/category\/sqlrecord-implementations"},"doc://Northwind/documentation/Northwind/Category":{"role":"symbol","title":"Category","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Category"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" SQL table."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Category"}],"url":"\/documentation\/northwind\/category"},"doc://Northwind/documentation/Northwind/Category/Schema-swift.struct/externalName":{"role":"symbol","title":"externalName","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"externalName"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[{"type":"text","text":"The SQL table name associated with the "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category"},{"type":"text","text":" record."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct\/externalName","kind":"symbol","type":"topic","url":"\/documentation\/northwind\/category\/schema-swift.struct\/externalname"}}}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"insert"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/northwind\/category\/schema-swift.struct\/insert"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct\/insert","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"SQL to "},{"type":"codeVoice","code":"INSERT"},{"type":"text","text":" a record into the "},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" table."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"insert"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"title":"insert","roleHeading":"Type Property","role":"symbol","symbolKind":"property","externalID":"s:9Northwind8CategoryV6SchemaV6insertSSvpZ","modules":[{"name":"Northwind"}]},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/Category","doc:\/\/Northwind\/documentation\/Northwind\/Category\/SQLRecord-Implementations","doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct"]]},"references":{"doc://Northwind/documentation/Northwind/Category/Schema-swift.struct":{"role":"symbol","title":"Category.Schema","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Schema"}],"abstract":[{"type":"text","text":"Static type information for the "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category"},{"type":"text","text":" record ("},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" SQL table)."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Schema"}],"url":"\/documentation\/northwind\/category\/schema-swift.struct"},"doc://Northwind/documentation/Northwind/Category":{"role":"symbol","title":"Category","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Category"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" SQL table."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Category"}],"url":"\/documentation\/northwind\/category"},"doc://Northwind/documentation/Northwind/Category/Schema-swift.struct/insert":{"role":"symbol","title":"insert","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"insert"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[{"type":"text","text":"SQL to "},{"type":"codeVoice","code":"INSERT"},{"type":"text","text":" a record into the "},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" table."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct\/insert","kind":"symbol","type":"topic","url":"\/documentation\/northwind\/category\/schema-swift.struct\/insert"},"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"},"doc://Northwind/documentation/Northwind/Category/SQLRecord-Implementations":{"role":"collectionGroup","title":"SQLRecord Implementations","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/SQLRecord-Implementations","kind":"article","type":"topic","url":"\/documentation\/northwind\/category\/sqlrecord-implementations"}}}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"insertReturning"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/northwind\/category\/schema-swift.struct\/insertreturning"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct\/insertReturning","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"SQL to "},{"type":"codeVoice","code":"INSERT"},{"type":"text","text":" a record into the "},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" table."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"insertReturning"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"title":"insertReturning","roleHeading":"Type Property","role":"symbol","symbolKind":"property","externalID":"s:9Northwind8CategoryV6SchemaV15insertReturningSSvpZ","modules":[{"name":"Northwind"}]},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/Category","doc:\/\/Northwind\/documentation\/Northwind\/Category\/SQLRecord-Implementations","doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct"]]},"references":{"doc://Northwind/documentation/Northwind/Category/Schema-swift.struct":{"role":"symbol","title":"Category.Schema","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Schema"}],"abstract":[{"type":"text","text":"Static type information for the "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category"},{"type":"text","text":" record ("},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" SQL table)."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Schema"}],"url":"\/documentation\/northwind\/category\/schema-swift.struct"},"doc://Northwind/documentation/Northwind/Category/Schema-swift.struct/insertReturning":{"role":"symbol","title":"insertReturning","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"insertReturning"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[{"type":"text","text":"SQL to "},{"type":"codeVoice","code":"INSERT"},{"type":"text","text":" a record into the "},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" table."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct\/insertReturning","kind":"symbol","type":"topic","url":"\/documentation\/northwind\/category\/schema-swift.struct\/insertreturning"},"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"},"doc://Northwind/documentation/Northwind/Category":{"role":"symbol","title":"Category","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Category"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" SQL table."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Category"}],"url":"\/documentation\/northwind\/category"},"doc://Northwind/documentation/Northwind/Category/SQLRecord-Implementations":{"role":"collectionGroup","title":"SQLRecord Implementations","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/SQLRecord-Implementations","kind":"article","type":"topic","url":"\/documentation\/northwind\/category\/sqlrecord-implementations"}}}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"MatchClosureType"},{"kind":"text","text":" = ("},{"kind":"typeIdentifier","identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category","preciseIdentifier":"s:9Northwind8CategoryV","text":"Category"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/northwind\/category\/schema-swift.struct\/matchclosuretype"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct\/MatchClosureType","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"MatchClosureType"}],"title":"Category.Schema.MatchClosureType","roleHeading":"Type Alias","role":"symbol","symbolKind":"typealias","externalID":"s:9Northwind8CategoryV6SchemaV16MatchClosureTypea","modules":[{"name":"Northwind"}],"navigatorTitle":[{"kind":"identifier","text":"MatchClosureType"}]},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/Category","doc:\/\/Northwind\/documentation\/Northwind\/Category\/SQLRecord-Implementations","doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct"]]},"references":{"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"},"doc://Northwind/documentation/Northwind/Category/Schema-swift.struct/MatchClosureType":{"role":"symbol","title":"Category.Schema.MatchClosureType","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"MatchClosureType"}],"abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct\/MatchClosureType","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"MatchClosureType"}],"url":"\/documentation\/northwind\/category\/schema-swift.struct\/matchclosuretype"},"doc://Northwind/documentation/Northwind/Category/Schema-swift.struct":{"role":"symbol","title":"Category.Schema","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Schema"}],"abstract":[{"type":"text","text":"Static type information for the "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category"},{"type":"text","text":" record ("},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" SQL table)."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Schema"}],"url":"\/documentation\/northwind\/category\/schema-swift.struct"},"doc://Northwind/documentation/Northwind/Category/SQLRecord-Implementations":{"role":"collectionGroup","title":"SQLRecord Implementations","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/SQLRecord-Implementations","kind":"article","type":"topic","url":"\/documentation\/northwind\/category\/sqlrecord-implementations"},"doc://Northwind/documentation/Northwind/Category":{"role":"symbol","title":"Category","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Category"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" SQL table."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Category"}],"url":"\/documentation\/northwind\/category"}}}

View File

@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"matchSelect"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/northwind\/category\/schema-swift.struct\/matchselect"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct\/matchSelect","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"SQL to "},{"type":"codeVoice","code":"SELECT"},{"type":"text","text":" all columns of the "},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" table using a Swift filter."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"matchSelect"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"title":"matchSelect","roleHeading":"Type Property","role":"symbol","symbolKind":"property","externalID":"s:9Northwind8CategoryV6SchemaV11matchSelectSSvpZ","modules":[{"name":"Northwind"}]},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/Category","doc:\/\/Northwind\/documentation\/Northwind\/Category\/SQLRecord-Implementations","doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct"]]},"references":{"doc://Northwind/documentation/Northwind/Category":{"role":"symbol","title":"Category","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Category"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" SQL table."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Category"}],"url":"\/documentation\/northwind\/category"},"doc://Northwind/documentation/Northwind/Category/Schema-swift.struct/matchSelect":{"role":"symbol","title":"matchSelect","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"matchSelect"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[{"type":"text","text":"SQL to "},{"type":"codeVoice","code":"SELECT"},{"type":"text","text":" all columns of the "},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" table using a Swift filter."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct\/matchSelect","kind":"symbol","type":"topic","url":"\/documentation\/northwind\/category\/schema-swift.struct\/matchselect"},"doc://Northwind/documentation/Northwind/Category/SQLRecord-Implementations":{"role":"collectionGroup","title":"SQLRecord Implementations","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/SQLRecord-Implementations","kind":"article","type":"topic","url":"\/documentation\/northwind\/category\/sqlrecord-implementations"},"doc://Northwind/documentation/Northwind/Category/Schema-swift.struct":{"role":"symbol","title":"Category.Schema","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Schema"}],"abstract":[{"type":"text","text":"Static type information for the "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category"},{"type":"text","text":" record ("},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" SQL table)."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Schema"}],"url":"\/documentation\/northwind\/category\/schema-swift.struct"},"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"}}}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"PropertyIndices"},{"kind":"text","text":" = (idx_id"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int32","preciseIdentifier":"s:s5Int32V"},{"kind":"text","text":", idx_categoryName"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int32","preciseIdentifier":"s:s5Int32V"},{"kind":"text","text":", idx_description"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int32","preciseIdentifier":"s:s5Int32V"},{"kind":"text","text":", idx_picture"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int32","preciseIdentifier":"s:s5Int32V"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/northwind\/category\/schema-swift.struct\/propertyindices"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct\/PropertyIndices","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SQLEntitySchema.PropertyIndices"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"PropertyIndices"}],"title":"Category.Schema.PropertyIndices","roleHeading":"Type Alias","role":"symbol","symbolKind":"typealias","externalID":"s:9Northwind8CategoryV6SchemaV15PropertyIndicesa","modules":[{"name":"Northwind"}],"navigatorTitle":[{"kind":"identifier","text":"PropertyIndices"}]},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/Category","doc:\/\/Northwind\/documentation\/Northwind\/Category\/SQLRecord-Implementations","doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct"]]},"references":{"doc://Northwind/documentation/Northwind/Category/Schema-swift.struct":{"role":"symbol","title":"Category.Schema","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Schema"}],"abstract":[{"type":"text","text":"Static type information for the "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category"},{"type":"text","text":" record ("},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" SQL table)."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Schema"}],"url":"\/documentation\/northwind\/category\/schema-swift.struct"},"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"},"doc://Northwind/documentation/Northwind/Category":{"role":"symbol","title":"Category","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Category"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" SQL table."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Category"}],"url":"\/documentation\/northwind\/category"},"doc://Northwind/documentation/Northwind/Category/SQLRecord-Implementations":{"role":"collectionGroup","title":"SQLRecord Implementations","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/SQLRecord-Implementations","kind":"article","type":"topic","url":"\/documentation\/northwind\/category\/sqlrecord-implementations"},"doc://Northwind/documentation/Northwind/Category/Schema-swift.struct/PropertyIndices":{"role":"symbol","title":"Category.Schema.PropertyIndices","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"PropertyIndices"}],"abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct\/PropertyIndices","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"PropertyIndices"}],"url":"\/documentation\/northwind\/category\/schema-swift.struct\/propertyindices"}}}

View File

@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"RecordType"},{"kind":"text","text":" = "},{"kind":"typeIdentifier","identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category","preciseIdentifier":"s:9Northwind8CategoryV","text":"Category"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/northwind\/category\/schema-swift.struct\/recordtype"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct\/RecordType","interfaceLanguage":"swift"},"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"RecordType"}],"title":"Category.Schema.RecordType","roleHeading":"Type Alias","role":"symbol","symbolKind":"typealias","externalID":"s:9Northwind8CategoryV6SchemaV10RecordTypea","modules":[{"name":"Northwind"}],"navigatorTitle":[{"kind":"identifier","text":"RecordType"}]},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/Category","doc:\/\/Northwind\/documentation\/Northwind\/Category\/SQLRecord-Implementations","doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct"]]},"references":{"doc://Northwind/documentation/Northwind/Category/SQLRecord-Implementations":{"role":"collectionGroup","title":"SQLRecord Implementations","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/SQLRecord-Implementations","kind":"article","type":"topic","url":"\/documentation\/northwind\/category\/sqlrecord-implementations"},"doc://Northwind/documentation/Northwind/Category/Schema-swift.struct/RecordType":{"role":"symbol","title":"Category.Schema.RecordType","fragments":[{"kind":"keyword","text":"typealias"},{"kind":"text","text":" "},{"kind":"identifier","text":"RecordType"}],"abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct\/RecordType","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"RecordType"}],"url":"\/documentation\/northwind\/category\/schema-swift.struct\/recordtype"},"doc://Northwind/documentation/Northwind/Category/Schema-swift.struct":{"role":"symbol","title":"Category.Schema","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Schema"}],"abstract":[{"type":"text","text":"Static type information for the "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category"},{"type":"text","text":" record ("},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" SQL table)."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Schema"}],"url":"\/documentation\/northwind\/category\/schema-swift.struct"},"doc://Northwind/documentation/Northwind/Category":{"role":"symbol","title":"Category","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Category"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" SQL table."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Category"}],"url":"\/documentation\/northwind\/category"},"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"}}}

View File

@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"select"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/northwind\/category\/schema-swift.struct\/select"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct\/select","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"SQL to "},{"type":"codeVoice","code":"SELECT"},{"type":"text","text":" all columns of the "},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" table."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"select"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"title":"select","roleHeading":"Type Property","role":"symbol","symbolKind":"property","externalID":"s:9Northwind8CategoryV6SchemaV6selectSSvpZ","modules":[{"name":"Northwind"}]},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/Category","doc:\/\/Northwind\/documentation\/Northwind\/Category\/SQLRecord-Implementations","doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct"]]},"references":{"doc://Northwind/documentation/Northwind/Category/SQLRecord-Implementations":{"role":"collectionGroup","title":"SQLRecord Implementations","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/SQLRecord-Implementations","kind":"article","type":"topic","url":"\/documentation\/northwind\/category\/sqlrecord-implementations"},"doc://Northwind/documentation/Northwind/Category":{"role":"symbol","title":"Category","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Category"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" SQL table."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Category"}],"url":"\/documentation\/northwind\/category"},"doc://Northwind/documentation/Northwind/Category/Schema-swift.struct":{"role":"symbol","title":"Category.Schema","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Schema"}],"abstract":[{"type":"text","text":"Static type information for the "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category"},{"type":"text","text":" record ("},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" SQL table)."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Schema"}],"url":"\/documentation\/northwind\/category\/schema-swift.struct"},"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"},"doc://Northwind/documentation/Northwind/Category/Schema-swift.struct/select":{"role":"symbol","title":"select","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"select"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[{"type":"text","text":"SQL to "},{"type":"codeVoice","code":"SELECT"},{"type":"text","text":" all columns of the "},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" table."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct\/select","kind":"symbol","type":"topic","url":"\/documentation\/northwind\/category\/schema-swift.struct\/select"}}}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"selectColumns"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/northwind\/category\/schema-swift.struct\/selectcolumns"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct\/selectColumns","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"SQL fragment representing all columns."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"selectColumns"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"title":"selectColumns","roleHeading":"Type Property","role":"symbol","symbolKind":"property","externalID":"s:9Northwind8CategoryV6SchemaV13selectColumnsSSvpZ","modules":[{"name":"Northwind"}]},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/Category","doc:\/\/Northwind\/documentation\/Northwind\/Category\/SQLRecord-Implementations","doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct"]]},"references":{"doc://Northwind/documentation/Northwind/Category/SQLRecord-Implementations":{"role":"collectionGroup","title":"SQLRecord Implementations","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/SQLRecord-Implementations","kind":"article","type":"topic","url":"\/documentation\/northwind\/category\/sqlrecord-implementations"},"doc://Northwind/documentation/Northwind/Category":{"role":"symbol","title":"Category","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Category"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" SQL table."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Category"}],"url":"\/documentation\/northwind\/category"},"doc://Northwind/documentation/Northwind/Category/Schema-swift.struct":{"role":"symbol","title":"Category.Schema","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Schema"}],"abstract":[{"type":"text","text":"Static type information for the "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category"},{"type":"text","text":" record ("},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" SQL table)."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Schema"}],"url":"\/documentation\/northwind\/category\/schema-swift.struct"},"doc://Northwind/documentation/Northwind/Category/Schema-swift.struct/selectColumns":{"role":"symbol","title":"selectColumns","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"selectColumns"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[{"type":"text","text":"SQL fragment representing all columns."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct\/selectColumns","kind":"symbol","type":"topic","url":"\/documentation\/northwind\/category\/schema-swift.struct\/selectcolumns"},"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"}}}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"update"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/northwind\/category\/schema-swift.struct\/update"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct\/update","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"SQL to "},{"type":"codeVoice","code":"UPDATE"},{"type":"text","text":" all columns of the "},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" table."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"update"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"title":"update","roleHeading":"Type Property","role":"symbol","symbolKind":"property","externalID":"s:9Northwind8CategoryV6SchemaV6updateSSvpZ","modules":[{"name":"Northwind"}]},"hierarchy":{"paths":[["doc:\/\/Northwind\/documentation\/Northwind","doc:\/\/Northwind\/documentation\/Northwind\/Category","doc:\/\/Northwind\/documentation\/Northwind\/Category\/SQLRecord-Implementations","doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct"]]},"references":{"doc://Northwind/documentation/Northwind":{"role":"collection","title":"Northwind","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind","kind":"symbol","type":"topic","url":"\/documentation\/northwind"},"doc://Northwind/documentation/Northwind/Category/Schema-swift.struct/update":{"role":"symbol","title":"update","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"update"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[{"type":"text","text":"SQL to "},{"type":"codeVoice","code":"UPDATE"},{"type":"text","text":" all columns of the "},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" table."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct\/update","kind":"symbol","type":"topic","url":"\/documentation\/northwind\/category\/schema-swift.struct\/update"},"doc://Northwind/documentation/Northwind/Category/SQLRecord-Implementations":{"role":"collectionGroup","title":"SQLRecord Implementations","abstract":[],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/SQLRecord-Implementations","kind":"article","type":"topic","url":"\/documentation\/northwind\/category\/sqlrecord-implementations"},"doc://Northwind/documentation/Northwind/Category/Schema-swift.struct":{"role":"symbol","title":"Category.Schema","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Schema"}],"abstract":[{"type":"text","text":"Static type information for the "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category"},{"type":"text","text":" record ("},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" SQL table)."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category\/Schema-swift.struct","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Schema"}],"url":"\/documentation\/northwind\/category\/schema-swift.struct"},"doc://Northwind/documentation/Northwind/Category":{"role":"symbol","title":"Category","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Category"}],"abstract":[{"type":"text","text":"Record representing the "},{"type":"codeVoice","code":"Categories"},{"type":"text","text":" SQL table."}],"identifier":"doc:\/\/Northwind\/documentation\/Northwind\/Category","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Category"}],"url":"\/documentation\/northwind\/category"}}}

File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show More