Skip to content
pyautark (soon)

@urban-toolkit/autk-db


@urban-toolkit/autk-db / RawQueryParams

Interface: RawQueryParams

Defined in: use-cases/raw-query/interfaces.ts:6

Properties

output

output: object

Defined in: use-cases/raw-query/interfaces.ts:8

source?

optional source?: TableSource

Optional: identify the origin/source of this new table

tableName?

optional tableName?: string

tableType?

optional tableType?: LayerType

Optional: semantic layer type of this new table

type

type: "CREATE_TABLE" | "RETURN_OBJECT"


query

query: string

Defined in: use-cases/raw-query/interfaces.ts:7

Released under the MIT License.