@sqlrooms/duckdb / DataTable
Type Alias: DataTable
DataTable =
object
Properties
table
table:
QualifiedTableName
isView
isView:
boolean
database?
optionaldatabase?:string
Deprecated
Use table.database instead
schema
schema:
string
Deprecated
Use table.schema instead
tableName
tableName:
string
Deprecated
Use table.table instead
columns
columns:
TableColumn[]
rowCount?
optionalrowCount?:number
inputFileName?
optionalinputFileName?:string
sql?
optionalsql?:string
comment?
optionalcomment?:string
