We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d76922f commit 6ca38edCopy full SHA for 6ca38ed
GRDB/QueryInterface/SQLGeneration/TableAlias.swift
@@ -290,6 +290,12 @@ extension TableAliasBase {
290
/// See <https://github.com/groue/GRDB.swift/blob/master/Documentation/AssociationsBasics.md#table-aliases> for more information and examples.
291
///
292
/// - note: [**🔥 EXPERIMENTAL**](https://github.com/groue/GRDB.swift/blob/master/README.md#what-are-experimental-features)
293
+///
294
+/// ## Topics
295
296
+/// ## Supporting Types
297
298
+/// - ``TableAliasBase``
299
@dynamicMemberLookup
300
public final class TableAlias<RowDecoder>: TableAliasBase, @unchecked Sendable {
301
init(tableName: String, userName: String? = nil)
0 commit comments