MCPcopy Create free account
hub / github.com/bytebase/dbhub / SQLResult

Interface SQLResult

src/connectors/interface.ts:27–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27export interface SQLResult {
28 rows: any[];
29 rowCount: number;
30 /** Informational messages from the database (e.g. SQL Server STATISTICS TIME/IO, PRINT output) */
31 messages?: DatabaseMessage[];
32}
33
34export interface TableColumn {
35 column_name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected