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 c82c75c commit d932fdcCopy full SHA for d932fdc
source/mysql/impl/result.d
@@ -370,7 +370,7 @@ public:
370
@property ulong rowCount() const pure nothrow { return _numRowsFetched; }
371
}
372
373
-/+
+/++
374
A wrapper of a SafeResultRange which converts each row into an UnsafeRow.
375
376
Use the safe or unsafe UFCS methods to convert to and from these two types if
source/mysql/metadata.d
@@ -170,6 +170,11 @@ private:
170
171
172
public:
173
+ /++
174
+ Initialize a metadata struct with a connection.
175
+ Params:
176
+ con - The connection to use for fetching metadata
177
+ +/
178
this(Connection con)
179
{
180
_con = con;
0 commit comments