Skip to content

Commit 02cabf8

Browse files
committed
wip
1 parent bbb4c8a commit 02cabf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/StructuredQueriesCore/QueryBindable.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ public protocol QueryBindable: QueryRepresentable, QueryExpression where QueryVa
1010
/// A value that can be bound to a parameter of a SQL statement.
1111
var queryBinding: QueryBinding { get }
1212

13+
/// Initializes a bindable type from a binding.
1314
init?(queryBinding: QueryBinding)
1415
}
1516

0 commit comments

Comments
 (0)