* Returns a list of column type names that are numeric
()
| 108 | * Returns a list of column type names that are numeric |
| 109 | */ |
| 110 | getNumericColumnTypeNamesLowercase(): string[] |
| 111 | |
| 112 | getTotalRows(table: string, columns: Column[], whereClause?: Record<string, any>): Promise<number> |
| 113 |
no outgoing calls
no test coverage detected