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.
RowDataPacket[]
1 parent 28ad73c commit d1d36b1Copy full SHA for d1d36b1
documentation/en/TypeScript-Examples.md
@@ -299,7 +299,7 @@ For `ProcedureCallPacket<RowDataPacket[]>` and `ProcedureCallPacket<RowDataPacke
299
300
You can also check some code examples using **MySQL2** and **TypeScript** to understand advanced concepts:
301
302
-- Extending and using **Interfaces** with `RowDataPacket` (*in progress*)
+- [Extending and using **Interfaces** with `RowDataPacket`](../../examples/typescript/row-data-packet.ts)
303
- Checking for `ResultSetHeader` or `RowDataPacket[]` using **Procedure Calls** (*in progress*)
304
- Checking for `ResultSetHeader` or `RowDataPacket[][]` using **Procedure Calls** (*in progress*)
305
- Creating a custom **MySQL2** **Class** (*in progress*)
0 commit comments