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 bbb4c8a commit 02cabf8Copy full SHA for 02cabf8
Sources/StructuredQueriesCore/QueryBindable.swift
@@ -10,6 +10,7 @@ public protocol QueryBindable: QueryRepresentable, QueryExpression where QueryVa
10
/// A value that can be bound to a parameter of a SQL statement.
11
var queryBinding: QueryBinding { get }
12
13
+ /// Initializes a bindable type from a binding.
14
init?(queryBinding: QueryBinding)
15
}
16
0 commit comments