Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/aws_api/services/athena@2017-05-18/mod.ts>ColumnInfo

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Go to Latest
interface ColumnInfo
import { type ColumnInfo } from "https://deno.land/x/aws_api@v0.1.0/services/athena@2017-05-18/mod.ts";

Properties

optional
CatalogName: string | null
optional
SchemaName: string | null
optional
TableName: string | null
Name: string
optional
Label: string | null
Type: string
optional
Precision: number | null
optional
Scale: number | null
optional
Nullable: ColumnNullable | null
optional
CaseSensitive: boolean | null