Versions in this module Expand all Collapse all v0 v0.0.1 Aug 28, 2026 Changes in this version + const TypeBlob + const TypeBool + const TypeInteger + const TypeNumeric + const TypeReal + const TypeText + const TypeTime + func AffinityRef(decltype string) (dialect.TypeRef, bool) + type Frontend struct + func (Frontend) Parse(sqlText string) (dialect.Tree, error) + func (f Frontend) ProbeExpr(expr string) error + func (f Frontend) ProbeGroupBy(clause string) error + func (f Frontend) ProbeInsertValue(expr string) error + func (f Frontend) ProbeJoinItem(item string) error + func (f Frontend) ProbeOrderBy(clause string) error + func (f Frontend) ProbeOrderByKey(expr string) error + func (f Frontend) ProbeSetItem(item string) error + type Oracle struct + func NewOracle(conn *sqlite3.Conn) *Oracle + func (o *Oracle) Describe(ctx context.Context, sql string) (dialect.Desc, error) + func (o *Oracle) Plan(ctx context.Context, sql string) error + func (o *Oracle) PlanText(ctx context.Context, sql string) (string, error) + func (o *Oracle) ServerVersion(ctx context.Context) (string, error) + func (o *Oracle) Snapshot(ctx context.Context) (*cache.Catalog, error) + type Profile struct + func (Profile) CaseInsensitiveIdents() bool + func (Profile) InEmptySQL() string + func (Profile) NextToken(src []byte, pos int) (dialect.Token, error) + func (Profile) PlaceholderStyle() dialect.PlaceholderStyle + type TypeMap struct + func (TypeMap) GoType(oid uint32) (dialect.GoTypeRef, bool) + func (TypeMap) TypeByName(name string) (dialect.TypeRef, bool)