Skip to main content
Go to Latest
method PreparedQuery.prototype.columns
import { PreparedQuery } from "https://deno.land/x/sqlite@v3.4.0/mod.ts";

Returns the column names for the query results.

This method returns an array of objects, where each object has the following properties:

Property Value
name the result of sqlite3_column_name
originName the result of sqlite3_column_origin_name
tableName the result of sqlite3_column_table_name