(table: string, columns: Column[], whereClause?: Record<string, any>)
| 110 | getNumericColumnTypeNamesLowercase(): string[] |
| 111 | |
| 112 | getTotalRows(table: string, columns: Column[], whereClause?: Record<string, any>): Promise<number> |
| 113 | |
| 114 | getRows(table: string, columns: Column[], limit: number, offset: number, whereClause?: Record<string, any>): Promise<QueryResponse | undefined> |
| 115 |
no outgoing calls
no test coverage detected