DuckdbEx.StatementType (DuckdbEx v0.2.0)

View Source

Statement type identifiers aligned with DuckDB's Python API.

Summary

Types

t()

@type t() :: :select | :insert | :update | :delete | :other

Functions

delete()

insert()

other()

select()

update()