|
| https://go.dev/ |
| Skip to Main Content | https://pkg.go.dev/github.com/aita/sqlkit/sql#main-content |
|
Why Go
| https://pkg.go.dev/github.com/aita/sqlkit/sql |
|
Case Studies
| https://go.dev/solutions#case-studies |
|
Use Cases
| https://go.dev/solutions#use-cases |
|
Security
| https://go.dev/security/ |
| Learn | https://go.dev/learn/ |
|
Docs
| https://pkg.go.dev/github.com/aita/sqlkit/sql |
|
Effective Go
| https://go.dev/doc/effective_go |
|
Go User Manual
| https://go.dev/doc/ |
|
Standard library
| https://pkg.go.dev/std |
|
Release Notes
| https://go.dev/doc/devel/release |
|
API
| https://pkg.go.dev/api |
| Packages | https://pkg.go.dev/ |
|
Community
| https://pkg.go.dev/github.com/aita/sqlkit/sql |
|
Recorded Talks
| https://go.dev/talks/ |
|
Meetups
| https://www.meetup.com/pro/go |
|
Conferences
| https://github.com/golang/go/wiki/Conferences |
|
Go blog
| https://go.dev/blog |
|
Go project
| https://go.dev/help |
|
| https://groups.google.com/g/golang-nuts |
|
| https://github.com/golang |
|
| https://twitter.com/golang |
|
| https://www.reddit.com/r/golang/ |
|
| https://invite.slack.golangbridge.org/ |
|
| https://stackoverflow.com/collectives/go |
|
| https://go.dev/ |
|
Why Go
| https://pkg.go.dev/github.com/aita/sqlkit/sql |
|
Why Go
| https://pkg.go.dev/github.com/aita/sqlkit/sql |
|
Case Studies
| https://go.dev/solutions#case-studies |
|
Use Cases
| https://go.dev/solutions#use-cases |
|
Security
| https://go.dev/security/ |
| Learn | https://go.dev/learn/ |
|
Docs
| https://pkg.go.dev/github.com/aita/sqlkit/sql |
|
Docs
| https://pkg.go.dev/github.com/aita/sqlkit/sql |
|
Effective Go
| https://go.dev/doc/effective_go |
|
Go User Manual
| https://go.dev/doc/ |
|
Standard library
| https://pkg.go.dev/std |
|
Release Notes
| https://go.dev/doc/devel/release |
|
API
| https://pkg.go.dev/api |
| Packages | https://pkg.go.dev/ |
|
Community
| https://pkg.go.dev/github.com/aita/sqlkit/sql |
|
Community
| https://pkg.go.dev/github.com/aita/sqlkit/sql |
|
Recorded Talks
| https://go.dev/talks/ |
|
Meetups
| https://www.meetup.com/pro/go |
|
Conferences
| https://github.com/golang/go/wiki/Conferences |
|
Go blog
| https://go.dev/blog |
|
Go project
| https://go.dev/help |
| https://groups.google.com/g/golang-nuts |
| https://github.com/golang |
| https://twitter.com/golang |
| https://www.reddit.com/r/golang/ |
| https://invite.slack.golangbridge.org/ |
| https://stackoverflow.com/collectives/go |
| Discover Packages | https://pkg.go.dev/ |
| github.com/aita/sqlkit | https://pkg.go.dev/github.com/aita/sqlkit |
|
sql
| https://pkg.go.dev/github.com/aita/sqlkit@v0.0.0-20260702112926-04972d04f24f/sql |
|
| https://go.dev/ |
|
Version:
v0.0.0-...-04972d0
| https://pkg.go.dev/github.com/aita/sqlkit/sql?tab=versions |
|
Go to latest
| https://pkg.go.dev/github.com/aita/sqlkit/sql |
| MIT | https://pkg.go.dev/github.com/aita/sqlkit/sql?tab=licenses |
|
Imports: 6
| https://pkg.go.dev/github.com/aita/sqlkit/sql?tab=imports |
|
Imported by: 0
| https://pkg.go.dev/github.com/aita/sqlkit/sql?tab=importedby |
| go.mod | https://github.com/aita/sqlkit/tree/04972d04f24f/go.mod |
| Learn more about best practices | https://pkg.go.dev/about#best-practices |
|
github.com/aita/sqlkit
| https://github.com/aita/sqlkit |
|
Open Source Insights
| https://deps.dev/go/github.com%2Faita%2Fsqlkit/v0.0.0-20260702112926-04972d04f24f |
|
Documentation
| https://pkg.go.dev/github.com/aita/sqlkit/sql#section-documentation |
| Overview | https://pkg.go.dev/github.com/aita/sqlkit/sql#pkg-overview |
|
Index
| https://pkg.go.dev/github.com/aita/sqlkit/sql#pkg-index |
|
Constants
| https://pkg.go.dev/github.com/aita/sqlkit/sql#pkg-constants |
|
Variables
| https://pkg.go.dev/github.com/aita/sqlkit/sql#pkg-variables |
|
Functions
| https://pkg.go.dev/github.com/aita/sqlkit/sql#pkg-functions |
|
CompileInline(dialect, q)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CompileInline |
|
CompileStatic(dialect, expr)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CompileStatic |
|
Decompose(q, onCTEName, onName, onChild)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Decompose |
|
IdentNames(ids)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#IdentNames |
|
Inspect(node, f)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Inspect |
|
Walk(v, node)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Walk |
|
WalkExpr(e, visit)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#WalkExpr |
|
WalkSelectionExpr(s, visit)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#WalkSelectionExpr |
|
WalkSelectionSubqueries(s, visit)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#WalkSelectionSubqueries |
|
WalkSubqueries(e, visit)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#WalkSubqueries |
|
Types
| https://pkg.go.dev/github.com/aita/sqlkit/sql#pkg-types |
|
type AliasedSelection
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AliasedSelection |
|
As(selection, alias)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#As |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AliasedSelection.Pos |
|
SQLSelection()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AliasedSelection.SQLSelection |
|
type AlterTableBuilder
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder |
|
AlterTable(table)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTable |
|
(b) AddCheck(name, expr)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.AddCheck |
|
(b) AddColumn(c)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.AddColumn |
|
(b) AddForeignKey(fk)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.AddForeignKey |
|
(b) AddPrimaryKey(columns)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.AddPrimaryKey |
|
(b) AddUnique(name, columns)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.AddUnique |
|
(b) AlterColumnType(name, t)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.AlterColumnType |
|
(b) DropColumn(name)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.DropColumn |
|
(b) DropConstraint(name)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.DropConstraint |
|
(b) DropDefault(name)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.DropDefault |
|
(b) DropNotNull(name)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.DropNotNull |
|
(b) DropPrimaryKey()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.DropPrimaryKey |
|
(b) RenameColumn(from, to)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.RenameColumn |
|
(b) RenameTo(name)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.RenameTo |
|
(b) RestateColumn(c)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.RestateColumn |
|
(b) SetDefault(name, expr)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.SetDefault |
|
(b) SetNotNull(name)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.SetNotNull |
|
(b) Stmt()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.Stmt |
|
(b) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.ToSQL |
|
type AlterTableStmt
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableStmt |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableStmt.Pos |
|
(s) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableStmt.ToSQL |
|
type AlterTypeAddValueBuilder
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeAddValueBuilder |
|
AlterTypeAddValue(name, value)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeAddValue |
|
(b) After(neighbor)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeAddValueBuilder.After |
|
(b) Before(neighbor)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeAddValueBuilder.Before |
|
(b) IfNotExists()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeAddValueBuilder.IfNotExists |
|
(b) Stmt()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeAddValueBuilder.Stmt |
|
(b) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeAddValueBuilder.ToSQL |
|
type AlterTypeAddValueStmt
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeAddValueStmt |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeAddValueStmt.Pos |
|
(s) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeAddValueStmt.ToSQL |
|
type AlterTypeRenameValueStmt
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeRenameValueStmt |
|
AlterTypeRenameValue(name, oldValue, newValue)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeRenameValue |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeRenameValueStmt.Pos |
|
(s) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeRenameValueStmt.ToSQL |
|
type Alteration
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Alteration |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Alteration.Pos |
|
type AlterationKind
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterationKind |
|
type ArrayDialect
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ArrayDialect |
|
type ArrayExpression
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ArrayExpression |
|
Array(elements)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Array |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ArrayExpression.Pos |
|
SQLExpression()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ArrayExpression.SQLExpression |
|
SQLSelection()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ArrayExpression.SQLSelection |
|
type Assignment
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Assignment |
|
Set(column, value)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Set |
|
SetAt(target, value)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SetAt |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Assignment.Pos |
|
type AutoIncrementColumnType
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AutoIncrementColumnType |
|
type BetweenExpression
| https://pkg.go.dev/github.com/aita/sqlkit/sql#BetweenExpression |
|
Between(operand, low, high)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Between |
|
NotBetween(operand, low, high)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#NotBetween |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#BetweenExpression.Pos |
|
SQLExpression()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#BetweenExpression.SQLExpression |
|
type BinaryExpression
| https://pkg.go.dev/github.com/aita/sqlkit/sql#BinaryExpression |
|
Add(left, right)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Add |
|
Div(left, right)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Div |
|
Eq(left, right)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Eq |
|
Ge(left, right)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Ge |
|
Gt(left, right)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Gt |
|
Le(left, right)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Le |
|
Like(left, pattern)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Like |
|
Lt(left, right)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Lt |
|
Mod(left, right)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Mod |
|
Mul(left, right)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Mul |
|
Ne(left, right)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Ne |
|
NotLike(left, pattern)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#NotLike |
|
Sub(left, right)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Sub |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#BinaryExpression.Pos |
|
SQLExpression()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#BinaryExpression.SQLExpression |
|
SQLSelection()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#BinaryExpression.SQLSelection |
|
type BindParamLimiter
| https://pkg.go.dev/github.com/aita/sqlkit/sql#BindParamLimiter |
|
type CTE
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE |
|
(c) Body()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE.Body |
|
(c) Col(name)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE.Col |
|
(c) IsRecursive()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE.IsRecursive |
|
(c) Name()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE.Name |
|
(c) OutputColumns()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE.OutputColumns |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE.Pos |
|
(c) SQLSource()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE.SQLSource |
|
(c) WithBody(q)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE.WithBody |
|
type CTEOption
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CTEOption |
|
Columns(names)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Columns |
|
Recursive()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Recursive |
|
type CaseExpression
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CaseExpression |
|
Case()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Case |
|
CaseOf(operand)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CaseOf |
|
If(condition, then, els)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#If |
|
(e) Else(result)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CaseExpression.Else |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CaseExpression.Pos |
|
SQLExpression()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CaseExpression.SQLExpression |
|
SQLSelection()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CaseExpression.SQLSelection |
|
(e) When(condition, result)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CaseExpression.When |
|
type CaseInsensitiveLiker
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CaseInsensitiveLiker |
|
type CastExpression
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CastExpression |
|
Cast(operand, sqlType)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Cast |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CastExpression.Pos |
|
SQLExpression()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CastExpression.SQLExpression |
|
SQLSelection()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CastExpression.SQLSelection |
|
type CollateExpression
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CollateExpression |
|
Collate(operand, collation)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Collate |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CollateExpression.Pos |
|
SQLExpression()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CollateExpression.SQLExpression |
|
SQLSelection()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CollateExpression.SQLSelection |
|
type ColumnDef
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnDef |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnDef.Pos |
|
type ColumnExpression
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnExpression |
|
Col(name)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Col |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnExpression.Pos |
|
(e) Reference()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnExpression.Reference |
|
SQLExpression()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnExpression.SQLExpression |
|
SQLSelection()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnExpression.SQLSelection |
|
type ColumnReference
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnReference |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnReference.Pos |
|
type ColumnType
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnType |
|
type CommentOnColumnStmt
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CommentOnColumnStmt |
|
CommentOnColumn(table, column, comment)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CommentOnColumn |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CommentOnColumnStmt.Pos |
|
(s) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CommentOnColumnStmt.ToSQL |
|
type CommentOnTableStmt
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CommentOnTableStmt |
|
CommentOnTable(table, comment)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CommentOnTable |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CommentOnTableStmt.Pos |
|
(s) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CommentOnTableStmt.ToSQL |
|
type Compiler
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler |
|
NewCompiler(dialect)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#NewCompiler |
|
(c) CompileAlterTable(s)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileAlterTable |
|
(c) CompileCommentOnColumn(s)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileCommentOnColumn |
|
(c) CompileCommentOnTable(s)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileCommentOnTable |
|
(c) CompileCompound(q)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileCompound |
|
(c) CompileCreateFunction(s)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileCreateFunction |
|
(c) CompileCreateIndex(s)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileCreateIndex |
|
(c) CompileCreateSchema(s)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileCreateSchema |
|
(c) CompileCreateTable(s)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileCreateTable |
|
(c) CompileCreateView(s)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileCreateView |
|
(c) CompileDelete(q)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileDelete |
|
(c) CompileDropForeignKey(s)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileDropForeignKey |
|
(c) CompileDropFunction(s)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileDropFunction |
|
(c) CompileDropIndex(s)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileDropIndex |
|
(c) CompileDropSchema(s)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileDropSchema |
|
(c) CompileDropTable(s)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileDropTable |
|
(c) CompileDropView(s)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileDropView |
|
(c) CompileExpression(expr)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileExpression |
|
(c) CompileGrant(s)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileGrant |
|
(c) CompileInsert(q)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileInsert |
|
(c) CompileJoin(join)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileJoin |
|
(c) CompileMerge(q)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileMerge |
|
(c) CompileRevoke(s)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileRevoke |
|
(c) CompileSelect(q)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileSelect |
|
(c) CompileSelection(selection)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileSelection |
|
(c) CompileSource(source)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileSource |
|
(c) CompileTruncate(s)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileTruncate |
|
(c) CompileUpdate(q)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileUpdate |
|
(c) CompileValues(q)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileValues |
|
type CompoundBuilder
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder |
|
(b) As(alias)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder.As |
|
(b) CTE(name, opts)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder.CTE |
|
(b) Except(other)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder.Except |
|
(b) ExceptAll(other)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder.ExceptAll |
|
(b) Intersect(other)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder.Intersect |
|
(b) IntersectAll(other)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder.IntersectAll |
|
(b) Limit(n)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder.Limit |
|
(b) Offset(n)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder.Offset |
|
(b) OrderBy(terms)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder.OrderBy |
|
(b) SQLSource()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder.SQLSource |
|
(b) Stmt()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder.Stmt |
|
(b) ToSQL(dialect)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder.ToSQL |
|
(b) Union(other)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder.Union |
|
(b) UnionAll(other)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder.UnionAll |
|
type CompoundStmt
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundStmt |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundStmt.Pos |
|
(q) SQLSource()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundStmt.SQLSource |
|
(q) ToSQL(dialect)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundStmt.ToSQL |
|
type ConcatExpression
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ConcatExpression |
|
Concat(operands)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Concat |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ConcatExpression.Pos |
|
SQLExpression()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ConcatExpression.SQLExpression |
|
SQLSelection()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ConcatExpression.SQLSelection |
|
type Concatenator
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Concatenator |
|
type ConflictClause
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ConflictClause |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ConflictClause.Pos |
|
type CountExpression
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CountExpression |
|
Count(target)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Count |
|
CountAll()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CountAll |
|
CountDistinct(target)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CountDistinct |
|
(e) Over()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CountExpression.Over |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CountExpression.Pos |
|
SQLExpression()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CountExpression.SQLExpression |
|
SQLSelection()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CountExpression.SQLSelection |
|
type CreateEnumStmt
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateEnumStmt |
|
CreateEnum(name, values)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateEnum |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateEnumStmt.Pos |
|
(s) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateEnumStmt.ToSQL |
|
type CreateExtensionBuilder
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateExtensionBuilder |
|
CreateExtension(name)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateExtension |
|
(b) IfNotExists()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateExtensionBuilder.IfNotExists |
|
(b) Schema(schema)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateExtensionBuilder.Schema |
|
(b) Stmt()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateExtensionBuilder.Stmt |
|
(b) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateExtensionBuilder.ToSQL |
|
type CreateExtensionStmt
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateExtensionStmt |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateExtensionStmt.Pos |
|
(s) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateExtensionStmt.ToSQL |
|
type CreateFunctionBuilder
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder |
|
CreateFunction(name)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunction |
|
(b) Arg(name, typ)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder.Arg |
|
(b) Args(args)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder.Args |
|
(b) Body(body)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder.Body |
|
(b) Language(language)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder.Language |
|
(b) Option(options)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder.Option |
|
(b) OrReplace()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder.OrReplace |
|
(b) Returns(returnType)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder.Returns |
|
(b) Stmt()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder.Stmt |
|
(b) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder.ToSQL |
|
type CreateFunctionStmt
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionStmt |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionStmt.Pos |
|
(s) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionStmt.ToSQL |
|
type CreateIndexBuilder
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateIndexBuilder |
|
CreateIndex(name, table, columns)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateIndex |
|
(b) IfNotExists()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateIndexBuilder.IfNotExists |
|
(b) Stmt()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateIndexBuilder.Stmt |
|
(b) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateIndexBuilder.ToSQL |
|
(b) Unique()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateIndexBuilder.Unique |
|
type CreateIndexStmt
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateIndexStmt |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateIndexStmt.Pos |
|
(s) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateIndexStmt.ToSQL |
|
type CreateMaterializedViewBuilder
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateMaterializedViewBuilder |
|
CreateMaterializedView(table, query)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateMaterializedView |
|
(b) Columns(columns)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateMaterializedViewBuilder.Columns |
|
(b) IfNotExists()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateMaterializedViewBuilder.IfNotExists |
|
(b) Stmt()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateMaterializedViewBuilder.Stmt |
|
(b) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateMaterializedViewBuilder.ToSQL |
|
(b) WithNoData()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateMaterializedViewBuilder.WithNoData |
|
type CreateMaterializedViewStmt
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateMaterializedViewStmt |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateMaterializedViewStmt.Pos |
|
(s) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateMaterializedViewStmt.ToSQL |
|
type CreateSchemaBuilder
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSchemaBuilder |
|
CreateSchema(name)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSchema |
|
(b) IfNotExists()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSchemaBuilder.IfNotExists |
|
(b) Stmt()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSchemaBuilder.Stmt |
|
(b) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSchemaBuilder.ToSQL |
|
type CreateSchemaStmt
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSchemaStmt |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSchemaStmt.Pos |
|
(s) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSchemaStmt.ToSQL |
|
type CreateSequenceBuilder
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder |
|
CreateSequence(sequence)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequence |
|
(b) Cache(n)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder.Cache |
|
(b) Cycle()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder.Cycle |
|
(b) IfNotExists()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder.IfNotExists |
|
(b) Increment(n)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder.Increment |
|
(b) MaxValue(n)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder.MaxValue |
|
(b) MinValue(n)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder.MinValue |
|
(b) NoCycle()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder.NoCycle |
|
(b) NoMaxValue()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder.NoMaxValue |
|
(b) NoMinValue()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder.NoMinValue |
|
(b) OwnedBy(column)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder.OwnedBy |
|
(b) Start(n)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder.Start |
|
(b) Stmt()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder.Stmt |
|
(b) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder.ToSQL |
|
type CreateSequenceStmt
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceStmt |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceStmt.Pos |
|
(s) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceStmt.ToSQL |
|
type CreateTableBuilder
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder |
|
CreateTable(table)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTable |
|
(b) Check(name, expr)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder.Check |
|
(b) Column(c)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder.Column |
|
(b) Comment(text)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder.Comment |
|
(b) ForeignKey(fk)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder.ForeignKey |
|
(b) IfNotExists()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder.IfNotExists |
|
(b) Index(name, columns)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder.Index |
|
(b) PrimaryKey(columns)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder.PrimaryKey |
|
(b) Stmt()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder.Stmt |
|
(b) Temporary()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder.Temporary |
|
(b) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder.ToSQL |
|
(b) Unique(name, columns)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder.Unique |
|
type CreateTableStmt
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableStmt |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableStmt.Pos |
|
(s) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableStmt.ToSQL |
|
type CreateViewBuilder
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateViewBuilder |
|
CreateView(table, query)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateView |
|
(b) Columns(columns)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateViewBuilder.Columns |
|
(b) OrReplace()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateViewBuilder.OrReplace |
|
(b) Stmt()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateViewBuilder.Stmt |
|
(b) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateViewBuilder.ToSQL |
|
type CreateViewStmt
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateViewStmt |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateViewStmt.Pos |
|
(s) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateViewStmt.ToSQL |
|
type DeleteBuilder
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder |
|
DeleteFrom(table)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteFrom |
|
(b) Join(source, on)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder.Join |
|
(b) LeftJoin(source, on)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder.LeftJoin |
|
(b) Limit(n)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder.Limit |
|
(b) OrderBy(terms)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder.OrderBy |
|
(b) Returning(selections)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder.Returning |
|
(b) Stmt()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder.Stmt |
|
(b) ToSQL(dialect)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder.ToSQL |
|
(b) Using(sources)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder.Using |
|
(b) Where(expr)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder.Where |
|
(b) WithCTE(ctes)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder.WithCTE |
|
type DeleteStmt
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteStmt |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteStmt.Pos |
|
(q) ToSQL(dialect)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteStmt.ToSQL |
|
type DerivedTable
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DerivedTable |
|
(d) Alias()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DerivedTable.Alias |
|
(d) Col(name)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DerivedTable.Col |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DerivedTable.Pos |
|
(d) SQLSource()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DerivedTable.SQLSource |
|
type DerivedValuesUnionDialect
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DerivedValuesUnionDialect |
|
type Dialect
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
|
DialectByName(name)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DialectByName |
|
type DistinctOnDialect
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DistinctOnDialect |
|
type DistinctPredicate
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DistinctPredicate |
|
IsDistinctFrom(left, right)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#IsDistinctFrom |
|
IsNotDistinctFrom(left, right)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#IsNotDistinctFrom |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DistinctPredicate.Pos |
|
SQLExpression()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DistinctPredicate.SQLExpression |
|
type DropExtensionBuilder
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropExtensionBuilder |
|
DropExtension(names)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropExtension |
|
(b) Cascade()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropExtensionBuilder.Cascade |
|
(b) IfExists()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropExtensionBuilder.IfExists |
|
(b) Stmt()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropExtensionBuilder.Stmt |
|
(b) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropExtensionBuilder.ToSQL |
|
type DropExtensionStmt
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropExtensionStmt |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropExtensionStmt.Pos |
|
(s) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropExtensionStmt.ToSQL |
|
type DropForeignKeyStmt
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropForeignKeyStmt |
|
DropForeignKey(table, name)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropForeignKey |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropForeignKeyStmt.Pos |
|
(s) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropForeignKeyStmt.ToSQL |
|
type DropFunctionBuilder
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionBuilder |
|
DropFunction(name)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunction |
|
(b) ArgTypes(types)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionBuilder.ArgTypes |
|
(b) Cascade()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionBuilder.Cascade |
|
(b) IfExists()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionBuilder.IfExists |
|
(b) Restrict()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionBuilder.Restrict |
|
(b) Stmt()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionBuilder.Stmt |
|
(b) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionBuilder.ToSQL |
|
type DropFunctionStmt
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionStmt |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionStmt.Pos |
|
(s) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionStmt.ToSQL |
|
type DropIndexStmt
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropIndexStmt |
|
DropIndex(name, table)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropIndex |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropIndexStmt.Pos |
|
(s) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropIndexStmt.ToSQL |
|
type DropMaterializedViewBuilder
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropMaterializedViewBuilder |
|
DropMaterializedView(table)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropMaterializedView |
|
(b) Cascade()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropMaterializedViewBuilder.Cascade |
|
(b) IfExists()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropMaterializedViewBuilder.IfExists |
|
(b) Stmt()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropMaterializedViewBuilder.Stmt |
|
(b) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropMaterializedViewBuilder.ToSQL |
|
type DropMaterializedViewStmt
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropMaterializedViewStmt |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropMaterializedViewStmt.Pos |
|
(s) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropMaterializedViewStmt.ToSQL |
|
type DropSchemaBuilder
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSchemaBuilder |
|
DropSchema(name)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSchema |
|
(b) Cascade()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSchemaBuilder.Cascade |
|
(b) IfExists()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSchemaBuilder.IfExists |
|
(b) Stmt()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSchemaBuilder.Stmt |
|
(b) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSchemaBuilder.ToSQL |
|
type DropSchemaStmt
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSchemaStmt |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSchemaStmt.Pos |
|
(s) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSchemaStmt.ToSQL |
|
type DropSequenceBuilder
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSequenceBuilder |
|
DropSequence(names)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSequence |
|
(b) Cascade()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSequenceBuilder.Cascade |
|
(b) IfExists()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSequenceBuilder.IfExists |
|
(b) Stmt()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSequenceBuilder.Stmt |
|
(b) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSequenceBuilder.ToSQL |
|
type DropSequenceStmt
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSequenceStmt |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSequenceStmt.Pos |
|
(s) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSequenceStmt.ToSQL |
|
type DropTableBuilder
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTableBuilder |
|
DropTable(tables)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTable |
|
(b) IfExists()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTableBuilder.IfExists |
|
(b) Stmt()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTableBuilder.Stmt |
|
(b) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTableBuilder.ToSQL |
|
type DropTableStmt
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTableStmt |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTableStmt.Pos |
|
(s) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTableStmt.ToSQL |
|
type DropTypeBuilder
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTypeBuilder |
|
DropType(names)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropType |
|
(b) Cascade()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTypeBuilder.Cascade |
|
(b) IfExists()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTypeBuilder.IfExists |
|
(b) Stmt()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTypeBuilder.Stmt |
|
(b) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTypeBuilder.ToSQL |
|
type DropTypeStmt
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTypeStmt |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTypeStmt.Pos |
|
(s) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTypeStmt.ToSQL |
|
type DropViewBuilder
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropViewBuilder |
|
DropView(table)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropView |
|
(b) Cascade()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropViewBuilder.Cascade |
|
(b) IfExists()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropViewBuilder.IfExists |
|
(b) Stmt()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropViewBuilder.Stmt |
|
(b) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropViewBuilder.ToSQL |
|
type DropViewStmt
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropViewStmt |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropViewStmt.Pos |
|
(s) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DropViewStmt.ToSQL |
|
type EngineType
| https://pkg.go.dev/github.com/aita/sqlkit/sql#EngineType |
|
(t) RenderAutoIncrement(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#EngineType.RenderAutoIncrement |
|
(t) RenderType(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#EngineType.RenderType |
|
type ExcludedExpression
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ExcludedExpression |
|
Excluded(column)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Excluded |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ExcludedExpression.Pos |
|
SQLExpression()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ExcludedExpression.SQLExpression |
|
type ExcludedRenderer
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ExcludedRenderer |
|
type ExistsExpression
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ExistsExpression |
|
Exists(query)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Exists |
|
NotExists(query)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#NotExists |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ExistsExpression.Pos |
|
SQLExpression()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ExistsExpression.SQLExpression |
|
type Expression
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
|
And(operands)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#And |
|
Expr(value)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Expr |
|
Or(operands)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Or |
|
type ExtractExpression
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ExtractExpression |
|
Extract(field, operand)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Extract |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ExtractExpression.Pos |
|
SQLExpression()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ExtractExpression.SQLExpression |
|
SQLSelection()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ExtractExpression.SQLSelection |
|
type FTSMode
| https://pkg.go.dev/github.com/aita/sqlkit/sql#FTSMode |
|
type FieldExpression
| https://pkg.go.dev/github.com/aita/sqlkit/sql#FieldExpression |
|
Field(operand, field)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Field |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#FieldExpression.Pos |
|
SQLExpression()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#FieldExpression.SQLExpression |
|
SQLSelection()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#FieldExpression.SQLSelection |
|
type ForeignKeyConstraint
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ForeignKeyConstraint |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ForeignKeyConstraint.Pos |
|
type FullTextSearcher
| https://pkg.go.dev/github.com/aita/sqlkit/sql#FullTextSearcher |
|
type FuncExpression
| https://pkg.go.dev/github.com/aita/sqlkit/sql#FuncExpression |
|
DistinctFunc(name, args)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#DistinctFunc |
|
Func(name, args)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Func |
|
(f) Over()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#FuncExpression.Over |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#FuncExpression.Pos |
|
SQLExpression()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#FuncExpression.SQLExpression |
|
SQLSelection()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#FuncExpression.SQLSelection |
|
type FuncRenderer
| https://pkg.go.dev/github.com/aita/sqlkit/sql#FuncRenderer |
|
type FunctionArg
| https://pkg.go.dev/github.com/aita/sqlkit/sql#FunctionArg |
|
type GeneratedColumn
| https://pkg.go.dev/github.com/aita/sqlkit/sql#GeneratedColumn |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#GeneratedColumn.Pos |
|
type GrantBuilder
| https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantBuilder |
|
Grant(privileges)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Grant |
|
(b) On(objects)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantBuilder.On |
|
(b) OnType(objectType, objects)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantBuilder.OnType |
|
(b) Stmt()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantBuilder.Stmt |
|
(b) To(grantees)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantBuilder.To |
|
(b) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantBuilder.ToSQL |
|
(b) WithGrantOption()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantBuilder.WithGrantOption |
|
type GrantStmt
| https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantStmt |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantStmt.Pos |
|
(s) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantStmt.ToSQL |
|
type GroupingExpression
| https://pkg.go.dev/github.com/aita/sqlkit/sql#GroupingExpression |
|
Cube(elements)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Cube |
|
Rollup(elements)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Rollup |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#GroupingExpression.Pos |
|
SQLExpression()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#GroupingExpression.SQLExpression |
|
type GroupingSetsDialect
| https://pkg.go.dev/github.com/aita/sqlkit/sql#GroupingSetsDialect |
|
type GroupingSetsExpression
| https://pkg.go.dev/github.com/aita/sqlkit/sql#GroupingSetsExpression |
|
GroupingSets(sets)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#GroupingSets |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#GroupingSetsExpression.Pos |
|
SQLExpression()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#GroupingSetsExpression.SQLExpression |
|
type ILikeExpression
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ILikeExpression |
|
ILike(left, pattern)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ILike |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ILikeExpression.Pos |
|
SQLExpression()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ILikeExpression.SQLExpression |
|
type Ident
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
|
Idents(names)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Idents |
|
NewIdent(name)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#NewIdent |
|
NewIdentAt(name, pos)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#NewIdentAt |
|
(id) Equal(other)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident.Equal |
|
(id) Fold()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident.Fold |
|
(id) IsZero()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident.IsZero |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident.Pos |
|
(id) String()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident.String |
|
type IdentityKind
| https://pkg.go.dev/github.com/aita/sqlkit/sql#IdentityKind |
|
type InExpression
| https://pkg.go.dev/github.com/aita/sqlkit/sql#InExpression |
|
In(left, items)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#In |
|
InQuery(left, subquery)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#InQuery |
|
NotIn(left, items)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#NotIn |
|
NotInQuery(left, subquery)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#NotInQuery |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#InExpression.Pos |
|
SQLExpression()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#InExpression.SQLExpression |
|
type InsertBuilder
| https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder |
|
InsertInto(table)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertInto |
|
ReplaceInto(table)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ReplaceInto |
|
(b) ColumnCount()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder.ColumnCount |
|
(b) Columns(columns)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder.Columns |
|
(b) DoNothing()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder.DoNothing |
|
(b) DoUpdate(assignments)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder.DoUpdate |
|
(b) FromSelect(query)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder.FromSelect |
|
(b) OnConflict(columns)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder.OnConflict |
|
(b) OnConflictConstraint(name)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder.OnConflictConstraint |
|
(b) OnConflictExpr(exprs)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder.OnConflictExpr |
|
(b) Returning(selections)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder.Returning |
|
(b) SplitRows(n)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder.SplitRows |
|
(b) Stmt()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder.Stmt |
|
(b) ToSQL(dialect)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder.ToSQL |
|
(b) Values(values)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder.Values |
|
(b) Where(predicate)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder.Where |
|
type InsertStmt
| https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertStmt |
|
(q) ColumnCount()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertStmt.ColumnCount |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertStmt.Pos |
|
(q) ToSQL(dialect)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertStmt.ToSQL |
|
type JSONAccessExpression
| https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONAccessExpression |
|
JSONGet(operand, path)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONGet |
|
JSONGetText(operand, path)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONGetText |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONAccessExpression.Pos |
|
SQLExpression()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONAccessExpression.SQLExpression |
|
SQLSelection()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONAccessExpression.SQLSelection |
|
type JSONAccessor
| https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONAccessor |
|
type JSONObjectExpression
| https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONObjectExpression |
|
JSONObject(args)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONObject |
|
JSONObjectAgg(key, value)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONObjectAgg |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONObjectExpression.Pos |
|
SQLExpression()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONObjectExpression.SQLExpression |
|
SQLSelection()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONObjectExpression.SQLSelection |
|
type JSONObjectRenderer
| https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONObjectRenderer |
|
type JoinClause
| https://pkg.go.dev/github.com/aita/sqlkit/sql#JoinClause |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#JoinClause.Pos |
|
type JoinedUpdateDeleter
| https://pkg.go.dev/github.com/aita/sqlkit/sql#JoinedUpdateDeleter |
|
type LockOption
| https://pkg.go.dev/github.com/aita/sqlkit/sql#LockOption |
|
LockOf(tables)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#LockOf |
|
NoWait()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#NoWait |
|
SkipLocked()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SkipLocked |
|
type LockTablesStmt
| https://pkg.go.dev/github.com/aita/sqlkit/sql#LockTablesStmt |
|
LockTables(locks)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#LockTables |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#LockTablesStmt.Pos |
|
(s) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#LockTablesStmt.ToSQL |
|
type LogicalExpression
| https://pkg.go.dev/github.com/aita/sqlkit/sql#LogicalExpression |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#LogicalExpression.Pos |
|
SQLExpression()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#LogicalExpression.SQLExpression |
|
type MatchBuilder
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MatchBuilder |
|
Match(columns)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Match |
|
(m) Against(query)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MatchBuilder.Against |
|
type MatchExpression
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MatchExpression |
|
(e) Boolean()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MatchExpression.Boolean |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MatchExpression.Pos |
|
SQLExpression()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MatchExpression.SQLExpression |
|
(e) WithConfig(name)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MatchExpression.WithConfig |
|
type MergeBuilder
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeBuilder |
|
MergeInto(target)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeInto |
|
(b) As(alias)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeBuilder.As |
|
(b) On(condition)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeBuilder.On |
|
(b) Returning(selections)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeBuilder.Returning |
|
(b) Stmt()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeBuilder.Stmt |
|
(b) ToSQL(dialect)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeBuilder.ToSQL |
|
(b) Using(source)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeBuilder.Using |
|
(b) When(whens)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeBuilder.When |
|
(b) WithCTE(ctes)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeBuilder.WithCTE |
|
type MergeDialect
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeDialect |
|
type MergeStmt
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeStmt |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeStmt.Pos |
|
(q) ToSQL(dialect)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeStmt.ToSQL |
|
type MergeWhen
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeWhen |
|
WhenMatched()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#WhenMatched |
|
WhenNotMatched()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#WhenNotMatched |
|
WhenNotMatchedBySource()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#WhenNotMatchedBySource |
|
(w) And(condition)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeWhen.And |
|
(w) ThenDelete()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeWhen.ThenDelete |
|
(w) ThenDoNothing()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeWhen.ThenDoNothing |
|
(w) ThenInsert(columns, values)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeWhen.ThenInsert |
|
(w) ThenUpdate(assignments)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeWhen.ThenUpdate |
|
type MergeWhenClause
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeWhenClause |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeWhenClause.Pos |
|
type MySQLDialect
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect |
|
(d) AutoIncrementColumn(name, length, precision, scale)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.AutoIncrementColumn |
|
ColumnCommentStatement(, , )
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.ColumnCommentStatement |
|
ColumnType(name, length, precision, scale)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.ColumnType |
|
Concat(operands)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.Concat |
|
DropForeignKey(qualifiedTable, quotedConstraint)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.DropForeignKey |
|
DropIndex(_, quotedIndex, qualifiedTable)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.DropIndex |
|
(d) Excluded(column)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.Excluded |
|
InlineColumnComment(comment)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.InlineColumnComment |
|
InlineTableComment(comment)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.InlineTableComment |
|
IsDistinctFrom(left, right, negate)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.IsDistinctFrom |
|
JSONAccess(operand, path, asText)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.JSONAccess |
|
JSONObject(funcName, pairs)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.JSONObject |
|
LockClause(strength, of, wait)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.LockClause |
|
Match(columns, query, boolean, _)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.Match |
|
MaxBindParams()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.MaxBindParams |
|
Name()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.Name |
|
Placeholder()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.Placeholder |
|
(d) QuoteIdent(identifier)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.QuoteIdent |
|
QuoteName(name)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.QuoteName |
|
Regexp(left, pattern, negate, caseInsensitive)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.Regexp |
|
StringAgg(arg, delimiter)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.StringAgg |
|
SupportsReturning()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.SupportsReturning |
|
TableCommentStatement(, )
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.TableCommentStatement |
|
Upsert(cl)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.Upsert |
|
UsesInlineJoins()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.UsesInlineJoins |
|
UsesValuesUnion()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.UsesValuesUnion |
|
type NamedWindow
| https://pkg.go.dev/github.com/aita/sqlkit/sql#NamedWindow |
|
WindowDef(name)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#WindowDef |
|
(w) Frame(frame)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#NamedWindow.Frame |
|
(w) OrderBy(terms)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#NamedWindow.OrderBy |
|
(w) PartitionBy(exprs)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#NamedWindow.PartitionBy |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#NamedWindow.Pos |
|
type Node
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Node |
|
type NotExpression
| https://pkg.go.dev/github.com/aita/sqlkit/sql#NotExpression |
|
Not(operand)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Not |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#NotExpression.Pos |
|
SQLExpression()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#NotExpression.SQLExpression |
|
type NullPredicate
| https://pkg.go.dev/github.com/aita/sqlkit/sql#NullPredicate |
|
IsNotNull(operand)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#IsNotNull |
|
IsNull(operand)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#IsNull |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#NullPredicate.Pos |
|
SQLExpression()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#NullPredicate.SQLExpression |
|
type NullSafeEqualityDialect
| https://pkg.go.dev/github.com/aita/sqlkit/sql#NullSafeEqualityDialect |
|
type NullsOrderingDialect
| https://pkg.go.dev/github.com/aita/sqlkit/sql#NullsOrderingDialect |
|
type OrderTerm
| https://pkg.go.dev/github.com/aita/sqlkit/sql#OrderTerm |
|
Asc(expr)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Asc |
|
Desc(expr)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Desc |
|
(t) NullsFirst()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#OrderTerm.NullsFirst |
|
(t) NullsLast()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#OrderTerm.NullsLast |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#OrderTerm.Pos |
|
type PositionExpression
| https://pkg.go.dev/github.com/aita/sqlkit/sql#PositionExpression |
|
Position(substring, str)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Position |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#PositionExpression.Pos |
|
SQLExpression()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#PositionExpression.SQLExpression |
|
SQLSelection()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#PositionExpression.SQLSelection |
|
type PostgreSQLDialect
| https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect |
|
ArrayConstructor(elements)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.ArrayConstructor |
|
AutoIncrementColumn(name, length, precision, scale)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.AutoIncrementColumn |
|
(p) ColumnCommentStatement(quotedTable, quotedColumn, comment)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.ColumnCommentStatement |
|
ColumnType(name, length, precision, scale)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.ColumnType |
|
DropForeignKey(qualifiedTable, quotedConstraint)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.DropForeignKey |
|
DropIndex(qualifiedIndex, _, _)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.DropIndex |
|
ILike(left, pattern)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.ILike |
|
InlineColumnComment()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.InlineColumnComment |
|
InlineTableComment()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.InlineTableComment |
|
JSONAccess(operand, path, asText)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.JSONAccess |
|
LockClause(strength, of, wait)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.LockClause |
|
Match(columns, query, boolean, config)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.Match |
|
MaxBindParams()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.MaxBindParams |
|
Name()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.Name |
|
Placeholder(position)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.Placeholder |
|
(d) QuoteIdent(identifier)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.QuoteIdent |
|
QuoteName(name)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.QuoteName |
|
Regexp(left, pattern, negate, caseInsensitive)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.Regexp |
|
SimilarTo(left, pattern, negate)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.SimilarTo |
|
SupportsDistinctOn()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.SupportsDistinctOn |
|
SupportsGroupingSets()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.SupportsGroupingSets |
|
SupportsMerge()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.SupportsMerge |
|
SupportsNullsOrdering()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.SupportsNullsOrdering |
|
SupportsReturning()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.SupportsReturning |
|
(p) TableCommentStatement(quotedTable, comment)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.TableCommentStatement |
|
Upsert(cl)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.Upsert |
|
(d) ValuesCastType(value)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.ValuesCastType |
|
type QuantifiedArrayExpression
| https://pkg.go.dev/github.com/aita/sqlkit/sql#QuantifiedArrayExpression |
|
AllArray(left, operator, array)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AllArray |
|
AnyArray(left, operator, array)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#AnyArray |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#QuantifiedArrayExpression.Pos |
|
SQLExpression()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#QuantifiedArrayExpression.SQLExpression |
|
type QuantifiedExpression
| https://pkg.go.dev/github.com/aita/sqlkit/sql#QuantifiedExpression |
|
All(left, operator, query)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#All |
|
Any(left, operator, query)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Any |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#QuantifiedExpression.Pos |
|
SQLExpression()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#QuantifiedExpression.SQLExpression |
|
type Query
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
|
SetPos(q, pos)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SetPos |
|
Unwrap(q)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Unwrap |
|
type Quoter
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Quoter |
|
type RawExpression
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RawExpression |
|
CurrentDate()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CurrentDate |
|
CurrentTime()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CurrentTime |
|
CurrentTimestamp()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#CurrentTimestamp |
|
Raw(fragment)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Raw |
|
Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RawExpression.Pos |
|
SQLExpression()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RawExpression.SQLExpression |
|
SQLSelection()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RawExpression.SQLSelection |
|
type RawQuery
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RawQuery |
|
RawSQL(text, args)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RawSQL |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RawQuery.Pos |
|
(q) SQL()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RawQuery.SQL |
|
(q) ToSQL()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RawQuery.ToSQL |
|
type RawType
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RawType |
|
(t) RenderType()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RawType.RenderType |
|
type RefreshMaterializedViewBuilder
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RefreshMaterializedViewBuilder |
|
RefreshMaterializedView(table)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RefreshMaterializedView |
|
(b) Concurrently()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RefreshMaterializedViewBuilder.Concurrently |
|
(b) Stmt()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RefreshMaterializedViewBuilder.Stmt |
|
(b) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RefreshMaterializedViewBuilder.ToSQL |
|
(b) WithNoData()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RefreshMaterializedViewBuilder.WithNoData |
|
type RefreshMaterializedViewStmt
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RefreshMaterializedViewStmt |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RefreshMaterializedViewStmt.Pos |
|
(s) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RefreshMaterializedViewStmt.ToSQL |
|
type RegexpExpression
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RegexpExpression |
|
IRegexp(left, pattern)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#IRegexp |
|
NotIRegexp(left, pattern)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#NotIRegexp |
|
NotRegexp(left, pattern)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#NotRegexp |
|
Regexp(left, pattern)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Regexp |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RegexpExpression.Pos |
|
SQLExpression()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RegexpExpression.SQLExpression |
|
type RegexpMatcher
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RegexpMatcher |
|
type RenameColumnStmt
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RenameColumnStmt |
|
RenameColumn(table, oldName, newName)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RenameColumn |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RenameColumnStmt.Pos |
|
(s) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RenameColumnStmt.ToSQL |
|
type RenameTableStmt
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RenameTableStmt |
|
RenameTable(table, newName)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RenameTable |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RenameTableStmt.Pos |
|
(s) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RenameTableStmt.ToSQL |
|
type RevokeBuilder
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeBuilder |
|
Revoke(privileges)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Revoke |
|
(b) Cascade()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeBuilder.Cascade |
|
(b) From(grantees)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeBuilder.From |
|
(b) GrantOptionFor()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeBuilder.GrantOptionFor |
|
(b) On(objects)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeBuilder.On |
|
(b) OnType(objectType, objects)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeBuilder.OnType |
|
(b) Restrict()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeBuilder.Restrict |
|
(b) Stmt()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeBuilder.Stmt |
|
(b) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeBuilder.ToSQL |
|
type RevokeStmt
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeStmt |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeStmt.Pos |
|
(s) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeStmt.ToSQL |
|
type RowExpression
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RowExpression |
|
Row(elements)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Row |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RowExpression.Pos |
|
SQLExpression()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RowExpression.SQLExpression |
|
type RowLocker
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RowLocker |
|
type ScalarSubqueryExpression
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ScalarSubqueryExpression |
|
ScalarSubquery(query)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ScalarSubquery |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ScalarSubqueryExpression.Pos |
|
SQLExpression()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ScalarSubqueryExpression.SQLExpression |
|
SQLSelection()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ScalarSubqueryExpression.SQLSelection |
|
type SelectBuilder
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
|
Select(columns)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Select |
|
(b) As(alias)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.As |
|
(b) CTE(name, opts)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.CTE |
|
(b) CrossJoin(source)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.CrossJoin |
|
(b) Distinct()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.Distinct |
|
(b) DistinctOn(exprs)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.DistinctOn |
|
(b) Except(other)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.Except |
|
(b) ExceptAll(other)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.ExceptAll |
|
(b) ForKeyShare(opts)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.ForKeyShare |
|
(b) ForNoKeyUpdate(opts)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.ForNoKeyUpdate |
|
(b) ForShare(opts)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.ForShare |
|
(b) ForUpdate(opts)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.ForUpdate |
|
(b) From(source)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.From |
|
(b) FullJoin(source, on)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.FullJoin |
|
(b) GroupBy(exprs)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.GroupBy |
|
(b) Having(expr)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.Having |
|
(b) Intersect(other)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.Intersect |
|
(b) IntersectAll(other)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.IntersectAll |
|
(b) Join(source, on)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.Join |
|
(b) JoinUsing(source, columns)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.JoinUsing |
|
(b) LeftJoin(source, on)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.LeftJoin |
|
(b) LeftJoinUsing(source, columns)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.LeftJoinUsing |
|
(b) Limit(n)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.Limit |
|
(b) NaturalJoin(source)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.NaturalJoin |
|
(b) NaturalLeftJoin(source)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.NaturalLeftJoin |
|
(b) Offset(n)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.Offset |
|
(b) OrderBy(terms)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.OrderBy |
|
(b) RightJoin(source, on)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.RightJoin |
|
(b) SQLSource()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.SQLSource |
|
(b) Stmt()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.Stmt |
|
(b) ToSQL(dialect)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.ToSQL |
|
(b) Union(other)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.Union |
|
(b) UnionAll(other)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.UnionAll |
|
(b) Where(expr)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.Where |
|
(b) Window(defs)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.Window |
|
(b) WithCTE(ctes)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.WithCTE |
|
type SelectStmt
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectStmt |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectStmt.Pos |
|
(q) SQLSource()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectStmt.SQLSource |
|
(q) ToSQL(dialect)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectStmt.ToSQL |
|
type Selection
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Selection |
|
type SetStmt
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SetStmt |
|
SetVariables(vars)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SetVariables |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SetStmt.Pos |
|
(s) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SetStmt.ToSQL |
|
type SetVar
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SetVar |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SetVar.Pos |
|
type SimilarToExpression
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SimilarToExpression |
|
NotSimilarTo(left, pattern)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#NotSimilarTo |
|
SimilarTo(left, pattern)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SimilarTo |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SimilarToExpression.Pos |
|
SQLExpression()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SimilarToExpression.SQLExpression |
|
type SimilarToMatcher
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SimilarToMatcher |
|
type Source
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Source |
|
type SourceExpression
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SourceExpression |
|
Alias(query, alias)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Alias |
|
Lateral(source)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Lateral |
|
SourceAlias(source, alias)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SourceAlias |
|
Subquery(query, alias)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Subquery |
|
ValuesSource(rows, alias, columns)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ValuesSource |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SourceExpression.Pos |
|
(s) SQLSource()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SourceExpression.SQLSource |
|
type StandardSQLDialect
| https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect |
|
(d) AutoIncrementColumn(name, length, precision, scale)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.AutoIncrementColumn |
|
ColumnCommentStatement(, , )
| https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.ColumnCommentStatement |
|
ColumnType(name, length, precision, scale)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.ColumnType |
|
DropForeignKey(qualifiedTable, quotedConstraint)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.DropForeignKey |
|
DropIndex(qualifiedIndex, _, _)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.DropIndex |
|
InlineColumnComment()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.InlineColumnComment |
|
InlineTableComment()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.InlineTableComment |
|
JSONAccess(operand, path, asText)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.JSONAccess |
|
Name()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.Name |
|
Placeholder()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.Placeholder |
|
(d) QuoteIdent(identifier)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.QuoteIdent |
|
QuoteName(name)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.QuoteName |
|
Regexp(left, pattern, negate, caseInsensitive)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.Regexp |
|
RenderFunc(name, args)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.RenderFunc |
|
SimilarTo(left, pattern, negate)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.SimilarTo |
|
SupportsGroupingSets()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.SupportsGroupingSets |
|
SupportsMerge()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.SupportsMerge |
|
SupportsNullsOrdering()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.SupportsNullsOrdering |
|
SupportsReturning()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.SupportsReturning |
|
TableCommentStatement(, )
| https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.TableCommentStatement |
|
type StarSelection
| https://pkg.go.dev/github.com/aita/sqlkit/sql#StarSelection |
|
Star()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Star |
|
StarOf(qualifier)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#StarOf |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#StarSelection.Pos |
|
SQLSelection()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#StarSelection.SQLSelection |
|
type Statement
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Statement |
|
type Statements
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Statements |
|
(ss) Render(dialect)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Statements.Render |
|
type StringAggExpression
| https://pkg.go.dev/github.com/aita/sqlkit/sql#StringAggExpression |
|
StringAgg(arg, delimiter)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#StringAgg |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#StringAggExpression.Pos |
|
SQLExpression()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#StringAggExpression.SQLExpression |
|
SQLSelection()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#StringAggExpression.SQLSelection |
|
type StringAggregator
| https://pkg.go.dev/github.com/aita/sqlkit/sql#StringAggregator |
|
type SubscriptExpression
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SubscriptExpression |
|
Slice(operand, lower, upper)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Slice |
|
Subscript(operand, index)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Subscript |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SubscriptExpression.Pos |
|
SQLExpression()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SubscriptExpression.SQLExpression |
|
SQLSelection()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SubscriptExpression.SQLSelection |
|
type SubscriptIndex
| https://pkg.go.dev/github.com/aita/sqlkit/sql#SubscriptIndex |
|
type Table
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
|
Tbl(name)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Tbl |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Table.Pos |
|
(t) QualifiedName()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Table.QualifiedName |
|
(t) SQLSource()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Table.SQLSource |
|
type TableCheck
| https://pkg.go.dev/github.com/aita/sqlkit/sql#TableCheck |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#TableCheck.Pos |
|
type TableDef
| https://pkg.go.dev/github.com/aita/sqlkit/sql#TableDef |
|
(d) ColumnRef(name)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#TableDef.ColumnRef |
|
(d) InsertRows(rows)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#TableDef.InsertRows |
|
(d) SelectRows()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#TableDef.SelectRows |
|
(d) Selections()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#TableDef.Selections |
|
type TableIndex
| https://pkg.go.dev/github.com/aita/sqlkit/sql#TableIndex |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#TableIndex.Pos |
|
type TableLock
| https://pkg.go.dev/github.com/aita/sqlkit/sql#TableLock |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#TableLock.Pos |
|
type TableLockMode
| https://pkg.go.dev/github.com/aita/sqlkit/sql#TableLockMode |
|
type TableUnique
| https://pkg.go.dev/github.com/aita/sqlkit/sql#TableUnique |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#TableUnique.Pos |
|
type TransactionStmt
| https://pkg.go.dev/github.com/aita/sqlkit/sql#TransactionStmt |
|
Begin()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Begin |
|
Commit()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Commit |
|
ReleaseSavepoint(name)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ReleaseSavepoint |
|
Rollback()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Rollback |
|
RollbackTo(name)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#RollbackTo |
|
Savepoint(name)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Savepoint |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#TransactionStmt.Pos |
|
(s) ToSQL(dialect)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#TransactionStmt.ToSQL |
|
type TruncateBuilder
| https://pkg.go.dev/github.com/aita/sqlkit/sql#TruncateBuilder |
|
Truncate(tables)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Truncate |
|
(b) Cascade()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#TruncateBuilder.Cascade |
|
(b) RestartIdentity()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#TruncateBuilder.RestartIdentity |
|
(b) Stmt()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#TruncateBuilder.Stmt |
|
(b) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#TruncateBuilder.ToSQL |
|
type TruncateStmt
| https://pkg.go.dev/github.com/aita/sqlkit/sql#TruncateStmt |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#TruncateStmt.Pos |
|
(s) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#TruncateStmt.ToSQL |
|
type UnaryExpression
| https://pkg.go.dev/github.com/aita/sqlkit/sql#UnaryExpression |
|
Neg(operand)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Neg |
|
Pos(operand)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Pos |
|
Unary(operator, operand)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Unary |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#UnaryExpression.Pos |
|
SQLExpression()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#UnaryExpression.SQLExpression |
|
SQLSelection()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#UnaryExpression.SQLSelection |
|
type UnlockTablesStmt
| https://pkg.go.dev/github.com/aita/sqlkit/sql#UnlockTablesStmt |
|
UnlockTables()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#UnlockTables |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#UnlockTablesStmt.Pos |
|
(s) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#UnlockTablesStmt.ToSQL |
|
type UpdateBuilder
| https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder |
|
Update(table)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Update |
|
(b) From(sources)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder.From |
|
(b) Join(source, on)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder.Join |
|
(b) LeftJoin(source, on)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder.LeftJoin |
|
(b) Limit(n)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder.Limit |
|
(b) OrderBy(terms)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder.OrderBy |
|
(b) Returning(selections)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder.Returning |
|
(b) Set(assignments)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder.Set |
|
(b) Stmt()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder.Stmt |
|
(b) ToSQL(dialect)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder.ToSQL |
|
(b) Where(expr)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder.Where |
|
(b) WithCTE(ctes)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder.WithCTE |
|
type UpdateStmt
| https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateStmt |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateStmt.Pos |
|
(q) ToSQL(dialect)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateStmt.ToSQL |
|
type UpsertClause
| https://pkg.go.dev/github.com/aita/sqlkit/sql#UpsertClause |
|
type UpsertRenderer
| https://pkg.go.dev/github.com/aita/sqlkit/sql#UpsertRenderer |
|
type UseStmt
| https://pkg.go.dev/github.com/aita/sqlkit/sql#UseStmt |
|
Use(db)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Use |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#UseStmt.Pos |
|
(s) ToSQL(d)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#UseStmt.ToSQL |
|
type ValueExpression
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ValueExpression |
|
Int(value)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Int |
|
Val(value)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Val |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ValueExpression.Pos |
|
(e) Quote()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ValueExpression.Quote |
|
SQLExpression()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ValueExpression.SQLExpression |
|
type ValuesCaster
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ValuesCaster |
|
type ValuesClause
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ValuesClause |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ValuesClause.Pos |
|
type ValuesQuery
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ValuesQuery |
|
Values(rows)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Values |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ValuesQuery.Pos |
|
(q) Row(values)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ValuesQuery.Row |
|
(q) SQLSource()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ValuesQuery.SQLSource |
|
(q) ToSQL(dialect)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#ValuesQuery.ToSQL |
|
type Visitor
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Visitor |
|
type WhenClause
| https://pkg.go.dev/github.com/aita/sqlkit/sql#WhenClause |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#WhenClause.Pos |
|
type WindowExpression
| https://pkg.go.dev/github.com/aita/sqlkit/sql#WindowExpression |
|
Over(fn)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#Over |
|
(e) Frame(frame)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#WindowExpression.Frame |
|
(e) Named(name)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#WindowExpression.Named |
|
(e) OrderBy(terms)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#WindowExpression.OrderBy |
|
(e) PartitionBy(exprs)
| https://pkg.go.dev/github.com/aita/sqlkit/sql#WindowExpression.PartitionBy |
|
(p) Pos()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#WindowExpression.Pos |
|
SQLExpression()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#WindowExpression.SQLExpression |
|
SQLSelection()
| https://pkg.go.dev/github.com/aita/sqlkit/sql#WindowExpression.SQLSelection |
|
Source Files
| https://pkg.go.dev/github.com/aita/sqlkit/sql#section-sourcefiles |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#section-documentation |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#pkg-overview |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#pkg-index |
| Constants | https://pkg.go.dev/github.com/aita/sqlkit/sql#pkg-constants |
| Variables | https://pkg.go.dev/github.com/aita/sqlkit/sql#pkg-variables |
| func CompileInline(dialect Dialect, q Query) (string, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompileInline |
| func CompileStatic(dialect Dialect, expr Expression) (string, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompileStatic |
| func Decompose(q Query, onCTEName func(string), onName func(string), onChild func(Query)) | https://pkg.go.dev/github.com/aita/sqlkit/sql#Decompose |
| func IdentNames(ids []Ident) []string | https://pkg.go.dev/github.com/aita/sqlkit/sql#IdentNames |
| func Inspect(node Node, f func(Node) bool) | https://pkg.go.dev/github.com/aita/sqlkit/sql#Inspect |
| func Walk(v Visitor, node Node) | https://pkg.go.dev/github.com/aita/sqlkit/sql#Walk |
| func WalkExpr(e Expression, visit func(Expression)) | https://pkg.go.dev/github.com/aita/sqlkit/sql#WalkExpr |
| func WalkSelectionExpr(s Selection, visit func(Expression)) | https://pkg.go.dev/github.com/aita/sqlkit/sql#WalkSelectionExpr |
| func WalkSelectionSubqueries(s Selection, visit func(Query)) | https://pkg.go.dev/github.com/aita/sqlkit/sql#WalkSelectionSubqueries |
| func WalkSubqueries(e Expression, visit func(Query)) | https://pkg.go.dev/github.com/aita/sqlkit/sql#WalkSubqueries |
| type AliasedSelection | https://pkg.go.dev/github.com/aita/sqlkit/sql#AliasedSelection |
| func As(selection Selection, alias string) AliasedSelection | https://pkg.go.dev/github.com/aita/sqlkit/sql#As |
| func (p AliasedSelection) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#AliasedSelection.Pos |
| func (AliasedSelection) SQLSelection() | https://pkg.go.dev/github.com/aita/sqlkit/sql#AliasedSelection.SQLSelection |
| type AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder |
| func AlterTable(table Table) AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTable |
| func (b AlterTableBuilder) AddCheck(name string, expr Expression) AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.AddCheck |
| func (b AlterTableBuilder) AddColumn(c ColumnDef) AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.AddColumn |
| func (b AlterTableBuilder) AddForeignKey(fk ForeignKeyConstraint) AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.AddForeignKey |
| func (b AlterTableBuilder) AddPrimaryKey(columns ...string) AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.AddPrimaryKey |
| func (b AlterTableBuilder) AddUnique(name string, columns ...string) AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.AddUnique |
| func (b AlterTableBuilder) AlterColumnType(name string, t ColumnType) AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.AlterColumnType |
| func (b AlterTableBuilder) DropColumn(name string) AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.DropColumn |
| func (b AlterTableBuilder) DropConstraint(name string) AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.DropConstraint |
| func (b AlterTableBuilder) DropDefault(name string) AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.DropDefault |
| func (b AlterTableBuilder) DropNotNull(name string) AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.DropNotNull |
| func (b AlterTableBuilder) DropPrimaryKey() AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.DropPrimaryKey |
| func (b AlterTableBuilder) RenameColumn(from, to string) AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.RenameColumn |
| func (b AlterTableBuilder) RenameTo(name string) AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.RenameTo |
| func (b AlterTableBuilder) RestateColumn(c ColumnDef) AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.RestateColumn |
| func (b AlterTableBuilder) SetDefault(name string, expr Expression) AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.SetDefault |
| func (b AlterTableBuilder) SetNotNull(name string) AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.SetNotNull |
| func (b AlterTableBuilder) Stmt() AlterTableStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.Stmt |
| func (b AlterTableBuilder) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.ToSQL |
| type AlterTableStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableStmt |
| func (p AlterTableStmt) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableStmt.Pos |
| func (s AlterTableStmt) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableStmt.ToSQL |
| type AlterTypeAddValueBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeAddValueBuilder |
| func AlterTypeAddValue(name, value string) AlterTypeAddValueBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeAddValue |
| func (b AlterTypeAddValueBuilder) After(neighbor string) AlterTypeAddValueBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeAddValueBuilder.After |
| func (b AlterTypeAddValueBuilder) Before(neighbor string) AlterTypeAddValueBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeAddValueBuilder.Before |
| func (b AlterTypeAddValueBuilder) IfNotExists() AlterTypeAddValueBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeAddValueBuilder.IfNotExists |
| func (b AlterTypeAddValueBuilder) Stmt() AlterTypeAddValueStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeAddValueBuilder.Stmt |
| func (b AlterTypeAddValueBuilder) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeAddValueBuilder.ToSQL |
| type AlterTypeAddValueStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeAddValueStmt |
| func (p AlterTypeAddValueStmt) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeAddValueStmt.Pos |
| func (s AlterTypeAddValueStmt) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeAddValueStmt.ToSQL |
| type AlterTypeRenameValueStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeRenameValueStmt |
| func AlterTypeRenameValue(name, oldValue, newValue string) AlterTypeRenameValueStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeRenameValue |
| func (p AlterTypeRenameValueStmt) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeRenameValueStmt.Pos |
| func (s AlterTypeRenameValueStmt) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeRenameValueStmt.ToSQL |
| type Alteration | https://pkg.go.dev/github.com/aita/sqlkit/sql#Alteration |
| func (p Alteration) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#Alteration.Pos |
| type AlterationKind | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterationKind |
| type ArrayDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#ArrayDialect |
| type ArrayExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ArrayExpression |
| func Array(elements ...any) ArrayExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Array |
| func (p ArrayExpression) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#ArrayExpression.Pos |
| func (ArrayExpression) SQLExpression() | https://pkg.go.dev/github.com/aita/sqlkit/sql#ArrayExpression.SQLExpression |
| func (ArrayExpression) SQLSelection() | https://pkg.go.dev/github.com/aita/sqlkit/sql#ArrayExpression.SQLSelection |
| type Assignment | https://pkg.go.dev/github.com/aita/sqlkit/sql#Assignment |
| func Set(column string, value any) Assignment | https://pkg.go.dev/github.com/aita/sqlkit/sql#Set |
| func SetAt(target Expression, value any) Assignment | https://pkg.go.dev/github.com/aita/sqlkit/sql#SetAt |
| func (p Assignment) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#Assignment.Pos |
| type AutoIncrementColumnType | https://pkg.go.dev/github.com/aita/sqlkit/sql#AutoIncrementColumnType |
| type BetweenExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#BetweenExpression |
| func Between(operand, low, high any) BetweenExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Between |
| func NotBetween(operand, low, high any) BetweenExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#NotBetween |
| func (p BetweenExpression) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#BetweenExpression.Pos |
| func (BetweenExpression) SQLExpression() | https://pkg.go.dev/github.com/aita/sqlkit/sql#BetweenExpression.SQLExpression |
| type BinaryExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#BinaryExpression |
| func Add(left, right any) BinaryExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Add |
| func Div(left, right any) BinaryExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Div |
| func Eq(left, right any) BinaryExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Eq |
| func Ge(left, right any) BinaryExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ge |
| func Gt(left, right any) BinaryExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Gt |
| func Le(left, right any) BinaryExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Le |
| func Like(left, pattern any) BinaryExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Like |
| func Lt(left, right any) BinaryExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Lt |
| func Mod(left, right any) BinaryExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Mod |
| func Mul(left, right any) BinaryExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Mul |
| func Ne(left, right any) BinaryExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ne |
| func NotLike(left, pattern any) BinaryExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#NotLike |
| func Sub(left, right any) BinaryExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Sub |
| func (p BinaryExpression) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#BinaryExpression.Pos |
| func (BinaryExpression) SQLExpression() | https://pkg.go.dev/github.com/aita/sqlkit/sql#BinaryExpression.SQLExpression |
| func (BinaryExpression) SQLSelection() | https://pkg.go.dev/github.com/aita/sqlkit/sql#BinaryExpression.SQLSelection |
| type BindParamLimiter | https://pkg.go.dev/github.com/aita/sqlkit/sql#BindParamLimiter |
| type CTE | https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE |
| func (c CTE) Body() Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE.Body |
| func (c CTE) Col(name string) ColumnExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE.Col |
| func (c CTE) IsRecursive() bool | https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE.IsRecursive |
| func (c CTE) Name() string | https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE.Name |
| func (c CTE) OutputColumns() []string | https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE.OutputColumns |
| func (p CTE) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE.Pos |
| func (c CTE) SQLSource() SourceExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE.SQLSource |
| func (c CTE) WithBody(q Query) CTE | https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE.WithBody |
| type CTEOption | https://pkg.go.dev/github.com/aita/sqlkit/sql#CTEOption |
| func Columns(names ...string) CTEOption | https://pkg.go.dev/github.com/aita/sqlkit/sql#Columns |
| func Recursive() CTEOption | https://pkg.go.dev/github.com/aita/sqlkit/sql#Recursive |
| type CaseExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#CaseExpression |
| func Case() CaseExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Case |
| func CaseOf(operand any) CaseExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#CaseOf |
| func If(condition, then, els any) CaseExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#If |
| func (e CaseExpression) Else(result any) CaseExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#CaseExpression.Else |
| func (p CaseExpression) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#CaseExpression.Pos |
| func (CaseExpression) SQLExpression() | https://pkg.go.dev/github.com/aita/sqlkit/sql#CaseExpression.SQLExpression |
| func (CaseExpression) SQLSelection() | https://pkg.go.dev/github.com/aita/sqlkit/sql#CaseExpression.SQLSelection |
| func (e CaseExpression) When(condition, result any) CaseExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#CaseExpression.When |
| type CaseInsensitiveLiker | https://pkg.go.dev/github.com/aita/sqlkit/sql#CaseInsensitiveLiker |
| type CastExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#CastExpression |
| func Cast(operand any, sqlType string) CastExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Cast |
| func (p CastExpression) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#CastExpression.Pos |
| func (CastExpression) SQLExpression() | https://pkg.go.dev/github.com/aita/sqlkit/sql#CastExpression.SQLExpression |
| func (CastExpression) SQLSelection() | https://pkg.go.dev/github.com/aita/sqlkit/sql#CastExpression.SQLSelection |
| type CollateExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#CollateExpression |
| func Collate(operand Expression, collation string) CollateExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Collate |
| func (p CollateExpression) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#CollateExpression.Pos |
| func (CollateExpression) SQLExpression() | https://pkg.go.dev/github.com/aita/sqlkit/sql#CollateExpression.SQLExpression |
| func (CollateExpression) SQLSelection() | https://pkg.go.dev/github.com/aita/sqlkit/sql#CollateExpression.SQLSelection |
| type ColumnDef | https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnDef |
| func (p ColumnDef) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnDef.Pos |
| type ColumnExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnExpression |
| func Col(name string) ColumnExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Col |
| func (p ColumnExpression) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnExpression.Pos |
| func (e ColumnExpression) Reference() string | https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnExpression.Reference |
| func (ColumnExpression) SQLExpression() | https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnExpression.SQLExpression |
| func (ColumnExpression) SQLSelection() | https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnExpression.SQLSelection |
| type ColumnReference | https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnReference |
| func (p ColumnReference) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnReference.Pos |
| type ColumnType | https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnType |
| type CommentOnColumnStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CommentOnColumnStmt |
| func CommentOnColumn(table Table, column, comment string) CommentOnColumnStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CommentOnColumn |
| func (p CommentOnColumnStmt) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#CommentOnColumnStmt.Pos |
| func (s CommentOnColumnStmt) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#CommentOnColumnStmt.ToSQL |
| type CommentOnTableStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CommentOnTableStmt |
| func CommentOnTable(table Table, comment string) CommentOnTableStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CommentOnTable |
| func (p CommentOnTableStmt) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#CommentOnTableStmt.Pos |
| func (s CommentOnTableStmt) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#CommentOnTableStmt.ToSQL |
| type Compiler | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler |
| func NewCompiler(dialect Dialect) *Compiler | https://pkg.go.dev/github.com/aita/sqlkit/sql#NewCompiler |
| func (c *Compiler) CompileAlterTable(s AlterTableStmt) (string, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileAlterTable |
| func (c *Compiler) CompileCommentOnColumn(s CommentOnColumnStmt) (string, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileCommentOnColumn |
| func (c *Compiler) CompileCommentOnTable(s CommentOnTableStmt) (string, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileCommentOnTable |
| func (c *Compiler) CompileCompound(q CompoundStmt) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileCompound |
| func (c *Compiler) CompileCreateFunction(s CreateFunctionStmt) (string, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileCreateFunction |
| func (c *Compiler) CompileCreateIndex(s CreateIndexStmt) (string, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileCreateIndex |
| func (c *Compiler) CompileCreateSchema(s CreateSchemaStmt) (string, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileCreateSchema |
| func (c *Compiler) CompileCreateTable(s CreateTableStmt) (string, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileCreateTable |
| func (c *Compiler) CompileCreateView(s CreateViewStmt) (string, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileCreateView |
| func (c *Compiler) CompileDelete(q DeleteStmt) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileDelete |
| func (c *Compiler) CompileDropForeignKey(s DropForeignKeyStmt) (string, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileDropForeignKey |
| func (c *Compiler) CompileDropFunction(s DropFunctionStmt) (string, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileDropFunction |
| func (c *Compiler) CompileDropIndex(s DropIndexStmt) (string, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileDropIndex |
| func (c *Compiler) CompileDropSchema(s DropSchemaStmt) (string, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileDropSchema |
| func (c *Compiler) CompileDropTable(s DropTableStmt) (string, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileDropTable |
| func (c *Compiler) CompileDropView(s DropViewStmt) (string, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileDropView |
| func (c *Compiler) CompileExpression(expr Expression) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileExpression |
| func (c *Compiler) CompileGrant(s GrantStmt) (string, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileGrant |
| func (c *Compiler) CompileInsert(q InsertStmt) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileInsert |
| func (c *Compiler) CompileJoin(join JoinClause) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileJoin |
| func (c *Compiler) CompileMerge(q MergeStmt) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileMerge |
| func (c *Compiler) CompileRevoke(s RevokeStmt) (string, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileRevoke |
| func (c *Compiler) CompileSelect(q SelectStmt) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileSelect |
| func (c *Compiler) CompileSelection(selection Selection) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileSelection |
| func (c *Compiler) CompileSource(source Source) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileSource |
| func (c *Compiler) CompileTruncate(s TruncateStmt) (string, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileTruncate |
| func (c *Compiler) CompileUpdate(q UpdateStmt) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileUpdate |
| func (c *Compiler) CompileValues(q ValuesQuery) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileValues |
| type CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder |
| func (b CompoundBuilder) As(alias string) DerivedTable | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder.As |
| func (b CompoundBuilder) CTE(name string, opts ...CTEOption) CTE | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder.CTE |
| func (b CompoundBuilder) Except(other Query) CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder.Except |
| func (b CompoundBuilder) ExceptAll(other Query) CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder.ExceptAll |
| func (b CompoundBuilder) Intersect(other Query) CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder.Intersect |
| func (b CompoundBuilder) IntersectAll(other Query) CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder.IntersectAll |
| func (b CompoundBuilder) Limit(n int) CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder.Limit |
| func (b CompoundBuilder) Offset(n int) CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder.Offset |
| func (b CompoundBuilder) OrderBy(terms ...OrderTerm) CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder.OrderBy |
| func (b CompoundBuilder) SQLSource() SourceExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder.SQLSource |
| func (b CompoundBuilder) Stmt() CompoundStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder.Stmt |
| func (b CompoundBuilder) ToSQL(dialect Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder.ToSQL |
| func (b CompoundBuilder) Union(other Query) CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder.Union |
| func (b CompoundBuilder) UnionAll(other Query) CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder.UnionAll |
| type CompoundStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundStmt |
| func (p CompoundStmt) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundStmt.Pos |
| func (q CompoundStmt) SQLSource() SourceExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundStmt.SQLSource |
| func (q CompoundStmt) ToSQL(dialect Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundStmt.ToSQL |
| type ConcatExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ConcatExpression |
| func Concat(operands ...any) ConcatExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Concat |
| func (p ConcatExpression) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#ConcatExpression.Pos |
| func (ConcatExpression) SQLExpression() | https://pkg.go.dev/github.com/aita/sqlkit/sql#ConcatExpression.SQLExpression |
| func (ConcatExpression) SQLSelection() | https://pkg.go.dev/github.com/aita/sqlkit/sql#ConcatExpression.SQLSelection |
| type Concatenator | https://pkg.go.dev/github.com/aita/sqlkit/sql#Concatenator |
| type ConflictClause | https://pkg.go.dev/github.com/aita/sqlkit/sql#ConflictClause |
| func (p ConflictClause) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#ConflictClause.Pos |
| type CountExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#CountExpression |
| func Count(target Selection) CountExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Count |
| func CountAll() CountExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#CountAll |
| func CountDistinct(target Selection) CountExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#CountDistinct |
| func (e CountExpression) Over() WindowExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#CountExpression.Over |
| func (p CountExpression) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#CountExpression.Pos |
| func (CountExpression) SQLExpression() | https://pkg.go.dev/github.com/aita/sqlkit/sql#CountExpression.SQLExpression |
| func (CountExpression) SQLSelection() | https://pkg.go.dev/github.com/aita/sqlkit/sql#CountExpression.SQLSelection |
| type CreateEnumStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateEnumStmt |
| func CreateEnum(name string, values ...string) CreateEnumStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateEnum |
| func (p CreateEnumStmt) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateEnumStmt.Pos |
| func (s CreateEnumStmt) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateEnumStmt.ToSQL |
| type CreateExtensionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateExtensionBuilder |
| func CreateExtension(name string) CreateExtensionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateExtension |
| func (b CreateExtensionBuilder) IfNotExists() CreateExtensionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateExtensionBuilder.IfNotExists |
| func (b CreateExtensionBuilder) Schema(schema string) CreateExtensionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateExtensionBuilder.Schema |
| func (b CreateExtensionBuilder) Stmt() CreateExtensionStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateExtensionBuilder.Stmt |
| func (b CreateExtensionBuilder) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateExtensionBuilder.ToSQL |
| type CreateExtensionStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateExtensionStmt |
| func (p CreateExtensionStmt) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateExtensionStmt.Pos |
| func (s CreateExtensionStmt) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateExtensionStmt.ToSQL |
| type CreateFunctionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder |
| func CreateFunction(name string) CreateFunctionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunction |
| func (b CreateFunctionBuilder) Arg(name, typ string) CreateFunctionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder.Arg |
| func (b CreateFunctionBuilder) Args(args ...FunctionArg) CreateFunctionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder.Args |
| func (b CreateFunctionBuilder) Body(body string) CreateFunctionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder.Body |
| func (b CreateFunctionBuilder) Language(language string) CreateFunctionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder.Language |
| func (b CreateFunctionBuilder) Option(options ...string) CreateFunctionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder.Option |
| func (b CreateFunctionBuilder) OrReplace() CreateFunctionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder.OrReplace |
| func (b CreateFunctionBuilder) Returns(returnType string) CreateFunctionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder.Returns |
| func (b CreateFunctionBuilder) Stmt() CreateFunctionStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder.Stmt |
| func (b CreateFunctionBuilder) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder.ToSQL |
| type CreateFunctionStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionStmt |
| func (p CreateFunctionStmt) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionStmt.Pos |
| func (s CreateFunctionStmt) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionStmt.ToSQL |
| type CreateIndexBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateIndexBuilder |
| func CreateIndex(name string, table Table, columns ...string) CreateIndexBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateIndex |
| func (b CreateIndexBuilder) IfNotExists() CreateIndexBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateIndexBuilder.IfNotExists |
| func (b CreateIndexBuilder) Stmt() CreateIndexStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateIndexBuilder.Stmt |
| func (b CreateIndexBuilder) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateIndexBuilder.ToSQL |
| func (b CreateIndexBuilder) Unique() CreateIndexBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateIndexBuilder.Unique |
| type CreateIndexStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateIndexStmt |
| func (p CreateIndexStmt) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateIndexStmt.Pos |
| func (s CreateIndexStmt) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateIndexStmt.ToSQL |
| type CreateMaterializedViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateMaterializedViewBuilder |
| func CreateMaterializedView(table Table, query Query) CreateMaterializedViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateMaterializedView |
| func (b CreateMaterializedViewBuilder) Columns(columns ...string) CreateMaterializedViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateMaterializedViewBuilder.Columns |
| func (b CreateMaterializedViewBuilder) IfNotExists() CreateMaterializedViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateMaterializedViewBuilder.IfNotExists |
| func (b CreateMaterializedViewBuilder) Stmt() CreateMaterializedViewStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateMaterializedViewBuilder.Stmt |
| func (b CreateMaterializedViewBuilder) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateMaterializedViewBuilder.ToSQL |
| func (b CreateMaterializedViewBuilder) WithNoData() CreateMaterializedViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateMaterializedViewBuilder.WithNoData |
| type CreateMaterializedViewStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateMaterializedViewStmt |
| func (p CreateMaterializedViewStmt) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateMaterializedViewStmt.Pos |
| func (s CreateMaterializedViewStmt) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateMaterializedViewStmt.ToSQL |
| type CreateSchemaBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSchemaBuilder |
| func CreateSchema(name string) CreateSchemaBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSchema |
| func (b CreateSchemaBuilder) IfNotExists() CreateSchemaBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSchemaBuilder.IfNotExists |
| func (b CreateSchemaBuilder) Stmt() CreateSchemaStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSchemaBuilder.Stmt |
| func (b CreateSchemaBuilder) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSchemaBuilder.ToSQL |
| type CreateSchemaStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSchemaStmt |
| func (p CreateSchemaStmt) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSchemaStmt.Pos |
| func (s CreateSchemaStmt) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSchemaStmt.ToSQL |
| type CreateSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder |
| func CreateSequence(sequence Table) CreateSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequence |
| func (b CreateSequenceBuilder) Cache(n int64) CreateSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder.Cache |
| func (b CreateSequenceBuilder) Cycle() CreateSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder.Cycle |
| func (b CreateSequenceBuilder) IfNotExists() CreateSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder.IfNotExists |
| func (b CreateSequenceBuilder) Increment(n int64) CreateSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder.Increment |
| func (b CreateSequenceBuilder) MaxValue(n int64) CreateSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder.MaxValue |
| func (b CreateSequenceBuilder) MinValue(n int64) CreateSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder.MinValue |
| func (b CreateSequenceBuilder) NoCycle() CreateSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder.NoCycle |
| func (b CreateSequenceBuilder) NoMaxValue() CreateSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder.NoMaxValue |
| func (b CreateSequenceBuilder) NoMinValue() CreateSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder.NoMinValue |
| func (b CreateSequenceBuilder) OwnedBy(column string) CreateSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder.OwnedBy |
| func (b CreateSequenceBuilder) Start(n int64) CreateSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder.Start |
| func (b CreateSequenceBuilder) Stmt() CreateSequenceStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder.Stmt |
| func (b CreateSequenceBuilder) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder.ToSQL |
| type CreateSequenceStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceStmt |
| func (p CreateSequenceStmt) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceStmt.Pos |
| func (s CreateSequenceStmt) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceStmt.ToSQL |
| type CreateTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder |
| func CreateTable(table Table) CreateTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTable |
| func (b CreateTableBuilder) Check(name string, expr Expression) CreateTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder.Check |
| func (b CreateTableBuilder) Column(c ColumnDef) CreateTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder.Column |
| func (b CreateTableBuilder) Comment(text string) CreateTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder.Comment |
| func (b CreateTableBuilder) ForeignKey(fk ForeignKeyConstraint) CreateTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder.ForeignKey |
| func (b CreateTableBuilder) IfNotExists() CreateTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder.IfNotExists |
| func (b CreateTableBuilder) Index(name string, columns ...string) CreateTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder.Index |
| func (b CreateTableBuilder) PrimaryKey(columns ...string) CreateTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder.PrimaryKey |
| func (b CreateTableBuilder) Stmt() CreateTableStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder.Stmt |
| func (b CreateTableBuilder) Temporary() CreateTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder.Temporary |
| func (b CreateTableBuilder) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder.ToSQL |
| func (b CreateTableBuilder) Unique(name string, columns ...string) CreateTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder.Unique |
| type CreateTableStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableStmt |
| func (p CreateTableStmt) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableStmt.Pos |
| func (s CreateTableStmt) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableStmt.ToSQL |
| type CreateViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateViewBuilder |
| func CreateView(table Table, query Query) CreateViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateView |
| func (b CreateViewBuilder) Columns(columns ...string) CreateViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateViewBuilder.Columns |
| func (b CreateViewBuilder) OrReplace() CreateViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateViewBuilder.OrReplace |
| func (b CreateViewBuilder) Stmt() CreateViewStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateViewBuilder.Stmt |
| func (b CreateViewBuilder) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateViewBuilder.ToSQL |
| type CreateViewStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateViewStmt |
| func (p CreateViewStmt) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateViewStmt.Pos |
| func (s CreateViewStmt) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateViewStmt.ToSQL |
| type DeleteBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder |
| func DeleteFrom(table Table) DeleteBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteFrom |
| func (b DeleteBuilder) Join(source Source, on Expression) DeleteBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder.Join |
| func (b DeleteBuilder) LeftJoin(source Source, on Expression) DeleteBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder.LeftJoin |
| func (b DeleteBuilder) Limit(n int) DeleteBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder.Limit |
| func (b DeleteBuilder) OrderBy(terms ...OrderTerm) DeleteBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder.OrderBy |
| func (b DeleteBuilder) Returning(selections ...Selection) DeleteBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder.Returning |
| func (b DeleteBuilder) Stmt() DeleteStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder.Stmt |
| func (b DeleteBuilder) ToSQL(dialect Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder.ToSQL |
| func (b DeleteBuilder) Using(sources ...Source) DeleteBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder.Using |
| func (b DeleteBuilder) Where(expr Expression) DeleteBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder.Where |
| func (b DeleteBuilder) WithCTE(ctes ...CTE) DeleteBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder.WithCTE |
| type DeleteStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteStmt |
| func (p DeleteStmt) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteStmt.Pos |
| func (q DeleteStmt) ToSQL(dialect Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteStmt.ToSQL |
| type DerivedTable | https://pkg.go.dev/github.com/aita/sqlkit/sql#DerivedTable |
| func (d DerivedTable) Alias() string | https://pkg.go.dev/github.com/aita/sqlkit/sql#DerivedTable.Alias |
| func (d DerivedTable) Col(name string) ColumnExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#DerivedTable.Col |
| func (p DerivedTable) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#DerivedTable.Pos |
| func (d DerivedTable) SQLSource() SourceExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#DerivedTable.SQLSource |
| type DerivedValuesUnionDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#DerivedValuesUnionDialect |
| type Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| func DialectByName(name string) (Dialect, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#DialectByName |
| type DistinctOnDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#DistinctOnDialect |
| type DistinctPredicate | https://pkg.go.dev/github.com/aita/sqlkit/sql#DistinctPredicate |
| func IsDistinctFrom(left, right any) DistinctPredicate | https://pkg.go.dev/github.com/aita/sqlkit/sql#IsDistinctFrom |
| func IsNotDistinctFrom(left, right any) DistinctPredicate | https://pkg.go.dev/github.com/aita/sqlkit/sql#IsNotDistinctFrom |
| func (p DistinctPredicate) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#DistinctPredicate.Pos |
| func (DistinctPredicate) SQLExpression() | https://pkg.go.dev/github.com/aita/sqlkit/sql#DistinctPredicate.SQLExpression |
| type DropExtensionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropExtensionBuilder |
| func DropExtension(names ...string) DropExtensionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropExtension |
| func (b DropExtensionBuilder) Cascade() DropExtensionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropExtensionBuilder.Cascade |
| func (b DropExtensionBuilder) IfExists() DropExtensionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropExtensionBuilder.IfExists |
| func (b DropExtensionBuilder) Stmt() DropExtensionStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropExtensionBuilder.Stmt |
| func (b DropExtensionBuilder) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropExtensionBuilder.ToSQL |
| type DropExtensionStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropExtensionStmt |
| func (p DropExtensionStmt) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropExtensionStmt.Pos |
| func (s DropExtensionStmt) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropExtensionStmt.ToSQL |
| type DropForeignKeyStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropForeignKeyStmt |
| func DropForeignKey(table Table, name string) DropForeignKeyStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropForeignKey |
| func (p DropForeignKeyStmt) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropForeignKeyStmt.Pos |
| func (s DropForeignKeyStmt) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropForeignKeyStmt.ToSQL |
| type DropFunctionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionBuilder |
| func DropFunction(name string) DropFunctionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunction |
| func (b DropFunctionBuilder) ArgTypes(types ...string) DropFunctionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionBuilder.ArgTypes |
| func (b DropFunctionBuilder) Cascade() DropFunctionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionBuilder.Cascade |
| func (b DropFunctionBuilder) IfExists() DropFunctionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionBuilder.IfExists |
| func (b DropFunctionBuilder) Restrict() DropFunctionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionBuilder.Restrict |
| func (b DropFunctionBuilder) Stmt() DropFunctionStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionBuilder.Stmt |
| func (b DropFunctionBuilder) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionBuilder.ToSQL |
| type DropFunctionStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionStmt |
| func (p DropFunctionStmt) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionStmt.Pos |
| func (s DropFunctionStmt) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionStmt.ToSQL |
| type DropIndexStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropIndexStmt |
| func DropIndex(name string, table Table) DropIndexStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropIndex |
| func (p DropIndexStmt) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropIndexStmt.Pos |
| func (s DropIndexStmt) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropIndexStmt.ToSQL |
| type DropMaterializedViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropMaterializedViewBuilder |
| func DropMaterializedView(table Table) DropMaterializedViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropMaterializedView |
| func (b DropMaterializedViewBuilder) Cascade() DropMaterializedViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropMaterializedViewBuilder.Cascade |
| func (b DropMaterializedViewBuilder) IfExists() DropMaterializedViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropMaterializedViewBuilder.IfExists |
| func (b DropMaterializedViewBuilder) Stmt() DropMaterializedViewStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropMaterializedViewBuilder.Stmt |
| func (b DropMaterializedViewBuilder) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropMaterializedViewBuilder.ToSQL |
| type DropMaterializedViewStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropMaterializedViewStmt |
| func (p DropMaterializedViewStmt) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropMaterializedViewStmt.Pos |
| func (s DropMaterializedViewStmt) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropMaterializedViewStmt.ToSQL |
| type DropSchemaBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSchemaBuilder |
| func DropSchema(name string) DropSchemaBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSchema |
| func (b DropSchemaBuilder) Cascade() DropSchemaBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSchemaBuilder.Cascade |
| func (b DropSchemaBuilder) IfExists() DropSchemaBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSchemaBuilder.IfExists |
| func (b DropSchemaBuilder) Stmt() DropSchemaStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSchemaBuilder.Stmt |
| func (b DropSchemaBuilder) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSchemaBuilder.ToSQL |
| type DropSchemaStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSchemaStmt |
| func (p DropSchemaStmt) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSchemaStmt.Pos |
| func (s DropSchemaStmt) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSchemaStmt.ToSQL |
| type DropSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSequenceBuilder |
| func DropSequence(names ...string) DropSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSequence |
| func (b DropSequenceBuilder) Cascade() DropSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSequenceBuilder.Cascade |
| func (b DropSequenceBuilder) IfExists() DropSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSequenceBuilder.IfExists |
| func (b DropSequenceBuilder) Stmt() DropSequenceStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSequenceBuilder.Stmt |
| func (b DropSequenceBuilder) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSequenceBuilder.ToSQL |
| type DropSequenceStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSequenceStmt |
| func (p DropSequenceStmt) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSequenceStmt.Pos |
| func (s DropSequenceStmt) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSequenceStmt.ToSQL |
| type DropTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTableBuilder |
| func DropTable(tables ...Table) DropTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTable |
| func (b DropTableBuilder) IfExists() DropTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTableBuilder.IfExists |
| func (b DropTableBuilder) Stmt() DropTableStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTableBuilder.Stmt |
| func (b DropTableBuilder) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTableBuilder.ToSQL |
| type DropTableStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTableStmt |
| func (p DropTableStmt) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTableStmt.Pos |
| func (s DropTableStmt) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTableStmt.ToSQL |
| type DropTypeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTypeBuilder |
| func DropType(names ...string) DropTypeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropType |
| func (b DropTypeBuilder) Cascade() DropTypeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTypeBuilder.Cascade |
| func (b DropTypeBuilder) IfExists() DropTypeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTypeBuilder.IfExists |
| func (b DropTypeBuilder) Stmt() DropTypeStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTypeBuilder.Stmt |
| func (b DropTypeBuilder) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTypeBuilder.ToSQL |
| type DropTypeStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTypeStmt |
| func (p DropTypeStmt) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTypeStmt.Pos |
| func (s DropTypeStmt) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTypeStmt.ToSQL |
| type DropViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropViewBuilder |
| func DropView(table Table) DropViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropView |
| func (b DropViewBuilder) Cascade() DropViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropViewBuilder.Cascade |
| func (b DropViewBuilder) IfExists() DropViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropViewBuilder.IfExists |
| func (b DropViewBuilder) Stmt() DropViewStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropViewBuilder.Stmt |
| func (b DropViewBuilder) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropViewBuilder.ToSQL |
| type DropViewStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropViewStmt |
| func (p DropViewStmt) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropViewStmt.Pos |
| func (s DropViewStmt) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropViewStmt.ToSQL |
| type EngineType | https://pkg.go.dev/github.com/aita/sqlkit/sql#EngineType |
| func (t EngineType) RenderAutoIncrement(d Dialect) (string, bool) | https://pkg.go.dev/github.com/aita/sqlkit/sql#EngineType.RenderAutoIncrement |
| func (t EngineType) RenderType(d Dialect) (string, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#EngineType.RenderType |
| type ExcludedExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ExcludedExpression |
| func Excluded(column string) ExcludedExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Excluded |
| func (p ExcludedExpression) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#ExcludedExpression.Pos |
| func (ExcludedExpression) SQLExpression() | https://pkg.go.dev/github.com/aita/sqlkit/sql#ExcludedExpression.SQLExpression |
| type ExcludedRenderer | https://pkg.go.dev/github.com/aita/sqlkit/sql#ExcludedRenderer |
| type ExistsExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ExistsExpression |
| func Exists(query Query) ExistsExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Exists |
| func NotExists(query Query) ExistsExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#NotExists |
| func (p ExistsExpression) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#ExistsExpression.Pos |
| func (ExistsExpression) SQLExpression() | https://pkg.go.dev/github.com/aita/sqlkit/sql#ExistsExpression.SQLExpression |
| type Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| func And(operands ...Expression) Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#And |
| func Expr(value any) Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expr |
| func Or(operands ...Expression) Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Or |
| type ExtractExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ExtractExpression |
| func Extract(field string, operand any) ExtractExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Extract |
| func (p ExtractExpression) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#ExtractExpression.Pos |
| func (ExtractExpression) SQLExpression() | https://pkg.go.dev/github.com/aita/sqlkit/sql#ExtractExpression.SQLExpression |
| func (ExtractExpression) SQLSelection() | https://pkg.go.dev/github.com/aita/sqlkit/sql#ExtractExpression.SQLSelection |
| type FTSMode | https://pkg.go.dev/github.com/aita/sqlkit/sql#FTSMode |
| type FieldExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#FieldExpression |
| func Field(operand Expression, field string) FieldExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Field |
| func (p FieldExpression) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#FieldExpression.Pos |
| func (FieldExpression) SQLExpression() | https://pkg.go.dev/github.com/aita/sqlkit/sql#FieldExpression.SQLExpression |
| func (FieldExpression) SQLSelection() | https://pkg.go.dev/github.com/aita/sqlkit/sql#FieldExpression.SQLSelection |
| type ForeignKeyConstraint | https://pkg.go.dev/github.com/aita/sqlkit/sql#ForeignKeyConstraint |
| func (p ForeignKeyConstraint) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#ForeignKeyConstraint.Pos |
| type FullTextSearcher | https://pkg.go.dev/github.com/aita/sqlkit/sql#FullTextSearcher |
| type FuncExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#FuncExpression |
| func DistinctFunc(name string, args ...any) FuncExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#DistinctFunc |
| func Func(name string, args ...any) FuncExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Func |
| func (f FuncExpression) Over() WindowExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#FuncExpression.Over |
| func (p FuncExpression) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#FuncExpression.Pos |
| func (FuncExpression) SQLExpression() | https://pkg.go.dev/github.com/aita/sqlkit/sql#FuncExpression.SQLExpression |
| func (FuncExpression) SQLSelection() | https://pkg.go.dev/github.com/aita/sqlkit/sql#FuncExpression.SQLSelection |
| type FuncRenderer | https://pkg.go.dev/github.com/aita/sqlkit/sql#FuncRenderer |
| type FunctionArg | https://pkg.go.dev/github.com/aita/sqlkit/sql#FunctionArg |
| type GeneratedColumn | https://pkg.go.dev/github.com/aita/sqlkit/sql#GeneratedColumn |
| func (p GeneratedColumn) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#GeneratedColumn.Pos |
| type GrantBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantBuilder |
| func Grant(privileges ...string) GrantBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#Grant |
| func (b GrantBuilder) On(objects ...string) GrantBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantBuilder.On |
| func (b GrantBuilder) OnType(objectType string, objects ...string) GrantBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantBuilder.OnType |
| func (b GrantBuilder) Stmt() GrantStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantBuilder.Stmt |
| func (b GrantBuilder) To(grantees ...string) GrantBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantBuilder.To |
| func (b GrantBuilder) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantBuilder.ToSQL |
| func (b GrantBuilder) WithGrantOption() GrantBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantBuilder.WithGrantOption |
| type GrantStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantStmt |
| func (p GrantStmt) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantStmt.Pos |
| func (s GrantStmt) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantStmt.ToSQL |
| type GroupingExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#GroupingExpression |
| func Cube(elements ...Expression) GroupingExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Cube |
| func Rollup(elements ...Expression) GroupingExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Rollup |
| func (p GroupingExpression) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#GroupingExpression.Pos |
| func (GroupingExpression) SQLExpression() | https://pkg.go.dev/github.com/aita/sqlkit/sql#GroupingExpression.SQLExpression |
| type GroupingSetsDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#GroupingSetsDialect |
| type GroupingSetsExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#GroupingSetsExpression |
| func GroupingSets(sets ...[]Expression) GroupingSetsExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#GroupingSets |
| func (p GroupingSetsExpression) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#GroupingSetsExpression.Pos |
| func (GroupingSetsExpression) SQLExpression() | https://pkg.go.dev/github.com/aita/sqlkit/sql#GroupingSetsExpression.SQLExpression |
| type ILikeExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ILikeExpression |
| func ILike(left, pattern any) ILikeExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ILike |
| func (p ILikeExpression) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#ILikeExpression.Pos |
| func (ILikeExpression) SQLExpression() | https://pkg.go.dev/github.com/aita/sqlkit/sql#ILikeExpression.SQLExpression |
| type Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| func Idents(names ...string) []Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Idents |
| func NewIdent(name string) Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#NewIdent |
| func NewIdentAt(name string, pos int) Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#NewIdentAt |
| func (id Ident) Equal(other Ident) bool | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident.Equal |
| func (id Ident) Fold() Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident.Fold |
| func (id Ident) IsZero() bool | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident.IsZero |
| func (p Ident) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident.Pos |
| func (id Ident) String() string | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident.String |
| type IdentityKind | https://pkg.go.dev/github.com/aita/sqlkit/sql#IdentityKind |
| type InExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#InExpression |
| func In(left any, items ...any) InExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#In |
| func InQuery(left any, subquery Query) InExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#InQuery |
| func NotIn(left any, items ...any) InExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#NotIn |
| func NotInQuery(left any, subquery Query) InExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#NotInQuery |
| func (p InExpression) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#InExpression.Pos |
| func (InExpression) SQLExpression() | https://pkg.go.dev/github.com/aita/sqlkit/sql#InExpression.SQLExpression |
| type InsertBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder |
| func InsertInto(table Table) InsertBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertInto |
| func ReplaceInto(table Table) InsertBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#ReplaceInto |
| func (b InsertBuilder) ColumnCount() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder.ColumnCount |
| func (b InsertBuilder) Columns(columns ...string) InsertBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder.Columns |
| func (b InsertBuilder) DoNothing() InsertBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder.DoNothing |
| func (b InsertBuilder) DoUpdate(assignments ...Assignment) InsertBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder.DoUpdate |
| func (b InsertBuilder) FromSelect(query Query) InsertBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder.FromSelect |
| func (b InsertBuilder) OnConflict(columns ...string) InsertBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder.OnConflict |
| func (b InsertBuilder) OnConflictConstraint(name string) InsertBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder.OnConflictConstraint |
| func (b InsertBuilder) OnConflictExpr(exprs ...Expression) InsertBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder.OnConflictExpr |
| func (b InsertBuilder) Returning(selections ...Selection) InsertBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder.Returning |
| func (b InsertBuilder) SplitRows(n int) []InsertBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder.SplitRows |
| func (b InsertBuilder) Stmt() InsertStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder.Stmt |
| func (b InsertBuilder) ToSQL(dialect Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder.ToSQL |
| func (b InsertBuilder) Values(values ...any) InsertBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder.Values |
| func (b InsertBuilder) Where(predicate Expression) InsertBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder.Where |
| type InsertStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertStmt |
| func (q InsertStmt) ColumnCount() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertStmt.ColumnCount |
| func (p InsertStmt) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertStmt.Pos |
| func (q InsertStmt) ToSQL(dialect Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertStmt.ToSQL |
| type JSONAccessExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONAccessExpression |
| func JSONGet(operand any, path ...any) JSONAccessExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONGet |
| func JSONGetText(operand any, path ...any) JSONAccessExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONGetText |
| func (p JSONAccessExpression) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONAccessExpression.Pos |
| func (JSONAccessExpression) SQLExpression() | https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONAccessExpression.SQLExpression |
| func (JSONAccessExpression) SQLSelection() | https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONAccessExpression.SQLSelection |
| type JSONAccessor | https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONAccessor |
| type JSONObjectExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONObjectExpression |
| func JSONObject(args ...any) JSONObjectExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONObject |
| func JSONObjectAgg(key, value any) JSONObjectExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONObjectAgg |
| func (p JSONObjectExpression) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONObjectExpression.Pos |
| func (JSONObjectExpression) SQLExpression() | https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONObjectExpression.SQLExpression |
| func (JSONObjectExpression) SQLSelection() | https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONObjectExpression.SQLSelection |
| type JSONObjectRenderer | https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONObjectRenderer |
| type JoinClause | https://pkg.go.dev/github.com/aita/sqlkit/sql#JoinClause |
| func (p JoinClause) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#JoinClause.Pos |
| type JoinedUpdateDeleter | https://pkg.go.dev/github.com/aita/sqlkit/sql#JoinedUpdateDeleter |
| type LockOption | https://pkg.go.dev/github.com/aita/sqlkit/sql#LockOption |
| func LockOf(tables ...string) LockOption | https://pkg.go.dev/github.com/aita/sqlkit/sql#LockOf |
| func NoWait() LockOption | https://pkg.go.dev/github.com/aita/sqlkit/sql#NoWait |
| func SkipLocked() LockOption | https://pkg.go.dev/github.com/aita/sqlkit/sql#SkipLocked |
| type LockTablesStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#LockTablesStmt |
| func LockTables(locks ...TableLock) LockTablesStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#LockTables |
| func (p LockTablesStmt) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#LockTablesStmt.Pos |
| func (s LockTablesStmt) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#LockTablesStmt.ToSQL |
| type LogicalExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#LogicalExpression |
| func (p LogicalExpression) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#LogicalExpression.Pos |
| func (LogicalExpression) SQLExpression() | https://pkg.go.dev/github.com/aita/sqlkit/sql#LogicalExpression.SQLExpression |
| type MatchBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#MatchBuilder |
| func Match(columns ...Expression) MatchBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#Match |
| func (m MatchBuilder) Against(query any) MatchExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#MatchBuilder.Against |
| type MatchExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#MatchExpression |
| func (e MatchExpression) Boolean() MatchExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#MatchExpression.Boolean |
| func (p MatchExpression) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#MatchExpression.Pos |
| func (MatchExpression) SQLExpression() | https://pkg.go.dev/github.com/aita/sqlkit/sql#MatchExpression.SQLExpression |
| func (e MatchExpression) WithConfig(name string) MatchExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#MatchExpression.WithConfig |
| type MergeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeBuilder |
| func MergeInto(target Table) MergeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeInto |
| func (b MergeBuilder) As(alias string) MergeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeBuilder.As |
| func (b MergeBuilder) On(condition Expression) MergeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeBuilder.On |
| func (b MergeBuilder) Returning(selections ...Selection) MergeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeBuilder.Returning |
| func (b MergeBuilder) Stmt() MergeStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeBuilder.Stmt |
| func (b MergeBuilder) ToSQL(dialect Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeBuilder.ToSQL |
| func (b MergeBuilder) Using(source Source) MergeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeBuilder.Using |
| func (b MergeBuilder) When(whens ...MergeWhen) MergeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeBuilder.When |
| func (b MergeBuilder) WithCTE(ctes ...CTE) MergeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeBuilder.WithCTE |
| type MergeDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeDialect |
| type MergeStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeStmt |
| func (p MergeStmt) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeStmt.Pos |
| func (q MergeStmt) ToSQL(dialect Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeStmt.ToSQL |
| type MergeWhen | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeWhen |
| func WhenMatched() MergeWhen | https://pkg.go.dev/github.com/aita/sqlkit/sql#WhenMatched |
| func WhenNotMatched() MergeWhen | https://pkg.go.dev/github.com/aita/sqlkit/sql#WhenNotMatched |
| func WhenNotMatchedBySource() MergeWhen | https://pkg.go.dev/github.com/aita/sqlkit/sql#WhenNotMatchedBySource |
| func (w MergeWhen) And(condition Expression) MergeWhen | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeWhen.And |
| func (w MergeWhen) ThenDelete() MergeWhen | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeWhen.ThenDelete |
| func (w MergeWhen) ThenDoNothing() MergeWhen | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeWhen.ThenDoNothing |
| func (w MergeWhen) ThenInsert(columns []string, values ...any) MergeWhen | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeWhen.ThenInsert |
| func (w MergeWhen) ThenUpdate(assignments ...Assignment) MergeWhen | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeWhen.ThenUpdate |
| type MergeWhenClause | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeWhenClause |
| func (p MergeWhenClause) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeWhenClause.Pos |
| type MySQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect |
| func (d MySQLDialect) AutoIncrementColumn(name string, length, precision, scale int) (string, bool) | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.AutoIncrementColumn |
| func (MySQLDialect) ColumnCommentStatement(string, string, string) string | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.ColumnCommentStatement |
| func (MySQLDialect) ColumnType(name string, length, precision, scale int) string | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.ColumnType |
| func (MySQLDialect) Concat(operands []string) string | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.Concat |
| func (MySQLDialect) DropForeignKey(qualifiedTable, quotedConstraint string) string | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.DropForeignKey |
| func (MySQLDialect) DropIndex(_, quotedIndex, qualifiedTable string) string | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.DropIndex |
| func (d MySQLDialect) Excluded(column string) string | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.Excluded |
| func (MySQLDialect) InlineColumnComment(comment string) string | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.InlineColumnComment |
| func (MySQLDialect) InlineTableComment(comment string) string | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.InlineTableComment |
| func (MySQLDialect) IsDistinctFrom(left, right string, negate bool) string | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.IsDistinctFrom |
| func (MySQLDialect) JSONAccess(operand string, path []any, asText bool) (string, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.JSONAccess |
| func (MySQLDialect) JSONObject(funcName string, pairs [][2]string) string | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.JSONObject |
| func (MySQLDialect) LockClause(strength, of, wait string) (string, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.LockClause |
| func (MySQLDialect) Match(columns []string, query string, boolean bool, _ string) (string, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.Match |
| func (MySQLDialect) MaxBindParams() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.MaxBindParams |
| func (MySQLDialect) Name() string | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.Name |
| func (MySQLDialect) Placeholder(int) string | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.Placeholder |
| func (d MySQLDialect) QuoteIdent(identifier string) string | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.QuoteIdent |
| func (MySQLDialect) QuoteName(name string) string | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.QuoteName |
| func (MySQLDialect) Regexp(left, pattern string, negate, caseInsensitive bool) (string, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.Regexp |
| func (MySQLDialect) StringAgg(arg, delimiter string) string | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.StringAgg |
| func (MySQLDialect) SupportsReturning() bool | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.SupportsReturning |
| func (MySQLDialect) TableCommentStatement(string, string) string | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.TableCommentStatement |
| func (MySQLDialect) Upsert(cl UpsertClause) (string, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.Upsert |
| func (MySQLDialect) UsesInlineJoins() bool | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.UsesInlineJoins |
| func (MySQLDialect) UsesValuesUnion() bool | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.UsesValuesUnion |
| type NamedWindow | https://pkg.go.dev/github.com/aita/sqlkit/sql#NamedWindow |
| func WindowDef(name string) NamedWindow | https://pkg.go.dev/github.com/aita/sqlkit/sql#WindowDef |
| func (w NamedWindow) Frame(frame string) NamedWindow | https://pkg.go.dev/github.com/aita/sqlkit/sql#NamedWindow.Frame |
| func (w NamedWindow) OrderBy(terms ...OrderTerm) NamedWindow | https://pkg.go.dev/github.com/aita/sqlkit/sql#NamedWindow.OrderBy |
| func (w NamedWindow) PartitionBy(exprs ...Expression) NamedWindow | https://pkg.go.dev/github.com/aita/sqlkit/sql#NamedWindow.PartitionBy |
| func (p NamedWindow) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#NamedWindow.Pos |
| type Node | https://pkg.go.dev/github.com/aita/sqlkit/sql#Node |
| type NotExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#NotExpression |
| func Not(operand Expression) NotExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Not |
| func (p NotExpression) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#NotExpression.Pos |
| func (NotExpression) SQLExpression() | https://pkg.go.dev/github.com/aita/sqlkit/sql#NotExpression.SQLExpression |
| type NullPredicate | https://pkg.go.dev/github.com/aita/sqlkit/sql#NullPredicate |
| func IsNotNull(operand any) NullPredicate | https://pkg.go.dev/github.com/aita/sqlkit/sql#IsNotNull |
| func IsNull(operand any) NullPredicate | https://pkg.go.dev/github.com/aita/sqlkit/sql#IsNull |
| func (p NullPredicate) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#NullPredicate.Pos |
| func (NullPredicate) SQLExpression() | https://pkg.go.dev/github.com/aita/sqlkit/sql#NullPredicate.SQLExpression |
| type NullSafeEqualityDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#NullSafeEqualityDialect |
| type NullsOrderingDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#NullsOrderingDialect |
| type OrderTerm | https://pkg.go.dev/github.com/aita/sqlkit/sql#OrderTerm |
| func Asc(expr Expression) OrderTerm | https://pkg.go.dev/github.com/aita/sqlkit/sql#Asc |
| func Desc(expr Expression) OrderTerm | https://pkg.go.dev/github.com/aita/sqlkit/sql#Desc |
| func (t OrderTerm) NullsFirst() OrderTerm | https://pkg.go.dev/github.com/aita/sqlkit/sql#OrderTerm.NullsFirst |
| func (t OrderTerm) NullsLast() OrderTerm | https://pkg.go.dev/github.com/aita/sqlkit/sql#OrderTerm.NullsLast |
| func (p OrderTerm) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#OrderTerm.Pos |
| type PositionExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#PositionExpression |
| func Position(substring, str any) PositionExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Position |
| func (p PositionExpression) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#PositionExpression.Pos |
| func (PositionExpression) SQLExpression() | https://pkg.go.dev/github.com/aita/sqlkit/sql#PositionExpression.SQLExpression |
| func (PositionExpression) SQLSelection() | https://pkg.go.dev/github.com/aita/sqlkit/sql#PositionExpression.SQLSelection |
| type PostgreSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect |
| func (PostgreSQLDialect) ArrayConstructor(elements []string) string | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.ArrayConstructor |
| func (PostgreSQLDialect) AutoIncrementColumn(name string, length, precision, scale int) (string, bool) | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.AutoIncrementColumn |
| func (p PostgreSQLDialect) ColumnCommentStatement(quotedTable, quotedColumn, comment string) string | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.ColumnCommentStatement |
| func (PostgreSQLDialect) ColumnType(name string, length, precision, scale int) string | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.ColumnType |
| func (PostgreSQLDialect) DropForeignKey(qualifiedTable, quotedConstraint string) string | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.DropForeignKey |
| func (PostgreSQLDialect) DropIndex(qualifiedIndex, _, _ string) string | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.DropIndex |
| func (PostgreSQLDialect) ILike(left, pattern string) string | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.ILike |
| func (PostgreSQLDialect) InlineColumnComment(string) string | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.InlineColumnComment |
| func (PostgreSQLDialect) InlineTableComment(string) string | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.InlineTableComment |
| func (PostgreSQLDialect) JSONAccess(operand string, path []any, asText bool) (string, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.JSONAccess |
| func (PostgreSQLDialect) LockClause(strength, of, wait string) (string, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.LockClause |
| func (PostgreSQLDialect) Match(columns []string, query string, boolean bool, config string) (string, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.Match |
| func (PostgreSQLDialect) MaxBindParams() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.MaxBindParams |
| func (PostgreSQLDialect) Name() string | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.Name |
| func (PostgreSQLDialect) Placeholder(position int) string | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.Placeholder |
| func (d PostgreSQLDialect) QuoteIdent(identifier string) string | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.QuoteIdent |
| func (PostgreSQLDialect) QuoteName(name string) string | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.QuoteName |
| func (PostgreSQLDialect) Regexp(left, pattern string, negate, caseInsensitive bool) (string, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.Regexp |
| func (PostgreSQLDialect) SimilarTo(left, pattern string, negate bool) string | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.SimilarTo |
| func (PostgreSQLDialect) SupportsDistinctOn() bool | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.SupportsDistinctOn |
| func (PostgreSQLDialect) SupportsGroupingSets() bool | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.SupportsGroupingSets |
| func (PostgreSQLDialect) SupportsMerge() bool | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.SupportsMerge |
| func (PostgreSQLDialect) SupportsNullsOrdering() bool | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.SupportsNullsOrdering |
| func (PostgreSQLDialect) SupportsReturning() bool | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.SupportsReturning |
| func (p PostgreSQLDialect) TableCommentStatement(quotedTable, comment string) string | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.TableCommentStatement |
| func (PostgreSQLDialect) Upsert(cl UpsertClause) (string, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.Upsert |
| func (d PostgreSQLDialect) ValuesCastType(value any) (string, bool) | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.ValuesCastType |
| type QuantifiedArrayExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#QuantifiedArrayExpression |
| func AllArray(left any, operator string, array Expression) QuantifiedArrayExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#AllArray |
| func AnyArray(left any, operator string, array Expression) QuantifiedArrayExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#AnyArray |
| func (p QuantifiedArrayExpression) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#QuantifiedArrayExpression.Pos |
| func (QuantifiedArrayExpression) SQLExpression() | https://pkg.go.dev/github.com/aita/sqlkit/sql#QuantifiedArrayExpression.SQLExpression |
| type QuantifiedExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#QuantifiedExpression |
| func All(left any, operator string, query Query) QuantifiedExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#All |
| func Any(left any, operator string, query Query) QuantifiedExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Any |
| func (p QuantifiedExpression) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#QuantifiedExpression.Pos |
| func (QuantifiedExpression) SQLExpression() | https://pkg.go.dev/github.com/aita/sqlkit/sql#QuantifiedExpression.SQLExpression |
| type Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| func SetPos(q Query, pos int) Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#SetPos |
| func Unwrap(q Query) Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Unwrap |
| type Quoter | https://pkg.go.dev/github.com/aita/sqlkit/sql#Quoter |
| type RawExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#RawExpression |
| func CurrentDate() RawExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#CurrentDate |
| func CurrentTime() RawExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#CurrentTime |
| func CurrentTimestamp() RawExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#CurrentTimestamp |
| func Raw(fragment string) RawExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Raw |
| func (RawExpression) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#RawExpression.Pos |
| func (RawExpression) SQLExpression() | https://pkg.go.dev/github.com/aita/sqlkit/sql#RawExpression.SQLExpression |
| func (RawExpression) SQLSelection() | https://pkg.go.dev/github.com/aita/sqlkit/sql#RawExpression.SQLSelection |
| type RawQuery | https://pkg.go.dev/github.com/aita/sqlkit/sql#RawQuery |
| func RawSQL(text string, args ...any) RawQuery | https://pkg.go.dev/github.com/aita/sqlkit/sql#RawSQL |
| func (p RawQuery) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#RawQuery.Pos |
| func (q RawQuery) SQL() string | https://pkg.go.dev/github.com/aita/sqlkit/sql#RawQuery.SQL |
| func (q RawQuery) ToSQL(Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#RawQuery.ToSQL |
| type RawType | https://pkg.go.dev/github.com/aita/sqlkit/sql#RawType |
| func (t RawType) RenderType(Dialect) (string, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#RawType.RenderType |
| type RefreshMaterializedViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#RefreshMaterializedViewBuilder |
| func RefreshMaterializedView(table Table) RefreshMaterializedViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#RefreshMaterializedView |
| func (b RefreshMaterializedViewBuilder) Concurrently() RefreshMaterializedViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#RefreshMaterializedViewBuilder.Concurrently |
| func (b RefreshMaterializedViewBuilder) Stmt() RefreshMaterializedViewStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#RefreshMaterializedViewBuilder.Stmt |
| func (b RefreshMaterializedViewBuilder) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#RefreshMaterializedViewBuilder.ToSQL |
| func (b RefreshMaterializedViewBuilder) WithNoData() RefreshMaterializedViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#RefreshMaterializedViewBuilder.WithNoData |
| type RefreshMaterializedViewStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#RefreshMaterializedViewStmt |
| func (p RefreshMaterializedViewStmt) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#RefreshMaterializedViewStmt.Pos |
| func (s RefreshMaterializedViewStmt) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#RefreshMaterializedViewStmt.ToSQL |
| type RegexpExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#RegexpExpression |
| func IRegexp(left, pattern any) RegexpExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#IRegexp |
| func NotIRegexp(left, pattern any) RegexpExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#NotIRegexp |
| func NotRegexp(left, pattern any) RegexpExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#NotRegexp |
| func Regexp(left, pattern any) RegexpExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Regexp |
| func (p RegexpExpression) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#RegexpExpression.Pos |
| func (RegexpExpression) SQLExpression() | https://pkg.go.dev/github.com/aita/sqlkit/sql#RegexpExpression.SQLExpression |
| type RegexpMatcher | https://pkg.go.dev/github.com/aita/sqlkit/sql#RegexpMatcher |
| type RenameColumnStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#RenameColumnStmt |
| func RenameColumn(table Table, oldName, newName string) RenameColumnStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#RenameColumn |
| func (p RenameColumnStmt) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#RenameColumnStmt.Pos |
| func (s RenameColumnStmt) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#RenameColumnStmt.ToSQL |
| type RenameTableStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#RenameTableStmt |
| func RenameTable(table Table, newName string) RenameTableStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#RenameTable |
| func (p RenameTableStmt) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#RenameTableStmt.Pos |
| func (s RenameTableStmt) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#RenameTableStmt.ToSQL |
| type RevokeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeBuilder |
| func Revoke(privileges ...string) RevokeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#Revoke |
| func (b RevokeBuilder) Cascade() RevokeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeBuilder.Cascade |
| func (b RevokeBuilder) From(grantees ...string) RevokeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeBuilder.From |
| func (b RevokeBuilder) GrantOptionFor() RevokeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeBuilder.GrantOptionFor |
| func (b RevokeBuilder) On(objects ...string) RevokeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeBuilder.On |
| func (b RevokeBuilder) OnType(objectType string, objects ...string) RevokeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeBuilder.OnType |
| func (b RevokeBuilder) Restrict() RevokeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeBuilder.Restrict |
| func (b RevokeBuilder) Stmt() RevokeStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeBuilder.Stmt |
| func (b RevokeBuilder) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeBuilder.ToSQL |
| type RevokeStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeStmt |
| func (p RevokeStmt) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeStmt.Pos |
| func (s RevokeStmt) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeStmt.ToSQL |
| type RowExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#RowExpression |
| func Row(elements ...any) RowExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Row |
| func (p RowExpression) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#RowExpression.Pos |
| func (RowExpression) SQLExpression() | https://pkg.go.dev/github.com/aita/sqlkit/sql#RowExpression.SQLExpression |
| type RowLocker | https://pkg.go.dev/github.com/aita/sqlkit/sql#RowLocker |
| type ScalarSubqueryExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ScalarSubqueryExpression |
| func ScalarSubquery(query Query) ScalarSubqueryExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ScalarSubquery |
| func (p ScalarSubqueryExpression) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#ScalarSubqueryExpression.Pos |
| func (ScalarSubqueryExpression) SQLExpression() | https://pkg.go.dev/github.com/aita/sqlkit/sql#ScalarSubqueryExpression.SQLExpression |
| func (ScalarSubqueryExpression) SQLSelection() | https://pkg.go.dev/github.com/aita/sqlkit/sql#ScalarSubqueryExpression.SQLSelection |
| type SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| func Select(columns ...Selection) SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#Select |
| func (b SelectBuilder) As(alias string) DerivedTable | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.As |
| func (b SelectBuilder) CTE(name string, opts ...CTEOption) CTE | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.CTE |
| func (b SelectBuilder) CrossJoin(source Source) SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.CrossJoin |
| func (b SelectBuilder) Distinct() SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.Distinct |
| func (b SelectBuilder) DistinctOn(exprs ...Expression) SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.DistinctOn |
| func (b SelectBuilder) Except(other Query) CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.Except |
| func (b SelectBuilder) ExceptAll(other Query) CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.ExceptAll |
| func (b SelectBuilder) ForKeyShare(opts ...LockOption) SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.ForKeyShare |
| func (b SelectBuilder) ForNoKeyUpdate(opts ...LockOption) SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.ForNoKeyUpdate |
| func (b SelectBuilder) ForShare(opts ...LockOption) SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.ForShare |
| func (b SelectBuilder) ForUpdate(opts ...LockOption) SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.ForUpdate |
| func (b SelectBuilder) From(source Source) SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.From |
| func (b SelectBuilder) FullJoin(source Source, on Expression) SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.FullJoin |
| func (b SelectBuilder) GroupBy(exprs ...Expression) SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.GroupBy |
| func (b SelectBuilder) Having(expr Expression) SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.Having |
| func (b SelectBuilder) Intersect(other Query) CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.Intersect |
| func (b SelectBuilder) IntersectAll(other Query) CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.IntersectAll |
| func (b SelectBuilder) Join(source Source, on Expression) SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.Join |
| func (b SelectBuilder) JoinUsing(source Source, columns ...string) SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.JoinUsing |
| func (b SelectBuilder) LeftJoin(source Source, on Expression) SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.LeftJoin |
| func (b SelectBuilder) LeftJoinUsing(source Source, columns ...string) SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.LeftJoinUsing |
| func (b SelectBuilder) Limit(n int) SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.Limit |
| func (b SelectBuilder) NaturalJoin(source Source) SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.NaturalJoin |
| func (b SelectBuilder) NaturalLeftJoin(source Source) SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.NaturalLeftJoin |
| func (b SelectBuilder) Offset(n int) SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.Offset |
| func (b SelectBuilder) OrderBy(terms ...OrderTerm) SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.OrderBy |
| func (b SelectBuilder) RightJoin(source Source, on Expression) SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.RightJoin |
| func (b SelectBuilder) SQLSource() SourceExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.SQLSource |
| func (b SelectBuilder) Stmt() SelectStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.Stmt |
| func (b SelectBuilder) ToSQL(dialect Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.ToSQL |
| func (b SelectBuilder) Union(other Query) CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.Union |
| func (b SelectBuilder) UnionAll(other Query) CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.UnionAll |
| func (b SelectBuilder) Where(expr Expression) SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.Where |
| func (b SelectBuilder) Window(defs ...NamedWindow) SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.Window |
| func (b SelectBuilder) WithCTE(ctes ...CTE) SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.WithCTE |
| type SelectStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectStmt |
| func (p SelectStmt) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectStmt.Pos |
| func (q SelectStmt) SQLSource() SourceExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectStmt.SQLSource |
| func (q SelectStmt) ToSQL(dialect Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectStmt.ToSQL |
| type Selection | https://pkg.go.dev/github.com/aita/sqlkit/sql#Selection |
| type SetStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#SetStmt |
| func SetVariables(vars ...SetVar) SetStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#SetVariables |
| func (p SetStmt) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#SetStmt.Pos |
| func (s SetStmt) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#SetStmt.ToSQL |
| type SetVar | https://pkg.go.dev/github.com/aita/sqlkit/sql#SetVar |
| func (p SetVar) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#SetVar.Pos |
| type SimilarToExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#SimilarToExpression |
| func NotSimilarTo(left, pattern any) SimilarToExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#NotSimilarTo |
| func SimilarTo(left, pattern any) SimilarToExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#SimilarTo |
| func (p SimilarToExpression) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#SimilarToExpression.Pos |
| func (SimilarToExpression) SQLExpression() | https://pkg.go.dev/github.com/aita/sqlkit/sql#SimilarToExpression.SQLExpression |
| type SimilarToMatcher | https://pkg.go.dev/github.com/aita/sqlkit/sql#SimilarToMatcher |
| type Source | https://pkg.go.dev/github.com/aita/sqlkit/sql#Source |
| type SourceExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#SourceExpression |
| func Alias(query Query, alias string) SourceExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Alias |
| func Lateral(source Source) SourceExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Lateral |
| func SourceAlias(source Source, alias string) SourceExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#SourceAlias |
| func Subquery(query Query, alias string) SourceExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Subquery |
| func ValuesSource(rows [][]Expression, alias string, columns ...string) SourceExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ValuesSource |
| func (p SourceExpression) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#SourceExpression.Pos |
| func (s SourceExpression) SQLSource() SourceExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#SourceExpression.SQLSource |
| type StandardSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect |
| func (d StandardSQLDialect) AutoIncrementColumn(name string, length, precision, scale int) (string, bool) | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.AutoIncrementColumn |
| func (StandardSQLDialect) ColumnCommentStatement(string, string, string) string | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.ColumnCommentStatement |
| func (StandardSQLDialect) ColumnType(name string, length, precision, scale int) string | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.ColumnType |
| func (StandardSQLDialect) DropForeignKey(qualifiedTable, quotedConstraint string) string | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.DropForeignKey |
| func (StandardSQLDialect) DropIndex(qualifiedIndex, _, _ string) string | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.DropIndex |
| func (StandardSQLDialect) InlineColumnComment(string) string | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.InlineColumnComment |
| func (StandardSQLDialect) InlineTableComment(string) string | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.InlineTableComment |
| func (StandardSQLDialect) JSONAccess(operand string, path []any, asText bool) (string, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.JSONAccess |
| func (StandardSQLDialect) Name() string | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.Name |
| func (StandardSQLDialect) Placeholder(int) string | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.Placeholder |
| func (d StandardSQLDialect) QuoteIdent(identifier string) string | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.QuoteIdent |
| func (StandardSQLDialect) QuoteName(name string) string | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.QuoteName |
| func (StandardSQLDialect) Regexp(left, pattern string, negate, caseInsensitive bool) (string, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.Regexp |
| func (StandardSQLDialect) RenderFunc(name string, args []string) (string, bool) | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.RenderFunc |
| func (StandardSQLDialect) SimilarTo(left, pattern string, negate bool) string | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.SimilarTo |
| func (StandardSQLDialect) SupportsGroupingSets() bool | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.SupportsGroupingSets |
| func (StandardSQLDialect) SupportsMerge() bool | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.SupportsMerge |
| func (StandardSQLDialect) SupportsNullsOrdering() bool | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.SupportsNullsOrdering |
| func (StandardSQLDialect) SupportsReturning() bool | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.SupportsReturning |
| func (StandardSQLDialect) TableCommentStatement(string, string) string | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.TableCommentStatement |
| type StarSelection | https://pkg.go.dev/github.com/aita/sqlkit/sql#StarSelection |
| func Star() StarSelection | https://pkg.go.dev/github.com/aita/sqlkit/sql#Star |
| func StarOf(qualifier string) StarSelection | https://pkg.go.dev/github.com/aita/sqlkit/sql#StarOf |
| func (p StarSelection) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#StarSelection.Pos |
| func (StarSelection) SQLSelection() | https://pkg.go.dev/github.com/aita/sqlkit/sql#StarSelection.SQLSelection |
| type Statement | https://pkg.go.dev/github.com/aita/sqlkit/sql#Statement |
| type Statements | https://pkg.go.dev/github.com/aita/sqlkit/sql#Statements |
| func (ss Statements) Render(dialect Dialect) (string, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#Statements.Render |
| type StringAggExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#StringAggExpression |
| func StringAgg(arg any, delimiter string) StringAggExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#StringAgg |
| func (p StringAggExpression) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#StringAggExpression.Pos |
| func (StringAggExpression) SQLExpression() | https://pkg.go.dev/github.com/aita/sqlkit/sql#StringAggExpression.SQLExpression |
| func (StringAggExpression) SQLSelection() | https://pkg.go.dev/github.com/aita/sqlkit/sql#StringAggExpression.SQLSelection |
| type StringAggregator | https://pkg.go.dev/github.com/aita/sqlkit/sql#StringAggregator |
| type SubscriptExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#SubscriptExpression |
| func Slice(operand Expression, lower, upper Expression) SubscriptExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Slice |
| func Subscript(operand Expression, index any) SubscriptExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Subscript |
| func (p SubscriptExpression) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#SubscriptExpression.Pos |
| func (SubscriptExpression) SQLExpression() | https://pkg.go.dev/github.com/aita/sqlkit/sql#SubscriptExpression.SQLExpression |
| func (SubscriptExpression) SQLSelection() | https://pkg.go.dev/github.com/aita/sqlkit/sql#SubscriptExpression.SQLSelection |
| type SubscriptIndex | https://pkg.go.dev/github.com/aita/sqlkit/sql#SubscriptIndex |
| type Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| func Tbl(name string) Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Tbl |
| func (p Table) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table.Pos |
| func (t Table) QualifiedName() string | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table.QualifiedName |
| func (t Table) SQLSource() SourceExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table.SQLSource |
| type TableCheck | https://pkg.go.dev/github.com/aita/sqlkit/sql#TableCheck |
| func (p TableCheck) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#TableCheck.Pos |
| type TableDef | https://pkg.go.dev/github.com/aita/sqlkit/sql#TableDef |
| func (d TableDef) ColumnRef(name string) ColumnExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#TableDef.ColumnRef |
| func (d TableDef) InsertRows(rows [][]any) (InsertBuilder, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#TableDef.InsertRows |
| func (d TableDef) SelectRows() SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#TableDef.SelectRows |
| func (d TableDef) Selections() []Selection | https://pkg.go.dev/github.com/aita/sqlkit/sql#TableDef.Selections |
| type TableIndex | https://pkg.go.dev/github.com/aita/sqlkit/sql#TableIndex |
| func (p TableIndex) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#TableIndex.Pos |
| type TableLock | https://pkg.go.dev/github.com/aita/sqlkit/sql#TableLock |
| func (p TableLock) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#TableLock.Pos |
| type TableLockMode | https://pkg.go.dev/github.com/aita/sqlkit/sql#TableLockMode |
| type TableUnique | https://pkg.go.dev/github.com/aita/sqlkit/sql#TableUnique |
| func (p TableUnique) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#TableUnique.Pos |
| type TransactionStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#TransactionStmt |
| func Begin() TransactionStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#Begin |
| func Commit() TransactionStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#Commit |
| func ReleaseSavepoint(name string) TransactionStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#ReleaseSavepoint |
| func Rollback() TransactionStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#Rollback |
| func RollbackTo(name string) TransactionStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#RollbackTo |
| func Savepoint(name string) TransactionStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#Savepoint |
| func (p TransactionStmt) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#TransactionStmt.Pos |
| func (s TransactionStmt) ToSQL(dialect Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#TransactionStmt.ToSQL |
| type TruncateBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#TruncateBuilder |
| func Truncate(tables ...Table) TruncateBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#Truncate |
| func (b TruncateBuilder) Cascade() TruncateBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#TruncateBuilder.Cascade |
| func (b TruncateBuilder) RestartIdentity() TruncateBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#TruncateBuilder.RestartIdentity |
| func (b TruncateBuilder) Stmt() TruncateStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#TruncateBuilder.Stmt |
| func (b TruncateBuilder) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#TruncateBuilder.ToSQL |
| type TruncateStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#TruncateStmt |
| func (p TruncateStmt) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#TruncateStmt.Pos |
| func (s TruncateStmt) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#TruncateStmt.ToSQL |
| type UnaryExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#UnaryExpression |
| func Neg(operand any) UnaryExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Neg |
| func Pos(operand any) UnaryExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Pos |
| func Unary(operator string, operand any) UnaryExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Unary |
| func (p UnaryExpression) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#UnaryExpression.Pos |
| func (UnaryExpression) SQLExpression() | https://pkg.go.dev/github.com/aita/sqlkit/sql#UnaryExpression.SQLExpression |
| func (UnaryExpression) SQLSelection() | https://pkg.go.dev/github.com/aita/sqlkit/sql#UnaryExpression.SQLSelection |
| type UnlockTablesStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#UnlockTablesStmt |
| func UnlockTables() UnlockTablesStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#UnlockTables |
| func (p UnlockTablesStmt) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#UnlockTablesStmt.Pos |
| func (s UnlockTablesStmt) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#UnlockTablesStmt.ToSQL |
| type UpdateBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder |
| func Update(table Table) UpdateBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#Update |
| func (b UpdateBuilder) From(sources ...Source) UpdateBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder.From |
| func (b UpdateBuilder) Join(source Source, on Expression) UpdateBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder.Join |
| func (b UpdateBuilder) LeftJoin(source Source, on Expression) UpdateBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder.LeftJoin |
| func (b UpdateBuilder) Limit(n int) UpdateBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder.Limit |
| func (b UpdateBuilder) OrderBy(terms ...OrderTerm) UpdateBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder.OrderBy |
| func (b UpdateBuilder) Returning(selections ...Selection) UpdateBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder.Returning |
| func (b UpdateBuilder) Set(assignments ...Assignment) UpdateBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder.Set |
| func (b UpdateBuilder) Stmt() UpdateStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder.Stmt |
| func (b UpdateBuilder) ToSQL(dialect Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder.ToSQL |
| func (b UpdateBuilder) Where(expr Expression) UpdateBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder.Where |
| func (b UpdateBuilder) WithCTE(ctes ...CTE) UpdateBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder.WithCTE |
| type UpdateStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateStmt |
| func (p UpdateStmt) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateStmt.Pos |
| func (q UpdateStmt) ToSQL(dialect Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateStmt.ToSQL |
| type UpsertClause | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpsertClause |
| type UpsertRenderer | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpsertRenderer |
| type UseStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#UseStmt |
| func Use(db string) UseStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#Use |
| func (p UseStmt) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#UseStmt.Pos |
| func (s UseStmt) ToSQL(d Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#UseStmt.ToSQL |
| type ValueExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ValueExpression |
| func Int(value int) ValueExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Int |
| func Val(value any) ValueExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Val |
| func (p ValueExpression) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#ValueExpression.Pos |
| func (e ValueExpression) Quote() ValueExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ValueExpression.Quote |
| func (ValueExpression) SQLExpression() | https://pkg.go.dev/github.com/aita/sqlkit/sql#ValueExpression.SQLExpression |
| type ValuesCaster | https://pkg.go.dev/github.com/aita/sqlkit/sql#ValuesCaster |
| type ValuesClause | https://pkg.go.dev/github.com/aita/sqlkit/sql#ValuesClause |
| func (p ValuesClause) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#ValuesClause.Pos |
| type ValuesQuery | https://pkg.go.dev/github.com/aita/sqlkit/sql#ValuesQuery |
| func Values(rows ...[]Expression) ValuesQuery | https://pkg.go.dev/github.com/aita/sqlkit/sql#Values |
| func (p ValuesQuery) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#ValuesQuery.Pos |
| func (q ValuesQuery) Row(values ...any) ValuesQuery | https://pkg.go.dev/github.com/aita/sqlkit/sql#ValuesQuery.Row |
| func (q ValuesQuery) SQLSource() SourceExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ValuesQuery.SQLSource |
| func (q ValuesQuery) ToSQL(dialect Dialect) (string, []any, error) | https://pkg.go.dev/github.com/aita/sqlkit/sql#ValuesQuery.ToSQL |
| type Visitor | https://pkg.go.dev/github.com/aita/sqlkit/sql#Visitor |
| type WhenClause | https://pkg.go.dev/github.com/aita/sqlkit/sql#WhenClause |
| func (p WhenClause) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#WhenClause.Pos |
| type WindowExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#WindowExpression |
| func Over(fn Expression) WindowExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Over |
| func (e WindowExpression) Frame(frame string) WindowExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#WindowExpression.Frame |
| func (e WindowExpression) Named(name string) WindowExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#WindowExpression.Named |
| func (e WindowExpression) OrderBy(terms ...OrderTerm) WindowExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#WindowExpression.OrderBy |
| func (e WindowExpression) PartitionBy(exprs ...Expression) WindowExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#WindowExpression.PartitionBy |
| func (p WindowExpression) Pos() int | https://pkg.go.dev/github.com/aita/sqlkit/sql#WindowExpression.Pos |
| func (WindowExpression) SQLExpression() | https://pkg.go.dev/github.com/aita/sqlkit/sql#WindowExpression.SQLExpression |
| func (WindowExpression) SQLSelection() | https://pkg.go.dev/github.com/aita/sqlkit/sql#WindowExpression.SQLSelection |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#pkg-constants |
| View Source | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L7 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#pkg-variables |
| View Source | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L61 |
| View Source | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L74 |
| View Source | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L158 |
| View Source | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L209 |
| View Source | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L338 |
| View Source | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L374 |
| View Source | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L379 |
| View Source | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L258 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#pkg-functions |
| CompileInline | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/inline.go#L14 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompileInline |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| string | https://pkg.go.dev/builtin#string |
| error | https://pkg.go.dev/builtin#error |
| CompileStatic | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/compiler.go#L32 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompileStatic |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| string | https://pkg.go.dev/builtin#string |
| error | https://pkg.go.dev/builtin#error |
| Decompose | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/walk.go#L499 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Decompose |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| IdentNames | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ident.go#L72 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#IdentNames |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| string | https://pkg.go.dev/builtin#string |
| Inspect | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/walk.go#L49 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Inspect |
| Node | https://pkg.go.dev/github.com/aita/sqlkit/sql#Node |
| Node | https://pkg.go.dev/github.com/aita/sqlkit/sql#Node |
| bool | https://pkg.go.dev/builtin#bool |
| Walk | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/walk.go#L34 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Walk |
| Visitor | https://pkg.go.dev/github.com/aita/sqlkit/sql#Visitor |
| Node | https://pkg.go.dev/github.com/aita/sqlkit/sql#Node |
| WalkExpr | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/walk.go#L452 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#WalkExpr |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| WalkSelectionExpr | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/walk.go#L461 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#WalkSelectionExpr |
| Selection | https://pkg.go.dev/github.com/aita/sqlkit/sql#Selection |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| WalkSelectionSubqueries | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/walk.go#L423 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#WalkSelectionSubqueries |
| Selection | https://pkg.go.dev/github.com/aita/sqlkit/sql#Selection |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| WalkSubqueries | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/walk.go#L414 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#WalkSubqueries |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#pkg-types |
| AliasedSelection | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L606 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AliasedSelection |
| Selection | https://pkg.go.dev/github.com/aita/sqlkit/sql#Selection |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| As | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L615 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#As |
| Selection | https://pkg.go.dev/github.com/aita/sqlkit/sql#Selection |
| string | https://pkg.go.dev/builtin#string |
| AliasedSelection | https://pkg.go.dev/github.com/aita/sqlkit/sql#AliasedSelection |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AliasedSelection.Pos |
| int | https://pkg.go.dev/builtin#int |
| SQLSelection | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L612 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AliasedSelection.SQLSelection |
| AliasedSelection | https://pkg.go.dev/github.com/aita/sqlkit/sql#AliasedSelection |
| AlterTableBuilder | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L855 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder |
| AlterTable | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L858 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTable |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder |
| AddCheck | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L886 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.AddCheck |
| AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder |
| string | https://pkg.go.dev/builtin#string |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder |
| AddColumn | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L871 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.AddColumn |
| AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder |
| ColumnDef | https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnDef |
| AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder |
| AddForeignKey | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L881 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.AddForeignKey |
| AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder |
| ForeignKeyConstraint | https://pkg.go.dev/github.com/aita/sqlkit/sql#ForeignKeyConstraint |
| AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder |
| AddPrimaryKey | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L939 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.AddPrimaryKey |
| AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder |
| string | https://pkg.go.dev/builtin#string |
| AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder |
| AddUnique | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L892 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.AddUnique |
| AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder |
| AlterColumnType | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L904 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.AlterColumnType |
| AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder |
| string | https://pkg.go.dev/builtin#string |
| ColumnType | https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnType |
| AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder |
| DropColumn | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L876 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.DropColumn |
| AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder |
| string | https://pkg.go.dev/builtin#string |
| AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder |
| DropConstraint | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L899 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.DropConstraint |
| AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder |
| string | https://pkg.go.dev/builtin#string |
| AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder |
| DropDefault | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L925 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.DropDefault |
| AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder |
| string | https://pkg.go.dev/builtin#string |
| AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder |
| DropNotNull | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L914 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.DropNotNull |
| AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder |
| string | https://pkg.go.dev/builtin#string |
| AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder |
| DropPrimaryKey | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L946 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.DropPrimaryKey |
| AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder |
| AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder |
| RenameColumn | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L951 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.RenameColumn |
| AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder |
| string | https://pkg.go.dev/builtin#string |
| AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder |
| RenameTo | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L956 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.RenameTo |
| AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder |
| string | https://pkg.go.dev/builtin#string |
| AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder |
| RestateColumn | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L934 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.RestateColumn |
| AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder |
| ColumnDef | https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnDef |
| AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder |
| SetDefault | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L920 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.SetDefault |
| AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder |
| string | https://pkg.go.dev/builtin#string |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder |
| SetNotNull | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L909 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.SetNotNull |
| AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder |
| string | https://pkg.go.dev/builtin#string |
| AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder |
| Stmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L863 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.Stmt |
| AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder |
| AlterTableStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableStmt |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L961 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder.ToSQL |
| AlterTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableBuilder |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| AlterTableStmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L836 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableStmt |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| Alteration | https://pkg.go.dev/github.com/aita/sqlkit/sql#Alteration |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableStmt.Pos |
| int | https://pkg.go.dev/builtin#int |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L843 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableStmt.ToSQL |
| AlterTableStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableStmt |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| AlterTypeAddValueBuilder | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/enum.go#L169 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeAddValueBuilder |
| AlterTypeAddValue | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/enum.go#L172 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeAddValue |
| string | https://pkg.go.dev/builtin#string |
| AlterTypeAddValueBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeAddValueBuilder |
| After | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/enum.go#L192 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeAddValueBuilder.After |
| AlterTypeAddValueBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeAddValueBuilder |
| string | https://pkg.go.dev/builtin#string |
| AlterTypeAddValueBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeAddValueBuilder |
| Before | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/enum.go#L186 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeAddValueBuilder.Before |
| AlterTypeAddValueBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeAddValueBuilder |
| string | https://pkg.go.dev/builtin#string |
| AlterTypeAddValueBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeAddValueBuilder |
| IfNotExists | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/enum.go#L180 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeAddValueBuilder.IfNotExists |
| AlterTypeAddValueBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeAddValueBuilder |
| AlterTypeAddValueBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeAddValueBuilder |
| Stmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/enum.go#L177 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeAddValueBuilder.Stmt |
| AlterTypeAddValueBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeAddValueBuilder |
| AlterTypeAddValueStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeAddValueStmt |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/enum.go#L198 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeAddValueBuilder.ToSQL |
| AlterTypeAddValueBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeAddValueBuilder |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| AlterTypeAddValueStmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/enum.go#L126 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeAddValueStmt |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| string | https://pkg.go.dev/builtin#string |
| bool | https://pkg.go.dev/builtin#bool |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeAddValueStmt.Pos |
| int | https://pkg.go.dev/builtin#int |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/enum.go#L136 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeAddValueStmt.ToSQL |
| AlterTypeAddValueStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeAddValueStmt |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| AlterTypeRenameValueStmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/enum.go#L206 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeRenameValueStmt |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| AlterTypeRenameValue | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/enum.go#L214 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeRenameValue |
| string | https://pkg.go.dev/builtin#string |
| AlterTypeRenameValueStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeRenameValueStmt |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeRenameValueStmt.Pos |
| int | https://pkg.go.dev/builtin#int |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/enum.go#L219 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeRenameValueStmt.ToSQL |
| AlterTypeRenameValueStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTypeRenameValueStmt |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| Alteration | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L821 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Alteration |
| AlterationKind | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterationKind |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| ColumnDef | https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnDef |
| ColumnType | https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnType |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| ForeignKeyConstraint | https://pkg.go.dev/github.com/aita/sqlkit/sql#ForeignKeyConstraint |
| bool | https://pkg.go.dev/builtin#bool |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Alteration.Pos |
| int | https://pkg.go.dev/builtin#int |
| AlterationKind | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L781 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterationKind |
| int | https://pkg.go.dev/builtin#int |
| AlterationKind | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterationKind |
| iota | https://pkg.go.dev/builtin#iota |
| ArrayDialect | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L243 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ArrayDialect |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| ArrayExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L499 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ArrayExpression |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Array | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L509 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Array |
| any | https://pkg.go.dev/builtin#any |
| ArrayExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ArrayExpression |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ArrayExpression.Pos |
| int | https://pkg.go.dev/builtin#int |
| SQLExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L504 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ArrayExpression.SQLExpression |
| ArrayExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ArrayExpression |
| SQLSelection | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L505 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ArrayExpression.SQLSelection |
| ArrayExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ArrayExpression |
| Assignment | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L643 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Assignment |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Set | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L651 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Set |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| Assignment | https://pkg.go.dev/github.com/aita/sqlkit/sql#Assignment |
| SetAt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L658 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SetAt |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| any | https://pkg.go.dev/builtin#any |
| Assignment | https://pkg.go.dev/github.com/aita/sqlkit/sql#Assignment |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Assignment.Pos |
| int | https://pkg.go.dev/builtin#int |
| AutoIncrementColumnType | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L68 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AutoIncrementColumnType |
| ColumnType | https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnType |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| bool | https://pkg.go.dev/builtin#bool |
| BetweenExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L362 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#BetweenExpression |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| bool | https://pkg.go.dev/builtin#bool |
| Between | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L374 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Between |
| any | https://pkg.go.dev/builtin#any |
| BetweenExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#BetweenExpression |
| NotBetween | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L379 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#NotBetween |
| any | https://pkg.go.dev/builtin#any |
| BetweenExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#BetweenExpression |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#BetweenExpression.Pos |
| int | https://pkg.go.dev/builtin#int |
| SQLExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L370 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#BetweenExpression.SQLExpression |
| BetweenExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#BetweenExpression |
| BinaryExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L121 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#BinaryExpression |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| string | https://pkg.go.dev/builtin#string |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Add | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L152 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Add |
| any | https://pkg.go.dev/builtin#any |
| BinaryExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#BinaryExpression |
| Div | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L161 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Div |
| any | https://pkg.go.dev/builtin#any |
| BinaryExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#BinaryExpression |
| Eq | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L133 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Eq |
| any | https://pkg.go.dev/builtin#any |
| BinaryExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#BinaryExpression |
| Ge | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L148 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ge |
| any | https://pkg.go.dev/builtin#any |
| BinaryExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#BinaryExpression |
| Gt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L145 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Gt |
| any | https://pkg.go.dev/builtin#any |
| BinaryExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#BinaryExpression |
| Le | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L142 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Le |
| any | https://pkg.go.dev/builtin#any |
| BinaryExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#BinaryExpression |
| Like | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L167 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Like |
| any | https://pkg.go.dev/builtin#any |
| BinaryExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#BinaryExpression |
| Lt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L139 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Lt |
| any | https://pkg.go.dev/builtin#any |
| BinaryExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#BinaryExpression |
| Mod | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L164 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Mod |
| any | https://pkg.go.dev/builtin#any |
| BinaryExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#BinaryExpression |
| Mul | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L158 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Mul |
| any | https://pkg.go.dev/builtin#any |
| BinaryExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#BinaryExpression |
| Ne | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L136 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ne |
| any | https://pkg.go.dev/builtin#any |
| BinaryExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#BinaryExpression |
| NotLike | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L170 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#NotLike |
| any | https://pkg.go.dev/builtin#any |
| BinaryExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#BinaryExpression |
| Sub | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L155 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Sub |
| any | https://pkg.go.dev/builtin#any |
| BinaryExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#BinaryExpression |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#BinaryExpression.Pos |
| int | https://pkg.go.dev/builtin#int |
| SQLExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L128 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#BinaryExpression.SQLExpression |
| BinaryExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#BinaryExpression |
| SQLSelection | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L129 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#BinaryExpression.SQLSelection |
| BinaryExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#BinaryExpression |
| BindParamLimiter | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L173 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#BindParamLimiter |
| int | https://pkg.go.dev/builtin#int |
| CTE | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/cte.go#L10 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE |
| Body | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/inspect.go#L74 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE.Body |
| CTE | https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| Col | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/cte.go#L61 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE.Col |
| CTE | https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE |
| string | https://pkg.go.dev/builtin#string |
| ColumnExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnExpression |
| IsRecursive | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/inspect.go#L81 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE.IsRecursive |
| CTE | https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE |
| bool | https://pkg.go.dev/builtin#bool |
| Name | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/inspect.go#L71 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE.Name |
| CTE | https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE |
| string | https://pkg.go.dev/builtin#string |
| OutputColumns | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/inspect.go#L78 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE.OutputColumns |
| CTE | https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE |
| string | https://pkg.go.dev/builtin#string |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE.Pos |
| int | https://pkg.go.dev/builtin#int |
| SQLSource | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/cte.go#L66 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE.SQLSource |
| CTE | https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE |
| SourceExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#SourceExpression |
| WithBody | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/cte.go#L76 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE.WithBody |
| CTE | https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| CTE | https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE |
| CTEOption | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/cte.go#L25 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CTEOption |
| Columns | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/cte.go#L37 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Columns |
| string | https://pkg.go.dev/builtin#string |
| CTEOption | https://pkg.go.dev/github.com/aita/sqlkit/sql#CTEOption |
| Recursive | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/cte.go#L31 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Recursive |
| CTEOption | https://pkg.go.dev/github.com/aita/sqlkit/sql#CTEOption |
| CaseExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L682 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CaseExpression |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| WhenClause | https://pkg.go.dev/github.com/aita/sqlkit/sql#WhenClause |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Case | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L693 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Case |
| CaseExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#CaseExpression |
| CaseOf | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L698 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CaseOf |
| any | https://pkg.go.dev/builtin#any |
| CaseExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#CaseExpression |
| If | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L716 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#If |
| any | https://pkg.go.dev/builtin#any |
| CaseExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#CaseExpression |
| Else | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L709 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CaseExpression.Else |
| CaseExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#CaseExpression |
| any | https://pkg.go.dev/builtin#any |
| CaseExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#CaseExpression |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CaseExpression.Pos |
| int | https://pkg.go.dev/builtin#int |
| SQLExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L689 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CaseExpression.SQLExpression |
| CaseExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#CaseExpression |
| SQLSelection | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L690 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CaseExpression.SQLSelection |
| CaseExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#CaseExpression |
| When | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L702 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CaseExpression.When |
| CaseExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#CaseExpression |
| any | https://pkg.go.dev/builtin#any |
| CaseExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#CaseExpression |
| CaseInsensitiveLiker | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L93 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CaseInsensitiveLiker |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| CastExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L318 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CastExpression |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| string | https://pkg.go.dev/builtin#string |
| Cast | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L329 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Cast |
| any | https://pkg.go.dev/builtin#any |
| string | https://pkg.go.dev/builtin#string |
| CastExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#CastExpression |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CastExpression.Pos |
| int | https://pkg.go.dev/builtin#int |
| SQLExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L324 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CastExpression.SQLExpression |
| CastExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#CastExpression |
| SQLSelection | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L325 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CastExpression.SQLSelection |
| CastExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#CastExpression |
| CollateExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/indirection.go#L51 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CollateExpression |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| Collate | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/indirection.go#L61 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Collate |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| string | https://pkg.go.dev/builtin#string |
| CollateExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#CollateExpression |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CollateExpression.Pos |
| int | https://pkg.go.dev/builtin#int |
| SQLExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/indirection.go#L57 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CollateExpression.SQLExpression |
| CollateExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#CollateExpression |
| SQLSelection | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/indirection.go#L58 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CollateExpression.SQLSelection |
| CollateExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#CollateExpression |
| ColumnDef | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L112 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnDef |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| ColumnType | https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnType |
| bool | https://pkg.go.dev/builtin#bool |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| bool | https://pkg.go.dev/builtin#bool |
| string | https://pkg.go.dev/builtin#string |
| bool | https://pkg.go.dev/builtin#bool |
| ColumnReference | https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnReference |
| GeneratedColumn | https://pkg.go.dev/github.com/aita/sqlkit/sql#GeneratedColumn |
| IdentityKind | https://pkg.go.dev/github.com/aita/sqlkit/sql#IdentityKind |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnDef.Pos |
| int | https://pkg.go.dev/builtin#int |
| ColumnExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L33 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnExpression |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| Col | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L45 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Col |
| string | https://pkg.go.dev/builtin#string |
| ColumnExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnExpression |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnExpression.Pos |
| int | https://pkg.go.dev/builtin#int |
| Reference | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L42 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnExpression.Reference |
| ColumnExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnExpression |
| string | https://pkg.go.dev/builtin#string |
| SQLExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L38 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnExpression.SQLExpression |
| ColumnExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnExpression |
| SQLSelection | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L39 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnExpression.SQLSelection |
| ColumnExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnExpression |
| ColumnReference | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L134 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnReference |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnReference.Pos |
| int | https://pkg.go.dev/builtin#int |
| ColumnType | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L58 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnType |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| error | https://pkg.go.dev/builtin#error |
| CommentOnColumnStmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L756 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CommentOnColumnStmt |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| string | https://pkg.go.dev/builtin#string |
| CommentOnColumn | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L764 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CommentOnColumn |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| string | https://pkg.go.dev/builtin#string |
| CommentOnColumnStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CommentOnColumnStmt |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CommentOnColumnStmt.Pos |
| int | https://pkg.go.dev/builtin#int |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L769 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CommentOnColumnStmt.ToSQL |
| CommentOnColumnStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CommentOnColumnStmt |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| CommentOnTableStmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L730 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CommentOnTableStmt |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| string | https://pkg.go.dev/builtin#string |
| CommentOnTable | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L737 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CommentOnTable |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| string | https://pkg.go.dev/builtin#string |
| CommentOnTableStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CommentOnTableStmt |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CommentOnTableStmt.Pos |
| int | https://pkg.go.dev/builtin#int |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L742 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CommentOnTableStmt.ToSQL |
| CommentOnTableStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CommentOnTableStmt |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| Compiler | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/compiler.go#L12 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| NewCompiler | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/compiler.go#L21 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#NewCompiler |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| Compiler | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler |
| CompileAlterTable | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl_compile.go#L420 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileAlterTable |
| Compiler | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler |
| AlterTableStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#AlterTableStmt |
| string | https://pkg.go.dev/builtin#string |
| error | https://pkg.go.dev/builtin#error |
| CompileCommentOnColumn | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl_compile.go#L414 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileCommentOnColumn |
| Compiler | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler |
| CommentOnColumnStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CommentOnColumnStmt |
| string | https://pkg.go.dev/builtin#string |
| error | https://pkg.go.dev/builtin#error |
| CompileCommentOnTable | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl_compile.go#L408 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileCommentOnTable |
| Compiler | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler |
| CommentOnTableStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CommentOnTableStmt |
| string | https://pkg.go.dev/builtin#string |
| error | https://pkg.go.dev/builtin#error |
| CompileCompound | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/union.go#L136 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileCompound |
| Compiler | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler |
| CompoundStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundStmt |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| CompileCreateFunction | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/function.go#L108 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileCreateFunction |
| Compiler | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler |
| CreateFunctionStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionStmt |
| string | https://pkg.go.dev/builtin#string |
| error | https://pkg.go.dev/builtin#error |
| CompileCreateIndex | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl_compile.go#L344 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileCreateIndex |
| Compiler | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler |
| CreateIndexStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateIndexStmt |
| string | https://pkg.go.dev/builtin#string |
| error | https://pkg.go.dev/builtin#error |
| CompileCreateSchema | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl_compile.go#L16 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileCreateSchema |
| Compiler | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler |
| CreateSchemaStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSchemaStmt |
| string | https://pkg.go.dev/builtin#string |
| error | https://pkg.go.dev/builtin#error |
| CompileCreateTable | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl_compile.go#L49 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileCreateTable |
| Compiler | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler |
| CreateTableStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableStmt |
| string | https://pkg.go.dev/builtin#string |
| error | https://pkg.go.dev/builtin#error |
| CompileCreateView | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl_compile.go#L300 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileCreateView |
| Compiler | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler |
| CreateViewStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateViewStmt |
| string | https://pkg.go.dev/builtin#string |
| error | https://pkg.go.dev/builtin#error |
| CompileDelete | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/compiler.go#L1405 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileDelete |
| Compiler | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler |
| DeleteStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteStmt |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| CompileDropForeignKey | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl_compile.go#L402 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileDropForeignKey |
| Compiler | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler |
| DropForeignKeyStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropForeignKeyStmt |
| string | https://pkg.go.dev/builtin#string |
| error | https://pkg.go.dev/builtin#error |
| CompileDropFunction | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/function.go#L235 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileDropFunction |
| Compiler | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler |
| DropFunctionStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionStmt |
| string | https://pkg.go.dev/builtin#string |
| error | https://pkg.go.dev/builtin#error |
| CompileDropIndex | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl_compile.go#L360 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileDropIndex |
| Compiler | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler |
| DropIndexStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropIndexStmt |
| string | https://pkg.go.dev/builtin#string |
| error | https://pkg.go.dev/builtin#error |
| CompileDropSchema | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl_compile.go#L31 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileDropSchema |
| Compiler | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler |
| DropSchemaStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSchemaStmt |
| string | https://pkg.go.dev/builtin#string |
| error | https://pkg.go.dev/builtin#error |
| CompileDropTable | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl_compile.go#L280 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileDropTable |
| Compiler | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler |
| DropTableStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTableStmt |
| string | https://pkg.go.dev/builtin#string |
| error | https://pkg.go.dev/builtin#error |
| CompileDropView | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl_compile.go#L329 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileDropView |
| Compiler | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler |
| DropViewStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropViewStmt |
| string | https://pkg.go.dev/builtin#string |
| error | https://pkg.go.dev/builtin#error |
| CompileExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/compiler.go#L47 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileExpression |
| Compiler | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| CompileGrant | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/grant.go#L163 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileGrant |
| Compiler | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler |
| GrantStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantStmt |
| string | https://pkg.go.dev/builtin#string |
| error | https://pkg.go.dev/builtin#error |
| CompileInsert | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/compiler.go#L1102 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileInsert |
| Compiler | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler |
| InsertStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertStmt |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| CompileJoin | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/compiler.go#L826 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileJoin |
| Compiler | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler |
| JoinClause | https://pkg.go.dev/github.com/aita/sqlkit/sql#JoinClause |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| CompileMerge | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/merge.go#L185 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileMerge |
| Compiler | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler |
| MergeStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeStmt |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| CompileRevoke | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/grant.go#L179 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileRevoke |
| Compiler | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler |
| RevokeStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeStmt |
| string | https://pkg.go.dev/builtin#string |
| error | https://pkg.go.dev/builtin#error |
| CompileSelect | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/compiler.go#L923 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileSelect |
| Compiler | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler |
| SelectStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectStmt |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| CompileSelection | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/compiler.go#L632 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileSelection |
| Compiler | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler |
| Selection | https://pkg.go.dev/github.com/aita/sqlkit/sql#Selection |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| CompileSource | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/compiler.go#L661 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileSource |
| Compiler | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler |
| Source | https://pkg.go.dev/github.com/aita/sqlkit/sql#Source |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| CompileTruncate | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl_compile.go#L371 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileTruncate |
| Compiler | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler |
| TruncateStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#TruncateStmt |
| string | https://pkg.go.dev/builtin#string |
| error | https://pkg.go.dev/builtin#error |
| CompileUpdate | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/compiler.go#L1309 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileUpdate |
| Compiler | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler |
| UpdateStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateStmt |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| CompileValues | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/values.go#L52 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler.CompileValues |
| Compiler | https://pkg.go.dev/github.com/aita/sqlkit/sql#Compiler |
| ValuesQuery | https://pkg.go.dev/github.com/aita/sqlkit/sql#ValuesQuery |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| CompoundBuilder | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/union.go#L68 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder |
| As | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/subquery.go#L24 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder.As |
| CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder |
| string | https://pkg.go.dev/builtin#string |
| DerivedTable | https://pkg.go.dev/github.com/aita/sqlkit/sql#DerivedTable |
| CTE | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/cte.go#L48 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder.CTE |
| CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder |
| string | https://pkg.go.dev/builtin#string |
| CTEOption | https://pkg.go.dev/github.com/aita/sqlkit/sql#CTEOption |
| CTE | https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE |
| Except | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/union.go#L96 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder.Except |
| CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder |
| ExceptAll | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/union.go#L99 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder.ExceptAll |
| CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder |
| Intersect | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/union.go#L86 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder.Intersect |
| CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder |
| IntersectAll | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/union.go#L91 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder.IntersectAll |
| CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder |
| Limit | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/union.go#L110 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder.Limit |
| CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder |
| int | https://pkg.go.dev/builtin#int |
| CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder |
| Offset | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/union.go#L117 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder.Offset |
| CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder |
| int | https://pkg.go.dev/builtin#int |
| CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder |
| OrderBy | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/union.go#L104 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder.OrderBy |
| CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder |
| OrderTerm | https://pkg.go.dev/github.com/aita/sqlkit/sql#OrderTerm |
| CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder |
| SQLSource | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/union.go#L124 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder.SQLSource |
| CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder |
| SourceExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#SourceExpression |
| Stmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/union.go#L75 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder.Stmt |
| CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder |
| CompoundStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundStmt |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/union.go#L127 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder.ToSQL |
| CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| Union | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/union.go#L78 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder.Union |
| CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder |
| UnionAll | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/union.go#L81 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder.UnionAll |
| CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder |
| CompoundStmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/union.go#L11 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundStmt |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| string | https://pkg.go.dev/builtin#string |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| OrderTerm | https://pkg.go.dev/github.com/aita/sqlkit/sql#OrderTerm |
| int | https://pkg.go.dev/builtin#int |
| bool | https://pkg.go.dev/builtin#bool |
| int | https://pkg.go.dev/builtin#int |
| bool | https://pkg.go.dev/builtin#bool |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundStmt.Pos |
| int | https://pkg.go.dev/builtin#int |
| SQLSource | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/union.go#L24 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundStmt.SQLSource |
| CompoundStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundStmt |
| SourceExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#SourceExpression |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/union.go#L27 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundStmt.ToSQL |
| CompoundStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundStmt |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| ConcatExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L254 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ConcatExpression |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Concat | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L264 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Concat |
| any | https://pkg.go.dev/builtin#any |
| ConcatExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ConcatExpression |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ConcatExpression.Pos |
| int | https://pkg.go.dev/builtin#int |
| SQLExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L259 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ConcatExpression.SQLExpression |
| ConcatExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ConcatExpression |
| SQLSelection | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L260 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ConcatExpression.SQLSelection |
| ConcatExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ConcatExpression |
| Concatenator | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L102 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Concatenator |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| ConflictClause | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/inspect.go#L21 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ConflictClause |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| bool | https://pkg.go.dev/builtin#bool |
| Assignment | https://pkg.go.dev/github.com/aita/sqlkit/sql#Assignment |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ConflictClause.Pos |
| int | https://pkg.go.dev/builtin#int |
| CountExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L106 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CountExpression |
| Selection | https://pkg.go.dev/github.com/aita/sqlkit/sql#Selection |
| bool | https://pkg.go.dev/builtin#bool |
| bool | https://pkg.go.dev/builtin#bool |
| Count | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L120 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Count |
| Selection | https://pkg.go.dev/github.com/aita/sqlkit/sql#Selection |
| CountExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#CountExpression |
| CountAll | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L123 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CountAll |
| CountExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#CountExpression |
| CountDistinct | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L127 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CountDistinct |
| Selection | https://pkg.go.dev/github.com/aita/sqlkit/sql#Selection |
| CountExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#CountExpression |
| Over | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L117 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CountExpression.Over |
| CountExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#CountExpression |
| WindowExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#WindowExpression |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CountExpression.Pos |
| int | https://pkg.go.dev/builtin#int |
| SQLExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L113 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CountExpression.SQLExpression |
| CountExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#CountExpression |
| SQLSelection | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L114 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CountExpression.SQLSelection |
| CountExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#CountExpression |
| CreateEnumStmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/enum.go#L10 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateEnumStmt |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| string | https://pkg.go.dev/builtin#string |
| CreateEnum | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/enum.go#L18 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateEnum |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| CreateEnumStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateEnumStmt |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateEnumStmt.Pos |
| int | https://pkg.go.dev/builtin#int |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/enum.go#L23 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateEnumStmt.ToSQL |
| CreateEnumStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateEnumStmt |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| CreateExtensionBuilder | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/extension.go#L47 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateExtensionBuilder |
| CreateExtension | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/extension.go#L50 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateExtension |
| string | https://pkg.go.dev/builtin#string |
| CreateExtensionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateExtensionBuilder |
| IfNotExists | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/extension.go#L58 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateExtensionBuilder.IfNotExists |
| CreateExtensionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateExtensionBuilder |
| CreateExtensionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateExtensionBuilder |
| Schema | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/extension.go#L64 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateExtensionBuilder.Schema |
| CreateExtensionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateExtensionBuilder |
| string | https://pkg.go.dev/builtin#string |
| CreateExtensionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateExtensionBuilder |
| Stmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/extension.go#L55 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateExtensionBuilder.Stmt |
| CreateExtensionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateExtensionBuilder |
| CreateExtensionStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateExtensionStmt |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/extension.go#L70 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateExtensionBuilder.ToSQL |
| CreateExtensionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateExtensionBuilder |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| CreateExtensionStmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/extension.go#L10 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateExtensionStmt |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| bool | https://pkg.go.dev/builtin#bool |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateExtensionStmt.Pos |
| int | https://pkg.go.dev/builtin#int |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/extension.go#L18 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateExtensionStmt.ToSQL |
| CreateExtensionStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateExtensionStmt |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| CreateFunctionBuilder | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/function.go#L45 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder |
| CreateFunction | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/function.go#L49 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunction |
| string | https://pkg.go.dev/builtin#string |
| CreateFunctionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder |
| Arg | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/function.go#L63 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder.Arg |
| CreateFunctionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder |
| string | https://pkg.go.dev/builtin#string |
| CreateFunctionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder |
| Args | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/function.go#L69 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder.Args |
| CreateFunctionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder |
| FunctionArg | https://pkg.go.dev/github.com/aita/sqlkit/sql#FunctionArg |
| CreateFunctionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder |
| Body | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/function.go#L95 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder.Body |
| CreateFunctionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder |
| string | https://pkg.go.dev/builtin#string |
| CreateFunctionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder |
| Language | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/function.go#L82 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder.Language |
| CreateFunctionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder |
| string | https://pkg.go.dev/builtin#string |
| CreateFunctionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder |
| Option | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/function.go#L89 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder.Option |
| CreateFunctionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder |
| string | https://pkg.go.dev/builtin#string |
| CreateFunctionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder |
| OrReplace | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/function.go#L57 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder.OrReplace |
| CreateFunctionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder |
| CreateFunctionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder |
| Returns | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/function.go#L76 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder.Returns |
| CreateFunctionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder |
| string | https://pkg.go.dev/builtin#string |
| CreateFunctionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder |
| Stmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/function.go#L54 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder.Stmt |
| CreateFunctionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder |
| CreateFunctionStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionStmt |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/function.go#L101 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder.ToSQL |
| CreateFunctionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionBuilder |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| CreateFunctionStmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/function.go#L21 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionStmt |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| bool | https://pkg.go.dev/builtin#bool |
| FunctionArg | https://pkg.go.dev/github.com/aita/sqlkit/sql#FunctionArg |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionStmt.Pos |
| int | https://pkg.go.dev/builtin#int |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/function.go#L33 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionStmt.ToSQL |
| CreateFunctionStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateFunctionStmt |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| CreateIndexBuilder | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L587 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateIndexBuilder |
| CreateIndex | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L590 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateIndex |
| string | https://pkg.go.dev/builtin#string |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| string | https://pkg.go.dev/builtin#string |
| CreateIndexBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateIndexBuilder |
| IfNotExists | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L604 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateIndexBuilder.IfNotExists |
| CreateIndexBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateIndexBuilder |
| CreateIndexBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateIndexBuilder |
| Stmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L595 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateIndexBuilder.Stmt |
| CreateIndexBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateIndexBuilder |
| CreateIndexStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateIndexStmt |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L610 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateIndexBuilder.ToSQL |
| CreateIndexBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateIndexBuilder |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| Unique | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L598 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateIndexBuilder.Unique |
| CreateIndexBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateIndexBuilder |
| CreateIndexBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateIndexBuilder |
| CreateIndexStmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L565 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateIndexStmt |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| bool | https://pkg.go.dev/builtin#bool |
| bool | https://pkg.go.dev/builtin#bool |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateIndexStmt.Pos |
| int | https://pkg.go.dev/builtin#int |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L575 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateIndexStmt.ToSQL |
| CreateIndexStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateIndexStmt |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| CreateMaterializedViewBuilder | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/matview.go#L62 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateMaterializedViewBuilder |
| CreateMaterializedView | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/matview.go#L66 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateMaterializedView |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| CreateMaterializedViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateMaterializedViewBuilder |
| Columns | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/matview.go#L80 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateMaterializedViewBuilder.Columns |
| CreateMaterializedViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateMaterializedViewBuilder |
| string | https://pkg.go.dev/builtin#string |
| CreateMaterializedViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateMaterializedViewBuilder |
| IfNotExists | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/matview.go#L74 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateMaterializedViewBuilder.IfNotExists |
| CreateMaterializedViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateMaterializedViewBuilder |
| CreateMaterializedViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateMaterializedViewBuilder |
| Stmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/matview.go#L71 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateMaterializedViewBuilder.Stmt |
| CreateMaterializedViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateMaterializedViewBuilder |
| CreateMaterializedViewStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateMaterializedViewStmt |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/matview.go#L92 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateMaterializedViewBuilder.ToSQL |
| CreateMaterializedViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateMaterializedViewBuilder |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| WithNoData | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/matview.go#L86 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateMaterializedViewBuilder.WithNoData |
| CreateMaterializedViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateMaterializedViewBuilder |
| CreateMaterializedViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateMaterializedViewBuilder |
| CreateMaterializedViewStmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/matview.go#L11 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateMaterializedViewStmt |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| bool | https://pkg.go.dev/builtin#bool |
| bool | https://pkg.go.dev/builtin#bool |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateMaterializedViewStmt.Pos |
| int | https://pkg.go.dev/builtin#int |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/matview.go#L21 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateMaterializedViewStmt.ToSQL |
| CreateMaterializedViewStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateMaterializedViewStmt |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| CreateSchemaBuilder | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L218 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSchemaBuilder |
| CreateSchema | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L221 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSchema |
| string | https://pkg.go.dev/builtin#string |
| CreateSchemaBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSchemaBuilder |
| IfNotExists | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L230 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSchemaBuilder.IfNotExists |
| CreateSchemaBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSchemaBuilder |
| CreateSchemaBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSchemaBuilder |
| Stmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L226 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSchemaBuilder.Stmt |
| CreateSchemaBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSchemaBuilder |
| CreateSchemaStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSchemaStmt |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L236 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSchemaBuilder.ToSQL |
| CreateSchemaBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSchemaBuilder |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| CreateSchemaStmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L199 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSchemaStmt |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| bool | https://pkg.go.dev/builtin#bool |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSchemaStmt.Pos |
| int | https://pkg.go.dev/builtin#int |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L206 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSchemaStmt.ToSQL |
| CreateSchemaStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSchemaStmt |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| CreateSequenceBuilder | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/sequence.go#L89 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder |
| CreateSequence | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/sequence.go#L92 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequence |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| CreateSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder |
| Cache | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/sequence.go#L109 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder.Cache |
| CreateSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder |
| int64 | https://pkg.go.dev/builtin#int64 |
| CreateSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder |
| Cycle | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/sequence.go#L124 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder.Cycle |
| CreateSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder |
| CreateSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder |
| IfNotExists | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/sequence.go#L100 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder.IfNotExists |
| CreateSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder |
| CreateSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder |
| Increment | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/sequence.go#L103 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder.Increment |
| CreateSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder |
| int64 | https://pkg.go.dev/builtin#int64 |
| CreateSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder |
| MaxValue | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/sequence.go#L118 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder.MaxValue |
| CreateSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder |
| int64 | https://pkg.go.dev/builtin#int64 |
| CreateSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder |
| MinValue | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/sequence.go#L112 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder.MinValue |
| CreateSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder |
| int64 | https://pkg.go.dev/builtin#int64 |
| CreateSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder |
| NoCycle | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/sequence.go#L131 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder.NoCycle |
| CreateSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder |
| CreateSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder |
| NoMaxValue | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/sequence.go#L121 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder.NoMaxValue |
| CreateSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder |
| CreateSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder |
| NoMinValue | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/sequence.go#L115 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder.NoMinValue |
| CreateSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder |
| CreateSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder |
| OwnedBy | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/sequence.go#L138 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder.OwnedBy |
| CreateSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder |
| string | https://pkg.go.dev/builtin#string |
| CreateSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder |
| Start | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/sequence.go#L106 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder.Start |
| CreateSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder |
| int64 | https://pkg.go.dev/builtin#int64 |
| CreateSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder |
| Stmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/sequence.go#L97 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder.Stmt |
| CreateSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder |
| CreateSequenceStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceStmt |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/sequence.go#L144 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder.ToSQL |
| CreateSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceBuilder |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| CreateSequenceStmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/sequence.go#L13 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceStmt |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| bool | https://pkg.go.dev/builtin#bool |
| int64 | https://pkg.go.dev/builtin#int64 |
| int64 | https://pkg.go.dev/builtin#int64 |
| bool | https://pkg.go.dev/builtin#bool |
| int64 | https://pkg.go.dev/builtin#int64 |
| bool | https://pkg.go.dev/builtin#bool |
| int64 | https://pkg.go.dev/builtin#int64 |
| int64 | https://pkg.go.dev/builtin#int64 |
| bool | https://pkg.go.dev/builtin#bool |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceStmt.Pos |
| int | https://pkg.go.dev/builtin#int |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/sequence.go#L29 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceStmt.ToSQL |
| CreateSequenceStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateSequenceStmt |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| CreateTableBuilder | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L333 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder |
| CreateTable | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L336 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTable |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| CreateTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder |
| Check | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L356 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder.Check |
| CreateTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder |
| string | https://pkg.go.dev/builtin#string |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| CreateTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder |
| Column | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L344 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder.Column |
| CreateTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder |
| ColumnDef | https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnDef |
| CreateTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder |
| Comment | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L384 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder.Comment |
| CreateTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder |
| string | https://pkg.go.dev/builtin#string |
| CreateTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder |
| ForeignKey | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L369 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder.ForeignKey |
| CreateTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder |
| ForeignKeyConstraint | https://pkg.go.dev/github.com/aita/sqlkit/sql#ForeignKeyConstraint |
| CreateTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder |
| IfNotExists | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L390 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder.IfNotExists |
| CreateTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder |
| CreateTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder |
| Index | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L377 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder.Index |
| CreateTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| CreateTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder |
| PrimaryKey | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L350 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder.PrimaryKey |
| CreateTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder |
| string | https://pkg.go.dev/builtin#string |
| CreateTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder |
| Stmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L341 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder.Stmt |
| CreateTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder |
| CreateTableStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableStmt |
| Temporary | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L400 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder.Temporary |
| CreateTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder |
| CreateTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L406 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder.ToSQL |
| CreateTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| Unique | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L363 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder.Unique |
| CreateTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| CreateTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableBuilder |
| CreateTableStmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L297 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableStmt |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| ColumnDef | https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnDef |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| TableCheck | https://pkg.go.dev/github.com/aita/sqlkit/sql#TableCheck |
| TableUnique | https://pkg.go.dev/github.com/aita/sqlkit/sql#TableUnique |
| ForeignKeyConstraint | https://pkg.go.dev/github.com/aita/sqlkit/sql#ForeignKeyConstraint |
| TableIndex | https://pkg.go.dev/github.com/aita/sqlkit/sql#TableIndex |
| string | https://pkg.go.dev/builtin#string |
| bool | https://pkg.go.dev/builtin#bool |
| bool | https://pkg.go.dev/builtin#bool |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableStmt.Pos |
| int | https://pkg.go.dev/builtin#int |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L321 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableStmt.ToSQL |
| CreateTableStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateTableStmt |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| CreateViewBuilder | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L481 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateViewBuilder |
| CreateView | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L484 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateView |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| CreateViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateViewBuilder |
| Columns | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L500 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateViewBuilder.Columns |
| CreateViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateViewBuilder |
| string | https://pkg.go.dev/builtin#string |
| CreateViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateViewBuilder |
| OrReplace | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L493 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateViewBuilder.OrReplace |
| CreateViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateViewBuilder |
| CreateViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateViewBuilder |
| Stmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L489 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateViewBuilder.Stmt |
| CreateViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateViewBuilder |
| CreateViewStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateViewStmt |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L506 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateViewBuilder.ToSQL |
| CreateViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateViewBuilder |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| CreateViewStmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L460 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateViewStmt |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| bool | https://pkg.go.dev/builtin#bool |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateViewStmt.Pos |
| int | https://pkg.go.dev/builtin#int |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L469 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateViewStmt.ToSQL |
| CreateViewStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#CreateViewStmt |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| DeleteBuilder | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L329 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder |
| DeleteFrom | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L332 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteFrom |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| DeleteBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder |
| Join | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L347 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder.Join |
| DeleteBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder |
| Source | https://pkg.go.dev/github.com/aita/sqlkit/sql#Source |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| DeleteBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder |
| LeftJoin | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L353 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder.LeftJoin |
| DeleteBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder |
| Source | https://pkg.go.dev/github.com/aita/sqlkit/sql#Source |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| DeleteBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder |
| Limit | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L377 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder.Limit |
| DeleteBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder |
| int | https://pkg.go.dev/builtin#int |
| DeleteBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder |
| OrderBy | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L370 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder.OrderBy |
| DeleteBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder |
| OrderTerm | https://pkg.go.dev/github.com/aita/sqlkit/sql#OrderTerm |
| DeleteBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder |
| Returning | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L389 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder.Returning |
| DeleteBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder |
| Selection | https://pkg.go.dev/github.com/aita/sqlkit/sql#Selection |
| DeleteBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder |
| Stmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L337 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder.Stmt |
| DeleteBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder |
| DeleteStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteStmt |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L395 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder.ToSQL |
| DeleteBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| Using | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L341 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder.Using |
| DeleteBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder |
| Source | https://pkg.go.dev/github.com/aita/sqlkit/sql#Source |
| DeleteBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder |
| Where | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L359 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder.Where |
| DeleteBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| DeleteBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder |
| WithCTE | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L383 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder.WithCTE |
| DeleteBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder |
| CTE | https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE |
| DeleteBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteBuilder |
| DeleteStmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L304 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteStmt |
| CTE | https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| Source | https://pkg.go.dev/github.com/aita/sqlkit/sql#Source |
| JoinClause | https://pkg.go.dev/github.com/aita/sqlkit/sql#JoinClause |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| OrderTerm | https://pkg.go.dev/github.com/aita/sqlkit/sql#OrderTerm |
| int | https://pkg.go.dev/builtin#int |
| bool | https://pkg.go.dev/builtin#bool |
| Selection | https://pkg.go.dev/github.com/aita/sqlkit/sql#Selection |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteStmt.Pos |
| int | https://pkg.go.dev/builtin#int |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L318 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteStmt.ToSQL |
| DeleteStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DeleteStmt |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| DerivedTable | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/subquery.go#L12 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DerivedTable |
| Alias | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/subquery.go#L29 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DerivedTable.Alias |
| DerivedTable | https://pkg.go.dev/github.com/aita/sqlkit/sql#DerivedTable |
| string | https://pkg.go.dev/builtin#string |
| Col | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/subquery.go#L32 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DerivedTable.Col |
| DerivedTable | https://pkg.go.dev/github.com/aita/sqlkit/sql#DerivedTable |
| string | https://pkg.go.dev/builtin#string |
| ColumnExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnExpression |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DerivedTable.Pos |
| int | https://pkg.go.dev/builtin#int |
| SQLSource | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/subquery.go#L38 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DerivedTable.SQLSource |
| DerivedTable | https://pkg.go.dev/github.com/aita/sqlkit/sql#DerivedTable |
| SourceExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#SourceExpression |
| DerivedValuesUnionDialect | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L220 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DerivedValuesUnionDialect |
| bool | https://pkg.go.dev/builtin#bool |
| Dialect | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L17 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| int | https://pkg.go.dev/builtin#int |
| string | https://pkg.go.dev/builtin#string |
| bool | https://pkg.go.dev/builtin#bool |
| string | https://pkg.go.dev/builtin#string |
| int | https://pkg.go.dev/builtin#int |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| int | https://pkg.go.dev/builtin#int |
| string | https://pkg.go.dev/builtin#string |
| bool | https://pkg.go.dev/builtin#bool |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| DialectByName | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L318 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DialectByName |
| string | https://pkg.go.dev/builtin#string |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| error | https://pkg.go.dev/builtin#error |
| DistinctOnDialect | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L266 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DistinctOnDialect |
| bool | https://pkg.go.dev/builtin#bool |
| DistinctPredicate | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L230 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DistinctPredicate |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| bool | https://pkg.go.dev/builtin#bool |
| IsDistinctFrom | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L241 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#IsDistinctFrom |
| any | https://pkg.go.dev/builtin#any |
| DistinctPredicate | https://pkg.go.dev/github.com/aita/sqlkit/sql#DistinctPredicate |
| IsNotDistinctFrom | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L247 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#IsNotDistinctFrom |
| any | https://pkg.go.dev/builtin#any |
| DistinctPredicate | https://pkg.go.dev/github.com/aita/sqlkit/sql#DistinctPredicate |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DistinctPredicate.Pos |
| int | https://pkg.go.dev/builtin#int |
| SQLExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L237 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DistinctPredicate.SQLExpression |
| DistinctPredicate | https://pkg.go.dev/github.com/aita/sqlkit/sql#DistinctPredicate |
| DropExtensionBuilder | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/extension.go#L118 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropExtensionBuilder |
| DropExtension | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/extension.go#L121 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropExtension |
| string | https://pkg.go.dev/builtin#string |
| DropExtensionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropExtensionBuilder |
| Cascade | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/extension.go#L135 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropExtensionBuilder.Cascade |
| DropExtensionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropExtensionBuilder |
| DropExtensionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropExtensionBuilder |
| IfExists | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/extension.go#L129 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropExtensionBuilder.IfExists |
| DropExtensionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropExtensionBuilder |
| DropExtensionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropExtensionBuilder |
| Stmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/extension.go#L126 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropExtensionBuilder.Stmt |
| DropExtensionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropExtensionBuilder |
| DropExtensionStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropExtensionStmt |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/extension.go#L141 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropExtensionBuilder.ToSQL |
| DropExtensionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropExtensionBuilder |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| DropExtensionStmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/extension.go#L77 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropExtensionStmt |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| bool | https://pkg.go.dev/builtin#bool |
| bool | https://pkg.go.dev/builtin#bool |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropExtensionStmt.Pos |
| int | https://pkg.go.dev/builtin#int |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/extension.go#L85 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropExtensionStmt.ToSQL |
| DropExtensionStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropExtensionStmt |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| DropForeignKeyStmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L703 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropForeignKeyStmt |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| DropForeignKey | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L711 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropForeignKey |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| string | https://pkg.go.dev/builtin#string |
| DropForeignKeyStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropForeignKeyStmt |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropForeignKeyStmt.Pos |
| int | https://pkg.go.dev/builtin#int |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L716 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropForeignKeyStmt.ToSQL |
| DropForeignKeyStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropForeignKeyStmt |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| DropFunctionBuilder | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/function.go#L191 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionBuilder |
| DropFunction | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/function.go#L194 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunction |
| string | https://pkg.go.dev/builtin#string |
| DropFunctionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionBuilder |
| ArgTypes | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/function.go#L209 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionBuilder.ArgTypes |
| DropFunctionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionBuilder |
| string | https://pkg.go.dev/builtin#string |
| DropFunctionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionBuilder |
| Cascade | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/function.go#L216 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionBuilder.Cascade |
| DropFunctionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionBuilder |
| DropFunctionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionBuilder |
| IfExists | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/function.go#L202 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionBuilder.IfExists |
| DropFunctionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionBuilder |
| DropFunctionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionBuilder |
| Restrict | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/function.go#L222 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionBuilder.Restrict |
| DropFunctionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionBuilder |
| DropFunctionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionBuilder |
| Stmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/function.go#L199 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionBuilder.Stmt |
| DropFunctionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionBuilder |
| DropFunctionStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionStmt |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/function.go#L228 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionBuilder.ToSQL |
| DropFunctionBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionBuilder |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| DropFunctionStmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/function.go#L169 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionStmt |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| bool | https://pkg.go.dev/builtin#bool |
| string | https://pkg.go.dev/builtin#string |
| bool | https://pkg.go.dev/builtin#bool |
| string | https://pkg.go.dev/builtin#string |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionStmt.Pos |
| int | https://pkg.go.dev/builtin#int |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/function.go#L179 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionStmt.ToSQL |
| DropFunctionStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropFunctionStmt |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| DropIndexStmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L618 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropIndexStmt |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| DropIndex | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L626 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropIndex |
| string | https://pkg.go.dev/builtin#string |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| DropIndexStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropIndexStmt |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropIndexStmt.Pos |
| int | https://pkg.go.dev/builtin#int |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L631 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropIndexStmt.ToSQL |
| DropIndexStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropIndexStmt |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| DropMaterializedViewBuilder | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/matview.go#L135 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropMaterializedViewBuilder |
| DropMaterializedView | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/matview.go#L138 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropMaterializedView |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| DropMaterializedViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropMaterializedViewBuilder |
| Cascade | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/matview.go#L152 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropMaterializedViewBuilder.Cascade |
| DropMaterializedViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropMaterializedViewBuilder |
| DropMaterializedViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropMaterializedViewBuilder |
| IfExists | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/matview.go#L146 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropMaterializedViewBuilder.IfExists |
| DropMaterializedViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropMaterializedViewBuilder |
| DropMaterializedViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropMaterializedViewBuilder |
| Stmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/matview.go#L143 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropMaterializedViewBuilder.Stmt |
| DropMaterializedViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropMaterializedViewBuilder |
| DropMaterializedViewStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropMaterializedViewStmt |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/matview.go#L158 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropMaterializedViewBuilder.ToSQL |
| DropMaterializedViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropMaterializedViewBuilder |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| DropMaterializedViewStmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/matview.go#L101 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropMaterializedViewStmt |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| bool | https://pkg.go.dev/builtin#bool |
| bool | https://pkg.go.dev/builtin#bool |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropMaterializedViewStmt.Pos |
| int | https://pkg.go.dev/builtin#int |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/matview.go#L109 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropMaterializedViewStmt.ToSQL |
| DropMaterializedViewStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropMaterializedViewStmt |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| DropSchemaBuilder | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L265 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSchemaBuilder |
| DropSchema | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L268 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSchema |
| string | https://pkg.go.dev/builtin#string |
| DropSchemaBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSchemaBuilder |
| Cascade | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L284 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSchemaBuilder.Cascade |
| DropSchemaBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSchemaBuilder |
| DropSchemaBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSchemaBuilder |
| IfExists | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L276 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSchemaBuilder.IfExists |
| DropSchemaBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSchemaBuilder |
| DropSchemaBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSchemaBuilder |
| Stmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L273 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSchemaBuilder.Stmt |
| DropSchemaBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSchemaBuilder |
| DropSchemaStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSchemaStmt |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L290 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSchemaBuilder.ToSQL |
| DropSchemaBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSchemaBuilder |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| DropSchemaStmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L245 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSchemaStmt |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| bool | https://pkg.go.dev/builtin#bool |
| bool | https://pkg.go.dev/builtin#bool |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSchemaStmt.Pos |
| int | https://pkg.go.dev/builtin#int |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L253 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSchemaStmt.ToSQL |
| DropSchemaStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSchemaStmt |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| DropSequenceBuilder | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/sequence.go#L192 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSequenceBuilder |
| DropSequence | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/sequence.go#L196 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSequence |
| string | https://pkg.go.dev/builtin#string |
| DropSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSequenceBuilder |
| Cascade | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/sequence.go#L207 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSequenceBuilder.Cascade |
| DropSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSequenceBuilder |
| DropSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSequenceBuilder |
| IfExists | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/sequence.go#L204 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSequenceBuilder.IfExists |
| DropSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSequenceBuilder |
| DropSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSequenceBuilder |
| Stmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/sequence.go#L201 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSequenceBuilder.Stmt |
| DropSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSequenceBuilder |
| DropSequenceStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSequenceStmt |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/sequence.go#L210 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSequenceBuilder.ToSQL |
| DropSequenceBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSequenceBuilder |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| DropSequenceStmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/sequence.go#L151 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSequenceStmt |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| bool | https://pkg.go.dev/builtin#bool |
| bool | https://pkg.go.dev/builtin#bool |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSequenceStmt.Pos |
| int | https://pkg.go.dev/builtin#int |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/sequence.go#L159 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSequenceStmt.ToSQL |
| DropSequenceStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropSequenceStmt |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| DropTableBuilder | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L432 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTableBuilder |
| DropTable | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L436 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTable |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| DropTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTableBuilder |
| IfExists | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L444 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTableBuilder.IfExists |
| DropTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTableBuilder |
| DropTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTableBuilder |
| Stmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L441 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTableBuilder.Stmt |
| DropTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTableBuilder |
| DropTableStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTableStmt |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L450 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTableBuilder.ToSQL |
| DropTableBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTableBuilder |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| DropTableStmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L413 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTableStmt |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| bool | https://pkg.go.dev/builtin#bool |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTableStmt.Pos |
| int | https://pkg.go.dev/builtin#int |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L420 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTableStmt.ToSQL |
| DropTableStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTableStmt |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| DropTypeBuilder | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/enum.go#L93 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTypeBuilder |
| DropType | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/enum.go#L97 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropType |
| string | https://pkg.go.dev/builtin#string |
| DropTypeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTypeBuilder |
| Cascade | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/enum.go#L111 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTypeBuilder.Cascade |
| DropTypeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTypeBuilder |
| DropTypeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTypeBuilder |
| IfExists | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/enum.go#L105 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTypeBuilder.IfExists |
| DropTypeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTypeBuilder |
| DropTypeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTypeBuilder |
| Stmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/enum.go#L102 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTypeBuilder.Stmt |
| DropTypeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTypeBuilder |
| DropTypeStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTypeStmt |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/enum.go#L117 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTypeBuilder.ToSQL |
| DropTypeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTypeBuilder |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| DropTypeStmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/enum.go#L52 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTypeStmt |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| bool | https://pkg.go.dev/builtin#bool |
| bool | https://pkg.go.dev/builtin#bool |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTypeStmt.Pos |
| int | https://pkg.go.dev/builtin#int |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/enum.go#L60 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTypeStmt.ToSQL |
| DropTypeStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropTypeStmt |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| DropViewBuilder | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L533 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropViewBuilder |
| DropView | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L536 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropView |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| DropViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropViewBuilder |
| Cascade | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L552 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropViewBuilder.Cascade |
| DropViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropViewBuilder |
| DropViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropViewBuilder |
| IfExists | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L544 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropViewBuilder.IfExists |
| DropViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropViewBuilder |
| DropViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropViewBuilder |
| Stmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L541 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropViewBuilder.Stmt |
| DropViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropViewBuilder |
| DropViewStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropViewStmt |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L558 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropViewBuilder.ToSQL |
| DropViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropViewBuilder |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| DropViewStmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L513 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropViewStmt |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| bool | https://pkg.go.dev/builtin#bool |
| bool | https://pkg.go.dev/builtin#bool |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropViewStmt.Pos |
| int | https://pkg.go.dev/builtin#int |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L521 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropViewStmt.ToSQL |
| DropViewStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#DropViewStmt |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| EngineType | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L77 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#EngineType |
| string | https://pkg.go.dev/builtin#string |
| int | https://pkg.go.dev/builtin#int |
| int | https://pkg.go.dev/builtin#int |
| int | https://pkg.go.dev/builtin#int |
| RenderAutoIncrement | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L91 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#EngineType.RenderAutoIncrement |
| EngineType | https://pkg.go.dev/github.com/aita/sqlkit/sql#EngineType |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| bool | https://pkg.go.dev/builtin#bool |
| RenderType | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L85 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#EngineType.RenderType |
| EngineType | https://pkg.go.dev/github.com/aita/sqlkit/sql#EngineType |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| error | https://pkg.go.dev/builtin#error |
| ExcludedExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L577 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ExcludedExpression |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| Excluded | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L586 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Excluded |
| string | https://pkg.go.dev/builtin#string |
| ExcludedExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ExcludedExpression |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ExcludedExpression.Pos |
| int | https://pkg.go.dev/builtin#int |
| SQLExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L582 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ExcludedExpression.SQLExpression |
| ExcludedExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ExcludedExpression |
| ExcludedRenderer | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L153 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ExcludedRenderer |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| ExistsExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L460 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ExistsExpression |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| bool | https://pkg.go.dev/builtin#bool |
| Exists | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L469 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Exists |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| ExistsExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ExistsExpression |
| NotExists | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L472 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#NotExists |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| ExistsExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ExistsExpression |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ExistsExpression.Pos |
| int | https://pkg.go.dev/builtin#int |
| SQLExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L466 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ExistsExpression.SQLExpression |
| ExistsExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ExistsExpression |
| Expression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L10 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| And | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L395 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#And |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Expr | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L663 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expr |
| any | https://pkg.go.dev/builtin#any |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Or | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L398 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Or |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| ExtractExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L277 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ExtractExpression |
| string | https://pkg.go.dev/builtin#string |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Extract | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L289 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Extract |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| ExtractExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ExtractExpression |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ExtractExpression.Pos |
| int | https://pkg.go.dev/builtin#int |
| SQLExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L283 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ExtractExpression.SQLExpression |
| ExtractExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ExtractExpression |
| SQLSelection | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L284 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ExtractExpression.SQLSelection |
| ExtractExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ExtractExpression |
| FTSMode | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/fulltext.go#L11 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#FTSMode |
| int | https://pkg.go.dev/builtin#int |
| FTSMode | https://pkg.go.dev/github.com/aita/sqlkit/sql#FTSMode |
| iota | https://pkg.go.dev/builtin#iota |
| FieldExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/indirection.go#L36 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#FieldExpression |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| Field | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/indirection.go#L46 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Field |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| string | https://pkg.go.dev/builtin#string |
| FieldExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#FieldExpression |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#FieldExpression.Pos |
| int | https://pkg.go.dev/builtin#int |
| SQLExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/indirection.go#L42 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#FieldExpression.SQLExpression |
| FieldExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#FieldExpression |
| SQLSelection | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/indirection.go#L43 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#FieldExpression.SQLSelection |
| FieldExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#FieldExpression |
| ForeignKeyConstraint | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L185 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ForeignKeyConstraint |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ForeignKeyConstraint.Pos |
| int | https://pkg.go.dev/builtin#int |
| FullTextSearcher | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/fulltext.go#L86 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#FullTextSearcher |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| bool | https://pkg.go.dev/builtin#bool |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| error | https://pkg.go.dev/builtin#error |
| FuncExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L17 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#FuncExpression |
| string | https://pkg.go.dev/builtin#string |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| bool | https://pkg.go.dev/builtin#bool |
| DistinctFunc | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L40 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#DistinctFunc |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| FuncExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#FuncExpression |
| Func | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L29 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Func |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| FuncExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#FuncExpression |
| Over | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L48 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#FuncExpression.Over |
| FuncExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#FuncExpression |
| WindowExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#WindowExpression |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#FuncExpression.Pos |
| int | https://pkg.go.dev/builtin#int |
| SQLExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L24 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#FuncExpression.SQLExpression |
| FuncExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#FuncExpression |
| SQLSelection | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L25 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#FuncExpression.SQLSelection |
| FuncExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#FuncExpression |
| FuncRenderer | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L209 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#FuncRenderer |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| bool | https://pkg.go.dev/builtin#bool |
| FunctionArg | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/function.go#L11 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#FunctionArg |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| GeneratedColumn | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L147 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#GeneratedColumn |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| bool | https://pkg.go.dev/builtin#bool |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#GeneratedColumn.Pos |
| int | https://pkg.go.dev/builtin#int |
| GrantBuilder | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/grant.go#L34 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantBuilder |
| Grant | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/grant.go#L38 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Grant |
| string | https://pkg.go.dev/builtin#string |
| GrantBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantBuilder |
| On | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/grant.go#L47 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantBuilder.On |
| GrantBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantBuilder |
| string | https://pkg.go.dev/builtin#string |
| GrantBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantBuilder |
| OnType | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/grant.go#L54 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantBuilder.OnType |
| GrantBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantBuilder |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| GrantBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantBuilder |
| Stmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/grant.go#L43 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantBuilder.Stmt |
| GrantBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantBuilder |
| GrantStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantStmt |
| To | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/grant.go#L61 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantBuilder.To |
| GrantBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantBuilder |
| string | https://pkg.go.dev/builtin#string |
| GrantBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantBuilder |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/grant.go#L74 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantBuilder.ToSQL |
| GrantBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantBuilder |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| WithGrantOption | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/grant.go#L68 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantBuilder.WithGrantOption |
| GrantBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantBuilder |
| GrantBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantBuilder |
| GrantStmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/grant.go#L12 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantStmt |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| bool | https://pkg.go.dev/builtin#bool |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantStmt.Pos |
| int | https://pkg.go.dev/builtin#int |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/grant.go#L22 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantStmt.ToSQL |
| GrantStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#GrantStmt |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| GroupingExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/grouping.go#L5 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#GroupingExpression |
| string | https://pkg.go.dev/builtin#string |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Cube | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/grouping.go#L19 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Cube |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| GroupingExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#GroupingExpression |
| Rollup | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/grouping.go#L14 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Rollup |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| GroupingExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#GroupingExpression |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#GroupingExpression.Pos |
| int | https://pkg.go.dev/builtin#int |
| SQLExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/grouping.go#L11 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#GroupingExpression.SQLExpression |
| GroupingExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#GroupingExpression |
| GroupingSetsDialect | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L278 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#GroupingSetsDialect |
| bool | https://pkg.go.dev/builtin#bool |
| GroupingSetsExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/grouping.go#L26 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#GroupingSetsExpression |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| GroupingSets | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/grouping.go#L34 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#GroupingSets |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| GroupingSetsExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#GroupingSetsExpression |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#GroupingSetsExpression.Pos |
| int | https://pkg.go.dev/builtin#int |
| SQLExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/grouping.go#L31 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#GroupingSetsExpression.SQLExpression |
| GroupingSetsExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#GroupingSetsExpression |
| ILikeExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L275 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ILikeExpression |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| ILike | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L285 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ILike |
| any | https://pkg.go.dev/builtin#any |
| ILikeExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ILikeExpression |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ILikeExpression.Pos |
| int | https://pkg.go.dev/builtin#int |
| SQLExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L281 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ILikeExpression.SQLExpression |
| ILikeExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ILikeExpression |
| Ident | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ident.go#L19 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| string | https://pkg.go.dev/builtin#string |
| Idents | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ident.go#L59 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Idents |
| string | https://pkg.go.dev/builtin#string |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| NewIdent | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ident.go#L27 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#NewIdent |
| string | https://pkg.go.dev/builtin#string |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| NewIdentAt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ident.go#L32 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#NewIdentAt |
| string | https://pkg.go.dev/builtin#string |
| int | https://pkg.go.dev/builtin#int |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| Equal | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ident.go#L44 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident.Equal |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| bool | https://pkg.go.dev/builtin#bool |
| Fold | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ident.go#L38 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident.Fold |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| IsZero | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ident.go#L48 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident.IsZero |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| bool | https://pkg.go.dev/builtin#bool |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident.Pos |
| int | https://pkg.go.dev/builtin#int |
| String | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ident.go#L51 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident.String |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| string | https://pkg.go.dev/builtin#string |
| IdentityKind | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L157 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#IdentityKind |
| string | https://pkg.go.dev/builtin#string |
| IdentityKind | https://pkg.go.dev/github.com/aita/sqlkit/sql#IdentityKind |
| IdentityKind | https://pkg.go.dev/github.com/aita/sqlkit/sql#IdentityKind |
| InExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L420 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#InExpression |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| bool | https://pkg.go.dev/builtin#bool |
| In | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L431 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#In |
| any | https://pkg.go.dev/builtin#any |
| any | https://pkg.go.dev/builtin#any |
| InExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#InExpression |
| InQuery | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L448 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#InQuery |
| any | https://pkg.go.dev/builtin#any |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| InExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#InExpression |
| NotIn | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L440 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#NotIn |
| any | https://pkg.go.dev/builtin#any |
| any | https://pkg.go.dev/builtin#any |
| InExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#InExpression |
| NotInQuery | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L453 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#NotInQuery |
| any | https://pkg.go.dev/builtin#any |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| InExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#InExpression |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#InExpression.Pos |
| int | https://pkg.go.dev/builtin#int |
| SQLExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L428 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#InExpression.SQLExpression |
| InExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#InExpression |
| InsertBuilder | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L47 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder |
| InsertInto | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L50 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertInto |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| InsertBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder |
| ReplaceInto | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L57 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ReplaceInto |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| InsertBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder |
| ColumnCount | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L167 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder.ColumnCount |
| InsertBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder |
| int | https://pkg.go.dev/builtin#int |
| Columns | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L65 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder.Columns |
| InsertBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder |
| string | https://pkg.go.dev/builtin#string |
| InsertBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder |
| DoNothing | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L133 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder.DoNothing |
| InsertBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder |
| InsertBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder |
| DoUpdate | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L140 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder.DoUpdate |
| InsertBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder |
| Assignment | https://pkg.go.dev/github.com/aita/sqlkit/sql#Assignment |
| InsertBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder |
| FromSelect | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L83 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder.FromSelect |
| InsertBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| InsertBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder |
| OnConflict | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L109 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder.OnConflict |
| InsertBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder |
| string | https://pkg.go.dev/builtin#string |
| InsertBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder |
| OnConflictConstraint | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L117 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder.OnConflictConstraint |
| InsertBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder |
| string | https://pkg.go.dev/builtin#string |
| InsertBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder |
| OnConflictExpr | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L125 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder.OnConflictExpr |
| InsertBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| InsertBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder |
| Returning | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L161 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder.Returning |
| InsertBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder |
| Selection | https://pkg.go.dev/github.com/aita/sqlkit/sql#Selection |
| InsertBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder |
| SplitRows | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L174 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder.SplitRows |
| InsertBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder |
| int | https://pkg.go.dev/builtin#int |
| InsertBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder |
| Stmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L62 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder.Stmt |
| InsertBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder |
| InsertStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertStmt |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L188 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder.ToSQL |
| InsertBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| Values | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L71 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder.Values |
| InsertBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder |
| any | https://pkg.go.dev/builtin#any |
| InsertBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder |
| Where | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L150 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder.Where |
| InsertBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| InsertBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder |
| InsertStmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L7 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertStmt |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| ConflictClause | https://pkg.go.dev/github.com/aita/sqlkit/sql#ConflictClause |
| Selection | https://pkg.go.dev/github.com/aita/sqlkit/sql#Selection |
| bool | https://pkg.go.dev/builtin#bool |
| ColumnCount | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L34 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertStmt.ColumnCount |
| InsertStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertStmt |
| int | https://pkg.go.dev/builtin#int |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertStmt.Pos |
| int | https://pkg.go.dev/builtin#int |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L21 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertStmt.ToSQL |
| InsertStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertStmt |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| JSONAccessExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L417 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONAccessExpression |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| any | https://pkg.go.dev/builtin#any |
| bool | https://pkg.go.dev/builtin#bool |
| JSONGet | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L430 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONGet |
| any | https://pkg.go.dev/builtin#any |
| any | https://pkg.go.dev/builtin#any |
| JSONAccessExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONAccessExpression |
| JSONGetText | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L436 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONGetText |
| any | https://pkg.go.dev/builtin#any |
| any | https://pkg.go.dev/builtin#any |
| JSONAccessExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONAccessExpression |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONAccessExpression.Pos |
| int | https://pkg.go.dev/builtin#int |
| SQLExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L424 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONAccessExpression.SQLExpression |
| JSONAccessExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONAccessExpression |
| SQLSelection | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L425 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONAccessExpression.SQLSelection |
| JSONAccessExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONAccessExpression |
| JSONAccessor | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L84 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONAccessor |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| bool | https://pkg.go.dev/builtin#bool |
| string | https://pkg.go.dev/builtin#string |
| error | https://pkg.go.dev/builtin#error |
| JSONObjectExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L386 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONObjectExpression |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| bool | https://pkg.go.dev/builtin#bool |
| JSONObject | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L398 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONObject |
| any | https://pkg.go.dev/builtin#any |
| JSONObjectExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONObjectExpression |
| JSONObjectAgg | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L408 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONObjectAgg |
| any | https://pkg.go.dev/builtin#any |
| JSONObjectExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONObjectExpression |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONObjectExpression.Pos |
| int | https://pkg.go.dev/builtin#int |
| SQLExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L392 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONObjectExpression.SQLExpression |
| JSONObjectExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONObjectExpression |
| SQLSelection | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L393 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONObjectExpression.SQLSelection |
| JSONObjectExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONObjectExpression |
| JSONObjectRenderer | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L122 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#JSONObjectRenderer |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| JoinClause | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/select.go#L55 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#JoinClause |
| string | https://pkg.go.dev/builtin#string |
| Source | https://pkg.go.dev/github.com/aita/sqlkit/sql#Source |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| bool | https://pkg.go.dev/builtin#bool |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#JoinClause.Pos |
| int | https://pkg.go.dev/builtin#int |
| JoinedUpdateDeleter | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L184 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#JoinedUpdateDeleter |
| bool | https://pkg.go.dev/builtin#bool |
| LockOption | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/select.go#L225 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#LockOption |
| LockOf | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/select.go#L237 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#LockOf |
| string | https://pkg.go.dev/builtin#string |
| LockOption | https://pkg.go.dev/github.com/aita/sqlkit/sql#LockOption |
| NoWait | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/select.go#L233 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#NoWait |
| LockOption | https://pkg.go.dev/github.com/aita/sqlkit/sql#LockOption |
| SkipLocked | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/select.go#L229 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SkipLocked |
| LockOption | https://pkg.go.dev/github.com/aita/sqlkit/sql#LockOption |
| LockTablesStmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/admin.go#L55 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#LockTablesStmt |
| TableLock | https://pkg.go.dev/github.com/aita/sqlkit/sql#TableLock |
| LockTables | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/admin.go#L61 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#LockTables |
| TableLock | https://pkg.go.dev/github.com/aita/sqlkit/sql#TableLock |
| LockTablesStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#LockTablesStmt |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#LockTablesStmt.Pos |
| int | https://pkg.go.dev/builtin#int |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/admin.go#L64 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#LockTablesStmt.ToSQL |
| LockTablesStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#LockTablesStmt |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| LogicalExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L386 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#LogicalExpression |
| string | https://pkg.go.dev/builtin#string |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#LogicalExpression.Pos |
| int | https://pkg.go.dev/builtin#int |
| SQLExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L392 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#LogicalExpression.SQLExpression |
| LogicalExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#LogicalExpression |
| MatchBuilder | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/fulltext.go#L39 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MatchBuilder |
| Match | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/fulltext.go#L51 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Match |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| MatchBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#MatchBuilder |
| Against | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/fulltext.go#L57 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MatchBuilder.Against |
| MatchBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#MatchBuilder |
| any | https://pkg.go.dev/builtin#any |
| MatchExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#MatchExpression |
| MatchExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/fulltext.go#L27 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MatchExpression |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| FTSMode | https://pkg.go.dev/github.com/aita/sqlkit/sql#FTSMode |
| string | https://pkg.go.dev/builtin#string |
| Boolean | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/fulltext.go#L64 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MatchExpression.Boolean |
| MatchExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#MatchExpression |
| MatchExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#MatchExpression |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MatchExpression.Pos |
| int | https://pkg.go.dev/builtin#int |
| SQLExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/fulltext.go#L35 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MatchExpression.SQLExpression |
| MatchExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#MatchExpression |
| WithConfig | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/fulltext.go#L71 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MatchExpression.WithConfig |
| MatchExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#MatchExpression |
| string | https://pkg.go.dev/builtin#string |
| MatchExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#MatchExpression |
| MergeBuilder | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/merge.go#L123 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeBuilder |
| MergeInto | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/merge.go#L126 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeInto |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| MergeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeBuilder |
| As | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/merge.go#L134 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeBuilder.As |
| MergeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeBuilder |
| string | https://pkg.go.dev/builtin#string |
| MergeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeBuilder |
| On | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/merge.go#L147 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeBuilder.On |
| MergeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeBuilder |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| MergeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeBuilder |
| Returning | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/merge.go#L169 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeBuilder.Returning |
| MergeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeBuilder |
| Selection | https://pkg.go.dev/github.com/aita/sqlkit/sql#Selection |
| MergeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeBuilder |
| Stmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/merge.go#L131 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeBuilder.Stmt |
| MergeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeBuilder |
| MergeStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeStmt |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/merge.go#L175 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeBuilder.ToSQL |
| MergeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeBuilder |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| Using | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/merge.go#L141 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeBuilder.Using |
| MergeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeBuilder |
| Source | https://pkg.go.dev/github.com/aita/sqlkit/sql#Source |
| MergeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeBuilder |
| When | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/merge.go#L153 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeBuilder.When |
| MergeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeBuilder |
| MergeWhen | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeWhen |
| MergeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeBuilder |
| WithCTE | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/merge.go#L163 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeBuilder.WithCTE |
| MergeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeBuilder |
| CTE | https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE |
| MergeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeBuilder |
| MergeDialect | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L162 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeDialect |
| bool | https://pkg.go.dev/builtin#bool |
| MergeStmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/merge.go#L100 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeStmt |
| CTE | https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| Source | https://pkg.go.dev/github.com/aita/sqlkit/sql#Source |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| MergeWhenClause | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeWhenClause |
| Selection | https://pkg.go.dev/github.com/aita/sqlkit/sql#Selection |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeStmt.Pos |
| int | https://pkg.go.dev/builtin#int |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/merge.go#L112 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeStmt.ToSQL |
| MergeStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeStmt |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| MergeWhen | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/merge.go#L33 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeWhen |
| WhenMatched | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/merge.go#L45 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#WhenMatched |
| MergeWhen | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeWhen |
| WhenNotMatched | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/merge.go#L49 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#WhenNotMatched |
| MergeWhen | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeWhen |
| WhenNotMatchedBySource | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/merge.go#L54 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#WhenNotMatchedBySource |
| MergeWhen | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeWhen |
| And | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/merge.go#L58 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeWhen.And |
| MergeWhen | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeWhen |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| MergeWhen | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeWhen |
| ThenDelete | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/merge.go#L71 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeWhen.ThenDelete |
| MergeWhen | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeWhen |
| MergeWhen | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeWhen |
| ThenDoNothing | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/merge.go#L78 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeWhen.ThenDoNothing |
| MergeWhen | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeWhen |
| MergeWhen | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeWhen |
| ThenInsert | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/merge.go#L85 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeWhen.ThenInsert |
| MergeWhen | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeWhen |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| MergeWhen | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeWhen |
| ThenUpdate | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/merge.go#L64 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeWhen.ThenUpdate |
| MergeWhen | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeWhen |
| Assignment | https://pkg.go.dev/github.com/aita/sqlkit/sql#Assignment |
| MergeWhen | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeWhen |
| MergeWhenClause | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/inspect.go#L35 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeWhenClause |
| string | https://pkg.go.dev/builtin#string |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| string | https://pkg.go.dev/builtin#string |
| Assignment | https://pkg.go.dev/github.com/aita/sqlkit/sql#Assignment |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| bool | https://pkg.go.dev/builtin#bool |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MergeWhenClause.Pos |
| int | https://pkg.go.dev/builtin#int |
| MySQLDialect | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L688 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect |
| AutoIncrementColumn | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L733 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.AutoIncrementColumn |
| MySQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect |
| string | https://pkg.go.dev/builtin#string |
| int | https://pkg.go.dev/builtin#int |
| string | https://pkg.go.dev/builtin#string |
| bool | https://pkg.go.dev/builtin#bool |
| ColumnCommentStatement | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L755 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.ColumnCommentStatement |
| MySQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| ColumnType | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L724 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.ColumnType |
| MySQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect |
| string | https://pkg.go.dev/builtin#string |
| int | https://pkg.go.dev/builtin#int |
| string | https://pkg.go.dev/builtin#string |
| Concat | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L766 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.Concat |
| MySQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| DropForeignKey | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L757 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.DropForeignKey |
| MySQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| DropIndex | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L761 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.DropIndex |
| MySQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| Excluded | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L808 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.Excluded |
| MySQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| InlineColumnComment | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L740 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.InlineColumnComment |
| MySQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| InlineTableComment | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L747 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.InlineTableComment |
| MySQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| IsDistinctFrom | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L828 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.IsDistinctFrom |
| MySQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect |
| string | https://pkg.go.dev/builtin#string |
| bool | https://pkg.go.dev/builtin#bool |
| string | https://pkg.go.dev/builtin#string |
| JSONAccess | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L847 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.JSONAccess |
| MySQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| bool | https://pkg.go.dev/builtin#bool |
| string | https://pkg.go.dev/builtin#string |
| error | https://pkg.go.dev/builtin#error |
| JSONObject | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L837 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.JSONObject |
| MySQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| LockClause | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L815 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.LockClause |
| MySQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| error | https://pkg.go.dev/builtin#error |
| Match | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/fulltext.go#L118 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.Match |
| MySQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| bool | https://pkg.go.dev/builtin#bool |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| error | https://pkg.go.dev/builtin#error |
| MaxBindParams | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L712 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.MaxBindParams |
| MySQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect |
| int | https://pkg.go.dev/builtin#int |
| Name | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L691 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.Name |
| MySQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect |
| string | https://pkg.go.dev/builtin#string |
| Placeholder | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L705 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.Placeholder |
| MySQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect |
| int | https://pkg.go.dev/builtin#int |
| string | https://pkg.go.dev/builtin#string |
| QuoteIdent | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L693 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.QuoteIdent |
| MySQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| QuoteName | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L701 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.QuoteName |
| MySQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| Regexp | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L780 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.Regexp |
| MySQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect |
| string | https://pkg.go.dev/builtin#string |
| bool | https://pkg.go.dev/builtin#bool |
| string | https://pkg.go.dev/builtin#string |
| error | https://pkg.go.dev/builtin#error |
| StringAgg | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L772 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.StringAgg |
| MySQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| SupportsReturning | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L708 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.SupportsReturning |
| MySQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect |
| bool | https://pkg.go.dev/builtin#bool |
| TableCommentStatement | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L754 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.TableCommentStatement |
| MySQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| Upsert | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L794 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.Upsert |
| MySQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect |
| UpsertClause | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpsertClause |
| string | https://pkg.go.dev/builtin#string |
| error | https://pkg.go.dev/builtin#error |
| UsesInlineJoins | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L715 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.UsesInlineJoins |
| MySQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect |
| bool | https://pkg.go.dev/builtin#bool |
| UsesValuesUnion | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L719 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect.UsesValuesUnion |
| MySQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#MySQLDialect |
| bool | https://pkg.go.dev/builtin#bool |
| NamedWindow | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L750 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#NamedWindow |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| OrderTerm | https://pkg.go.dev/github.com/aita/sqlkit/sql#OrderTerm |
| string | https://pkg.go.dev/builtin#string |
| WindowDef | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L760 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#WindowDef |
| string | https://pkg.go.dev/builtin#string |
| NamedWindow | https://pkg.go.dev/github.com/aita/sqlkit/sql#NamedWindow |
| Frame | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L775 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#NamedWindow.Frame |
| NamedWindow | https://pkg.go.dev/github.com/aita/sqlkit/sql#NamedWindow |
| string | https://pkg.go.dev/builtin#string |
| NamedWindow | https://pkg.go.dev/github.com/aita/sqlkit/sql#NamedWindow |
| OrderBy | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L769 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#NamedWindow.OrderBy |
| NamedWindow | https://pkg.go.dev/github.com/aita/sqlkit/sql#NamedWindow |
| OrderTerm | https://pkg.go.dev/github.com/aita/sqlkit/sql#OrderTerm |
| NamedWindow | https://pkg.go.dev/github.com/aita/sqlkit/sql#NamedWindow |
| PartitionBy | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L763 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#NamedWindow.PartitionBy |
| NamedWindow | https://pkg.go.dev/github.com/aita/sqlkit/sql#NamedWindow |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| NamedWindow | https://pkg.go.dev/github.com/aita/sqlkit/sql#NamedWindow |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#NamedWindow.Pos |
| int | https://pkg.go.dev/builtin#int |
| Node | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L17 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Node |
| int | https://pkg.go.dev/builtin#int |
| NotExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L408 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#NotExpression |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Not | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L416 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Not |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| NotExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#NotExpression |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#NotExpression.Pos |
| int | https://pkg.go.dev/builtin#int |
| SQLExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L413 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#NotExpression.SQLExpression |
| NotExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#NotExpression |
| NullPredicate | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L589 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#NullPredicate |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| bool | https://pkg.go.dev/builtin#bool |
| IsNotNull | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L601 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#IsNotNull |
| any | https://pkg.go.dev/builtin#any |
| NullPredicate | https://pkg.go.dev/github.com/aita/sqlkit/sql#NullPredicate |
| IsNull | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L598 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#IsNull |
| any | https://pkg.go.dev/builtin#any |
| NullPredicate | https://pkg.go.dev/github.com/aita/sqlkit/sql#NullPredicate |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#NullPredicate.Pos |
| int | https://pkg.go.dev/builtin#int |
| SQLExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L595 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#NullPredicate.SQLExpression |
| NullPredicate | https://pkg.go.dev/github.com/aita/sqlkit/sql#NullPredicate |
| NullSafeEqualityDialect | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L308 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#NullSafeEqualityDialect |
| string | https://pkg.go.dev/builtin#string |
| bool | https://pkg.go.dev/builtin#bool |
| string | https://pkg.go.dev/builtin#string |
| NullsOrderingDialect | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L286 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#NullsOrderingDialect |
| bool | https://pkg.go.dev/builtin#bool |
| OrderTerm | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L620 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#OrderTerm |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| bool | https://pkg.go.dev/builtin#bool |
| string | https://pkg.go.dev/builtin#string |
| Asc | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L628 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Asc |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| OrderTerm | https://pkg.go.dev/github.com/aita/sqlkit/sql#OrderTerm |
| Desc | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L631 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Desc |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| OrderTerm | https://pkg.go.dev/github.com/aita/sqlkit/sql#OrderTerm |
| NullsFirst | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L635 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#OrderTerm.NullsFirst |
| OrderTerm | https://pkg.go.dev/github.com/aita/sqlkit/sql#OrderTerm |
| OrderTerm | https://pkg.go.dev/github.com/aita/sqlkit/sql#OrderTerm |
| NullsLast | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L638 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#OrderTerm.NullsLast |
| OrderTerm | https://pkg.go.dev/github.com/aita/sqlkit/sql#OrderTerm |
| OrderTerm | https://pkg.go.dev/github.com/aita/sqlkit/sql#OrderTerm |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#OrderTerm.Pos |
| int | https://pkg.go.dev/builtin#int |
| PositionExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L297 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#PositionExpression |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Position | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L308 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Position |
| any | https://pkg.go.dev/builtin#any |
| PositionExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#PositionExpression |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#PositionExpression.Pos |
| int | https://pkg.go.dev/builtin#int |
| SQLExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L303 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#PositionExpression.SQLExpression |
| PositionExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#PositionExpression |
| SQLSelection | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L304 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#PositionExpression.SQLSelection |
| PositionExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#PositionExpression |
| PostgreSQLDialect | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L403 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect |
| ArrayConstructor | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L614 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.ArrayConstructor |
| PostgreSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| AutoIncrementColumn | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L509 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.AutoIncrementColumn |
| PostgreSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect |
| string | https://pkg.go.dev/builtin#string |
| int | https://pkg.go.dev/builtin#int |
| string | https://pkg.go.dev/builtin#string |
| bool | https://pkg.go.dev/builtin#bool |
| ColumnCommentStatement | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L524 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.ColumnCommentStatement |
| PostgreSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| ColumnType | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L495 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.ColumnType |
| PostgreSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect |
| string | https://pkg.go.dev/builtin#string |
| int | https://pkg.go.dev/builtin#int |
| string | https://pkg.go.dev/builtin#string |
| DropForeignKey | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L531 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.DropForeignKey |
| PostgreSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| DropIndex | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L535 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.DropIndex |
| PostgreSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| ILike | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L540 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.ILike |
| PostgreSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| InlineColumnComment | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L514 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.InlineColumnComment |
| PostgreSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| InlineTableComment | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L515 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.InlineTableComment |
| PostgreSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| JSONAccess | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L620 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.JSONAccess |
| PostgreSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| bool | https://pkg.go.dev/builtin#bool |
| string | https://pkg.go.dev/builtin#string |
| error | https://pkg.go.dev/builtin#error |
| LockClause | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L609 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.LockClause |
| PostgreSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| error | https://pkg.go.dev/builtin#error |
| Match | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/fulltext.go#L95 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.Match |
| PostgreSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| bool | https://pkg.go.dev/builtin#bool |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| error | https://pkg.go.dev/builtin#error |
| MaxBindParams | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L432 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.MaxBindParams |
| PostgreSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect |
| int | https://pkg.go.dev/builtin#int |
| Name | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L406 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.Name |
| PostgreSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect |
| string | https://pkg.go.dev/builtin#string |
| Placeholder | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L420 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.Placeholder |
| PostgreSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect |
| int | https://pkg.go.dev/builtin#int |
| string | https://pkg.go.dev/builtin#string |
| QuoteIdent | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L408 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.QuoteIdent |
| PostgreSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| QuoteName | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L416 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.QuoteName |
| PostgreSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| Regexp | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L582 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.Regexp |
| PostgreSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect |
| string | https://pkg.go.dev/builtin#string |
| bool | https://pkg.go.dev/builtin#bool |
| string | https://pkg.go.dev/builtin#string |
| error | https://pkg.go.dev/builtin#error |
| SimilarTo | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L594 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.SimilarTo |
| PostgreSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect |
| string | https://pkg.go.dev/builtin#string |
| bool | https://pkg.go.dev/builtin#bool |
| string | https://pkg.go.dev/builtin#string |
| SupportsDistinctOn | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L599 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.SupportsDistinctOn |
| PostgreSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect |
| bool | https://pkg.go.dev/builtin#bool |
| SupportsGroupingSets | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L602 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.SupportsGroupingSets |
| PostgreSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect |
| bool | https://pkg.go.dev/builtin#bool |
| SupportsMerge | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L428 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.SupportsMerge |
| PostgreSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect |
| bool | https://pkg.go.dev/builtin#bool |
| SupportsNullsOrdering | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L605 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.SupportsNullsOrdering |
| PostgreSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect |
| bool | https://pkg.go.dev/builtin#bool |
| SupportsReturning | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L425 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.SupportsReturning |
| PostgreSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect |
| bool | https://pkg.go.dev/builtin#bool |
| TableCommentStatement | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L517 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.TableCommentStatement |
| PostgreSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| Upsert | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L545 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.Upsert |
| PostgreSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect |
| UpsertClause | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpsertClause |
| string | https://pkg.go.dev/builtin#string |
| error | https://pkg.go.dev/builtin#error |
| ValuesCastType | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L438 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect.ValuesCastType |
| PostgreSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#PostgreSQLDialect |
| any | https://pkg.go.dev/builtin#any |
| string | https://pkg.go.dev/builtin#string |
| bool | https://pkg.go.dev/builtin#bool |
| QuantifiedArrayExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L524 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#QuantifiedArrayExpression |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| AllArray | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L543 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AllArray |
| any | https://pkg.go.dev/builtin#any |
| string | https://pkg.go.dev/builtin#string |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| QuantifiedArrayExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#QuantifiedArrayExpression |
| AnyArray | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L537 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#AnyArray |
| any | https://pkg.go.dev/builtin#any |
| string | https://pkg.go.dev/builtin#string |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| QuantifiedArrayExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#QuantifiedArrayExpression |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#QuantifiedArrayExpression.Pos |
| int | https://pkg.go.dev/builtin#int |
| SQLExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L532 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#QuantifiedArrayExpression.SQLExpression |
| QuantifiedArrayExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#QuantifiedArrayExpression |
| QuantifiedExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L550 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#QuantifiedExpression |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| All | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L570 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#All |
| any | https://pkg.go.dev/builtin#any |
| string | https://pkg.go.dev/builtin#string |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| QuantifiedExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#QuantifiedExpression |
| Any | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L563 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Any |
| any | https://pkg.go.dev/builtin#any |
| string | https://pkg.go.dev/builtin#string |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| QuantifiedExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#QuantifiedExpression |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#QuantifiedExpression.Pos |
| int | https://pkg.go.dev/builtin#int |
| SQLExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L558 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#QuantifiedExpression.SQLExpression |
| QuantifiedExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#QuantifiedExpression |
| Query | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/select.go#L4 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| SetPos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L36 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SetPos |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| int | https://pkg.go.dev/builtin#int |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| Unwrap | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/union.go#L238 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Unwrap |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| Quoter | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L85 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Quoter |
| bool | https://pkg.go.dev/builtin#bool |
| RawExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L20 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RawExpression |
| string | https://pkg.go.dev/builtin#string |
| CurrentDate | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L263 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CurrentDate |
| RawExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#RawExpression |
| CurrentTime | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L267 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CurrentTime |
| RawExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#RawExpression |
| CurrentTimestamp | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L271 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#CurrentTimestamp |
| RawExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#RawExpression |
| Raw | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L30 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Raw |
| string | https://pkg.go.dev/builtin#string |
| RawExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#RawExpression |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L27 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RawExpression.Pos |
| RawExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#RawExpression |
| int | https://pkg.go.dev/builtin#int |
| SQLExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L22 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RawExpression.SQLExpression |
| RawExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#RawExpression |
| SQLSelection | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L23 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RawExpression.SQLSelection |
| RawExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#RawExpression |
| RawQuery | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/raw.go#L11 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RawQuery |
| RawSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/raw.go#L20 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RawSQL |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| RawQuery | https://pkg.go.dev/github.com/aita/sqlkit/sql#RawQuery |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RawQuery.Pos |
| int | https://pkg.go.dev/builtin#int |
| SQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/raw.go#L25 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RawQuery.SQL |
| RawQuery | https://pkg.go.dev/github.com/aita/sqlkit/sql#RawQuery |
| string | https://pkg.go.dev/builtin#string |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/raw.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RawQuery.ToSQL |
| RawQuery | https://pkg.go.dev/github.com/aita/sqlkit/sql#RawQuery |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| RawType | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L97 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RawType |
| string | https://pkg.go.dev/builtin#string |
| RenderType | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L100 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RawType.RenderType |
| RawType | https://pkg.go.dev/github.com/aita/sqlkit/sql#RawType |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| error | https://pkg.go.dev/builtin#error |
| RefreshMaterializedViewBuilder | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/matview.go#L210 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RefreshMaterializedViewBuilder |
| RefreshMaterializedView | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/matview.go#L213 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RefreshMaterializedView |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| RefreshMaterializedViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#RefreshMaterializedViewBuilder |
| Concurrently | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/matview.go#L221 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RefreshMaterializedViewBuilder.Concurrently |
| RefreshMaterializedViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#RefreshMaterializedViewBuilder |
| RefreshMaterializedViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#RefreshMaterializedViewBuilder |
| Stmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/matview.go#L218 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RefreshMaterializedViewBuilder.Stmt |
| RefreshMaterializedViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#RefreshMaterializedViewBuilder |
| RefreshMaterializedViewStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#RefreshMaterializedViewStmt |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/matview.go#L233 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RefreshMaterializedViewBuilder.ToSQL |
| RefreshMaterializedViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#RefreshMaterializedViewBuilder |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| WithNoData | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/matview.go#L227 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RefreshMaterializedViewBuilder.WithNoData |
| RefreshMaterializedViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#RefreshMaterializedViewBuilder |
| RefreshMaterializedViewBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#RefreshMaterializedViewBuilder |
| RefreshMaterializedViewStmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/matview.go#L166 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RefreshMaterializedViewStmt |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| bool | https://pkg.go.dev/builtin#bool |
| bool | https://pkg.go.dev/builtin#bool |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RefreshMaterializedViewStmt.Pos |
| int | https://pkg.go.dev/builtin#int |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/matview.go#L174 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RefreshMaterializedViewStmt.ToSQL |
| RefreshMaterializedViewStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#RefreshMaterializedViewStmt |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| RegexpExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L295 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RegexpExpression |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| bool | https://pkg.go.dev/builtin#bool |
| bool | https://pkg.go.dev/builtin#bool |
| IRegexp | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L319 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#IRegexp |
| any | https://pkg.go.dev/builtin#any |
| RegexpExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#RegexpExpression |
| NotIRegexp | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L326 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#NotIRegexp |
| any | https://pkg.go.dev/builtin#any |
| RegexpExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#RegexpExpression |
| NotRegexp | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L312 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#NotRegexp |
| any | https://pkg.go.dev/builtin#any |
| RegexpExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#RegexpExpression |
| Regexp | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L307 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Regexp |
| any | https://pkg.go.dev/builtin#any |
| RegexpExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#RegexpExpression |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RegexpExpression.Pos |
| int | https://pkg.go.dev/builtin#int |
| SQLExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L303 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RegexpExpression.SQLExpression |
| RegexpExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#RegexpExpression |
| RegexpMatcher | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L197 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RegexpMatcher |
| string | https://pkg.go.dev/builtin#string |
| bool | https://pkg.go.dev/builtin#bool |
| string | https://pkg.go.dev/builtin#string |
| error | https://pkg.go.dev/builtin#error |
| RenameColumnStmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/rename.go#L35 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RenameColumnStmt |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| RenameColumn | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/rename.go#L43 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RenameColumn |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| string | https://pkg.go.dev/builtin#string |
| RenameColumnStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#RenameColumnStmt |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RenameColumnStmt.Pos |
| int | https://pkg.go.dev/builtin#int |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/rename.go#L48 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RenameColumnStmt.ToSQL |
| RenameColumnStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#RenameColumnStmt |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| RenameTableStmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/rename.go#L7 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RenameTableStmt |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| RenameTable | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/rename.go#L14 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RenameTable |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| string | https://pkg.go.dev/builtin#string |
| RenameTableStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#RenameTableStmt |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RenameTableStmt.Pos |
| int | https://pkg.go.dev/builtin#int |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/rename.go#L19 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RenameTableStmt.ToSQL |
| RenameTableStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#RenameTableStmt |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| RevokeBuilder | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/grant.go#L106 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeBuilder |
| Revoke | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/grant.go#L110 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Revoke |
| string | https://pkg.go.dev/builtin#string |
| RevokeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeBuilder |
| Cascade | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/grant.go#L144 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeBuilder.Cascade |
| RevokeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeBuilder |
| RevokeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeBuilder |
| From | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/grant.go#L138 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeBuilder.From |
| RevokeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeBuilder |
| string | https://pkg.go.dev/builtin#string |
| RevokeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeBuilder |
| GrantOptionFor | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/grant.go#L119 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeBuilder.GrantOptionFor |
| RevokeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeBuilder |
| RevokeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeBuilder |
| On | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/grant.go#L125 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeBuilder.On |
| RevokeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeBuilder |
| string | https://pkg.go.dev/builtin#string |
| RevokeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeBuilder |
| OnType | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/grant.go#L131 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeBuilder.OnType |
| RevokeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeBuilder |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| RevokeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeBuilder |
| Restrict | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/grant.go#L150 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeBuilder.Restrict |
| RevokeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeBuilder |
| RevokeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeBuilder |
| Stmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/grant.go#L115 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeBuilder.Stmt |
| RevokeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeBuilder |
| RevokeStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeStmt |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/grant.go#L156 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeBuilder.ToSQL |
| RevokeBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeBuilder |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| RevokeStmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/grant.go#L83 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeStmt |
| bool | https://pkg.go.dev/builtin#bool |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| string | https://pkg.go.dev/builtin#string |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeStmt.Pos |
| int | https://pkg.go.dev/builtin#int |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/grant.go#L94 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeStmt.ToSQL |
| RevokeStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#RevokeStmt |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| RowExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L206 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RowExpression |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Row | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L215 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Row |
| any | https://pkg.go.dev/builtin#any |
| RowExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#RowExpression |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RowExpression.Pos |
| int | https://pkg.go.dev/builtin#int |
| SQLExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L211 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RowExpression.SQLExpression |
| RowExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#RowExpression |
| RowLocker | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L257 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RowLocker |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| error | https://pkg.go.dev/builtin#error |
| ScalarSubqueryExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L480 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ScalarSubqueryExpression |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| ScalarSubquery | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L491 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ScalarSubquery |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| ScalarSubqueryExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ScalarSubqueryExpression |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ScalarSubqueryExpression.Pos |
| int | https://pkg.go.dev/builtin#int |
| SQLExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L485 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ScalarSubqueryExpression.SQLExpression |
| ScalarSubqueryExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ScalarSubqueryExpression |
| SQLSelection | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L486 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ScalarSubqueryExpression.SQLSelection |
| ScalarSubqueryExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ScalarSubqueryExpression |
| SelectBuilder | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/select.go#L84 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| Select | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/select.go#L87 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Select |
| Selection | https://pkg.go.dev/github.com/aita/sqlkit/sql#Selection |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| As | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/subquery.go#L19 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.As |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| string | https://pkg.go.dev/builtin#string |
| DerivedTable | https://pkg.go.dev/github.com/aita/sqlkit/sql#DerivedTable |
| CTE | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/cte.go#L42 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.CTE |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| string | https://pkg.go.dev/builtin#string |
| CTEOption | https://pkg.go.dev/github.com/aita/sqlkit/sql#CTEOption |
| CTE | https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE |
| CrossJoin | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/select.go#L142 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.CrossJoin |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| Source | https://pkg.go.dev/github.com/aita/sqlkit/sql#Source |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| Distinct | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/select.go#L95 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.Distinct |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| DistinctOn | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/select.go#L105 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.DistinctOn |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| Except | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/union.go#L57 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.Except |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder |
| ExceptAll | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/union.go#L62 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.ExceptAll |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder |
| ForKeyShare | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/select.go#L259 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.ForKeyShare |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| LockOption | https://pkg.go.dev/github.com/aita/sqlkit/sql#LockOption |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| ForNoKeyUpdate | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/select.go#L253 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.ForNoKeyUpdate |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| LockOption | https://pkg.go.dev/github.com/aita/sqlkit/sql#LockOption |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| ForShare | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/select.go#L249 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.ForShare |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| LockOption | https://pkg.go.dev/github.com/aita/sqlkit/sql#LockOption |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| ForUpdate | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/select.go#L245 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.ForUpdate |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| LockOption | https://pkg.go.dev/github.com/aita/sqlkit/sql#LockOption |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| From | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/select.go#L111 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.From |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| Source | https://pkg.go.dev/github.com/aita/sqlkit/sql#Source |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| FullJoin | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/select.go#L135 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.FullJoin |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| Source | https://pkg.go.dev/github.com/aita/sqlkit/sql#Source |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| GroupBy | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/select.go#L184 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.GroupBy |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| Having | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/select.go#L190 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.Having |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| Intersect | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/union.go#L46 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.Intersect |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder |
| IntersectAll | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/union.go#L52 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.IntersectAll |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder |
| Join | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/select.go#L117 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.Join |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| Source | https://pkg.go.dev/github.com/aita/sqlkit/sql#Source |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| JoinUsing | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/select.go#L149 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.JoinUsing |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| Source | https://pkg.go.dev/github.com/aita/sqlkit/sql#Source |
| string | https://pkg.go.dev/builtin#string |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| LeftJoin | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/select.go#L123 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.LeftJoin |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| Source | https://pkg.go.dev/github.com/aita/sqlkit/sql#Source |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| LeftJoinUsing | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/select.go#L155 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.LeftJoinUsing |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| Source | https://pkg.go.dev/github.com/aita/sqlkit/sql#Source |
| string | https://pkg.go.dev/builtin#string |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| Limit | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/select.go#L210 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.Limit |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| int | https://pkg.go.dev/builtin#int |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| NaturalJoin | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/select.go#L162 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.NaturalJoin |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| Source | https://pkg.go.dev/github.com/aita/sqlkit/sql#Source |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| NaturalLeftJoin | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/select.go#L168 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.NaturalLeftJoin |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| Source | https://pkg.go.dev/github.com/aita/sqlkit/sql#Source |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| Offset | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/select.go#L217 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.Offset |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| int | https://pkg.go.dev/builtin#int |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| OrderBy | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/select.go#L204 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.OrderBy |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| OrderTerm | https://pkg.go.dev/github.com/aita/sqlkit/sql#OrderTerm |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| RightJoin | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/select.go#L129 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.RightJoin |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| Source | https://pkg.go.dev/github.com/aita/sqlkit/sql#Source |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| SQLSource | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/select.go#L274 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.SQLSource |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| SourceExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#SourceExpression |
| Stmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/select.go#L92 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.Stmt |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| SelectStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectStmt |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/select.go#L277 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.ToSQL |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| Union | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/union.go#L38 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.Union |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder |
| UnionAll | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/union.go#L41 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.UnionAll |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| CompoundBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#CompoundBuilder |
| Where | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/select.go#L174 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.Where |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| Window | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/select.go#L198 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.Window |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| NamedWindow | https://pkg.go.dev/github.com/aita/sqlkit/sql#NamedWindow |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| WithCTE | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/cte.go#L70 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder.WithCTE |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| CTE | https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| SelectStmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/select.go#L20 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectStmt |
| CTE | https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE |
| Source | https://pkg.go.dev/github.com/aita/sqlkit/sql#Source |
| Selection | https://pkg.go.dev/github.com/aita/sqlkit/sql#Selection |
| JoinClause | https://pkg.go.dev/github.com/aita/sqlkit/sql#JoinClause |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| OrderTerm | https://pkg.go.dev/github.com/aita/sqlkit/sql#OrderTerm |
| int | https://pkg.go.dev/builtin#int |
| bool | https://pkg.go.dev/builtin#bool |
| int | https://pkg.go.dev/builtin#int |
| bool | https://pkg.go.dev/builtin#bool |
| bool | https://pkg.go.dev/builtin#bool |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| NamedWindow | https://pkg.go.dev/github.com/aita/sqlkit/sql#NamedWindow |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectStmt.Pos |
| int | https://pkg.go.dev/builtin#int |
| SQLSource | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/select.go#L65 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectStmt.SQLSource |
| SelectStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectStmt |
| SourceExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#SourceExpression |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/select.go#L68 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectStmt.ToSQL |
| SelectStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectStmt |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| Selection | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L15 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Selection |
| SetStmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/admin.go#L118 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SetStmt |
| SetVar | https://pkg.go.dev/github.com/aita/sqlkit/sql#SetVar |
| SetVariables | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/admin.go#L124 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SetVariables |
| SetVar | https://pkg.go.dev/github.com/aita/sqlkit/sql#SetVar |
| SetStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#SetStmt |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SetStmt.Pos |
| int | https://pkg.go.dev/builtin#int |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/admin.go#L127 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SetStmt.ToSQL |
| SetStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#SetStmt |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| SetVar | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/admin.go#L107 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SetVar |
| string | https://pkg.go.dev/builtin#string |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| string | https://pkg.go.dev/builtin#string |
| bool | https://pkg.go.dev/builtin#bool |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SetVar.Pos |
| int | https://pkg.go.dev/builtin#int |
| SimilarToExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L339 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SimilarToExpression |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| bool | https://pkg.go.dev/builtin#bool |
| NotSimilarTo | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L355 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#NotSimilarTo |
| any | https://pkg.go.dev/builtin#any |
| SimilarToExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#SimilarToExpression |
| SimilarTo | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L350 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SimilarTo |
| any | https://pkg.go.dev/builtin#any |
| SimilarToExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#SimilarToExpression |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SimilarToExpression.Pos |
| int | https://pkg.go.dev/builtin#int |
| SQLExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L346 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SimilarToExpression.SQLExpression |
| SimilarToExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#SimilarToExpression |
| SimilarToMatcher | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L296 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SimilarToMatcher |
| string | https://pkg.go.dev/builtin#string |
| bool | https://pkg.go.dev/builtin#bool |
| string | https://pkg.go.dev/builtin#string |
| Source | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/source.go#L4 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Source |
| SourceExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#SourceExpression |
| SourceExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/source.go#L9 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SourceExpression |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| ValuesClause | https://pkg.go.dev/github.com/aita/sqlkit/sql#ValuesClause |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| bool | https://pkg.go.dev/builtin#bool |
| Alias | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/source.go#L65 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Alias |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| string | https://pkg.go.dev/builtin#string |
| SourceExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#SourceExpression |
| Lateral | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/source.go#L79 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Lateral |
| Source | https://pkg.go.dev/github.com/aita/sqlkit/sql#Source |
| SourceExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#SourceExpression |
| SourceAlias | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/source.go#L70 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SourceAlias |
| Source | https://pkg.go.dev/github.com/aita/sqlkit/sql#Source |
| string | https://pkg.go.dev/builtin#string |
| SourceExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#SourceExpression |
| Subquery | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/source.go#L89 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Subquery |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| string | https://pkg.go.dev/builtin#string |
| SourceExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#SourceExpression |
| ValuesSource | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/source.go#L34 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ValuesSource |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| SourceExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#SourceExpression |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SourceExpression.Pos |
| int | https://pkg.go.dev/builtin#int |
| SQLSource | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/source.go#L19 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SourceExpression.SQLSource |
| SourceExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#SourceExpression |
| SourceExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#SourceExpression |
| StandardSQLDialect | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L866 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect |
| AutoIncrementColumn | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L905 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.AutoIncrementColumn |
| StandardSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect |
| string | https://pkg.go.dev/builtin#string |
| int | https://pkg.go.dev/builtin#int |
| string | https://pkg.go.dev/builtin#string |
| bool | https://pkg.go.dev/builtin#bool |
| ColumnCommentStatement | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L914 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.ColumnCommentStatement |
| StandardSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| ColumnType | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L900 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.ColumnType |
| StandardSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect |
| string | https://pkg.go.dev/builtin#string |
| int | https://pkg.go.dev/builtin#int |
| string | https://pkg.go.dev/builtin#string |
| DropForeignKey | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L918 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.DropForeignKey |
| StandardSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| DropIndex | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L922 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.DropIndex |
| StandardSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| InlineColumnComment | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L911 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.InlineColumnComment |
| StandardSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| InlineTableComment | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L912 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.InlineTableComment |
| StandardSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| JSONAccess | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L927 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.JSONAccess |
| StandardSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| bool | https://pkg.go.dev/builtin#bool |
| string | https://pkg.go.dev/builtin#string |
| error | https://pkg.go.dev/builtin#error |
| Name | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L869 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.Name |
| StandardSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect |
| string | https://pkg.go.dev/builtin#string |
| Placeholder | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L883 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.Placeholder |
| StandardSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect |
| int | https://pkg.go.dev/builtin#int |
| string | https://pkg.go.dev/builtin#string |
| QuoteIdent | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L871 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.QuoteIdent |
| StandardSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| QuoteName | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L879 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.QuoteName |
| StandardSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| Regexp | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L941 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.Regexp |
| StandardSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect |
| string | https://pkg.go.dev/builtin#string |
| bool | https://pkg.go.dev/builtin#bool |
| string | https://pkg.go.dev/builtin#string |
| error | https://pkg.go.dev/builtin#error |
| RenderFunc | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L958 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.RenderFunc |
| StandardSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| bool | https://pkg.go.dev/builtin#bool |
| SimilarTo | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L953 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.SimilarTo |
| StandardSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect |
| string | https://pkg.go.dev/builtin#string |
| bool | https://pkg.go.dev/builtin#bool |
| string | https://pkg.go.dev/builtin#string |
| SupportsGroupingSets | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L895 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.SupportsGroupingSets |
| StandardSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect |
| bool | https://pkg.go.dev/builtin#bool |
| SupportsMerge | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L889 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.SupportsMerge |
| StandardSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect |
| bool | https://pkg.go.dev/builtin#bool |
| SupportsNullsOrdering | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L892 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.SupportsNullsOrdering |
| StandardSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect |
| bool | https://pkg.go.dev/builtin#bool |
| SupportsReturning | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L886 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.SupportsReturning |
| StandardSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect |
| bool | https://pkg.go.dev/builtin#bool |
| TableCommentStatement | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L913 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect.TableCommentStatement |
| StandardSQLDialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#StandardSQLDialect |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| StarSelection | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L52 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#StarSelection |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| Star | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L61 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Star |
| StarSelection | https://pkg.go.dev/github.com/aita/sqlkit/sql#StarSelection |
| StarOf | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L66 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#StarOf |
| string | https://pkg.go.dev/builtin#string |
| StarSelection | https://pkg.go.dev/github.com/aita/sqlkit/sql#StarSelection |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#StarSelection.Pos |
| int | https://pkg.go.dev/builtin#int |
| SQLSelection | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L57 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#StarSelection.SQLSelection |
| StarSelection | https://pkg.go.dev/github.com/aita/sqlkit/sql#StarSelection |
| Statement | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L21 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Statement |
| Query | https://pkg.go.dev/github.com/aita/sqlkit/sql#Query |
| Statements | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L27 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Statements |
| Statement | https://pkg.go.dev/github.com/aita/sqlkit/sql#Statement |
| Render | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L33 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Statements.Render |
| Statements | https://pkg.go.dev/github.com/aita/sqlkit/sql#Statements |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| error | https://pkg.go.dev/builtin#error |
| StringAggExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L137 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#StringAggExpression |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| string | https://pkg.go.dev/builtin#string |
| StringAgg | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L149 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#StringAgg |
| any | https://pkg.go.dev/builtin#any |
| string | https://pkg.go.dev/builtin#string |
| StringAggExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#StringAggExpression |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#StringAggExpression.Pos |
| int | https://pkg.go.dev/builtin#int |
| SQLExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L143 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#StringAggExpression.SQLExpression |
| StringAggExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#StringAggExpression |
| SQLSelection | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go#L144 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#StringAggExpression.SQLSelection |
| StringAggExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#StringAggExpression |
| StringAggregator | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L112 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#StringAggregator |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| SubscriptExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/indirection.go#L5 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SubscriptExpression |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| SubscriptIndex | https://pkg.go.dev/github.com/aita/sqlkit/sql#SubscriptIndex |
| Slice | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/indirection.go#L30 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Slice |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| SubscriptExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#SubscriptExpression |
| Subscript | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/indirection.go#L24 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Subscript |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| any | https://pkg.go.dev/builtin#any |
| SubscriptExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#SubscriptExpression |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SubscriptExpression.Pos |
| int | https://pkg.go.dev/builtin#int |
| SQLExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/indirection.go#L20 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SubscriptExpression.SQLExpression |
| SubscriptExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#SubscriptExpression |
| SQLSelection | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/indirection.go#L21 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SubscriptExpression.SQLSelection |
| SubscriptExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#SubscriptExpression |
| SubscriptIndex | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/indirection.go#L14 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#SubscriptIndex |
| bool | https://pkg.go.dev/builtin#bool |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Table | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/source.go#L39 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| Tbl | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/source.go#L62 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Tbl |
| string | https://pkg.go.dev/builtin#string |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table.Pos |
| int | https://pkg.go.dev/builtin#int |
| QualifiedName | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/source.go#L46 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table.QualifiedName |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| string | https://pkg.go.dev/builtin#string |
| SQLSource | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/source.go#L54 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table.SQLSource |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| SourceExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#SourceExpression |
| TableCheck | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L175 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#TableCheck |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#TableCheck.Pos |
| int | https://pkg.go.dev/builtin#int |
| TableDef | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/tabledef.go#L12 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#TableDef |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| ColumnRef | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/tabledef.go#L20 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#TableDef.ColumnRef |
| TableDef | https://pkg.go.dev/github.com/aita/sqlkit/sql#TableDef |
| string | https://pkg.go.dev/builtin#string |
| ColumnExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ColumnExpression |
| InsertRows | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/tabledef.go#L42 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#TableDef.InsertRows |
| TableDef | https://pkg.go.dev/github.com/aita/sqlkit/sql#TableDef |
| any | https://pkg.go.dev/builtin#any |
| InsertBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#InsertBuilder |
| error | https://pkg.go.dev/builtin#error |
| SelectRows | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/tabledef.go#L35 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#TableDef.SelectRows |
| TableDef | https://pkg.go.dev/github.com/aita/sqlkit/sql#TableDef |
| SelectBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#SelectBuilder |
| Selections | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/tabledef.go#L26 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#TableDef.Selections |
| TableDef | https://pkg.go.dev/github.com/aita/sqlkit/sql#TableDef |
| Selection | https://pkg.go.dev/github.com/aita/sqlkit/sql#Selection |
| TableIndex | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L314 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#TableIndex |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#TableIndex.Pos |
| int | https://pkg.go.dev/builtin#int |
| TableLock | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/admin.go#L47 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#TableLock |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| TableLockMode | https://pkg.go.dev/github.com/aita/sqlkit/sql#TableLockMode |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#TableLock.Pos |
| int | https://pkg.go.dev/builtin#int |
| TableLockMode | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/admin.go#L37 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#TableLockMode |
| string | https://pkg.go.dev/builtin#string |
| TableLockMode | https://pkg.go.dev/github.com/aita/sqlkit/sql#TableLockMode |
| TableLockMode | https://pkg.go.dev/github.com/aita/sqlkit/sql#TableLockMode |
| TableUnique | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L168 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#TableUnique |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#TableUnique.Pos |
| int | https://pkg.go.dev/builtin#int |
| TransactionStmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/transaction.go#L9 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#TransactionStmt |
| string | https://pkg.go.dev/builtin#string |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| Begin | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/transaction.go#L16 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Begin |
| TransactionStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#TransactionStmt |
| Commit | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/transaction.go#L19 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Commit |
| TransactionStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#TransactionStmt |
| ReleaseSavepoint | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/transaction.go#L30 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ReleaseSavepoint |
| string | https://pkg.go.dev/builtin#string |
| TransactionStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#TransactionStmt |
| Rollback | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/transaction.go#L22 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Rollback |
| TransactionStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#TransactionStmt |
| RollbackTo | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/transaction.go#L35 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#RollbackTo |
| string | https://pkg.go.dev/builtin#string |
| TransactionStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#TransactionStmt |
| Savepoint | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/transaction.go#L25 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Savepoint |
| string | https://pkg.go.dev/builtin#string |
| TransactionStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#TransactionStmt |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#TransactionStmt.Pos |
| int | https://pkg.go.dev/builtin#int |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/transaction.go#L40 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#TransactionStmt.ToSQL |
| TransactionStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#TransactionStmt |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| TruncateBuilder | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L668 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#TruncateBuilder |
| Truncate | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L672 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Truncate |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| TruncateBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#TruncateBuilder |
| Cascade | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L688 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#TruncateBuilder.Cascade |
| TruncateBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#TruncateBuilder |
| TruncateBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#TruncateBuilder |
| RestartIdentity | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L681 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#TruncateBuilder.RestartIdentity |
| TruncateBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#TruncateBuilder |
| TruncateBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#TruncateBuilder |
| Stmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L677 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#TruncateBuilder.Stmt |
| TruncateBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#TruncateBuilder |
| TruncateStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#TruncateStmt |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L694 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#TruncateBuilder.ToSQL |
| TruncateBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#TruncateBuilder |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| TruncateStmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L648 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#TruncateStmt |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| bool | https://pkg.go.dev/builtin#bool |
| bool | https://pkg.go.dev/builtin#bool |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#TruncateStmt.Pos |
| int | https://pkg.go.dev/builtin#int |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go#L656 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#TruncateStmt.ToSQL |
| TruncateStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#TruncateStmt |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| UnaryExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L179 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#UnaryExpression |
| string | https://pkg.go.dev/builtin#string |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Neg | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L196 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Neg |
| any | https://pkg.go.dev/builtin#any |
| UnaryExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#UnaryExpression |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L200 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Pos |
| any | https://pkg.go.dev/builtin#any |
| UnaryExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#UnaryExpression |
| Unary | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L190 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Unary |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| UnaryExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#UnaryExpression |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#UnaryExpression.Pos |
| int | https://pkg.go.dev/builtin#int |
| SQLExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L185 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#UnaryExpression.SQLExpression |
| UnaryExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#UnaryExpression |
| SQLSelection | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L186 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#UnaryExpression.SQLSelection |
| UnaryExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#UnaryExpression |
| UnlockTablesStmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/admin.go#L90 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#UnlockTablesStmt |
| UnlockTables | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/admin.go#L93 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#UnlockTables |
| UnlockTablesStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#UnlockTablesStmt |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#UnlockTablesStmt.Pos |
| int | https://pkg.go.dev/builtin#int |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/admin.go#L96 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#UnlockTablesStmt.ToSQL |
| UnlockTablesStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#UnlockTablesStmt |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| UpdateBuilder | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L223 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder |
| Update | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L226 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Update |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| UpdateBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder |
| From | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L241 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder.From |
| UpdateBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder |
| Source | https://pkg.go.dev/github.com/aita/sqlkit/sql#Source |
| UpdateBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder |
| Join | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L247 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder.Join |
| UpdateBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder |
| Source | https://pkg.go.dev/github.com/aita/sqlkit/sql#Source |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| UpdateBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder |
| LeftJoin | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L253 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder.LeftJoin |
| UpdateBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder |
| Source | https://pkg.go.dev/github.com/aita/sqlkit/sql#Source |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| UpdateBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder |
| Limit | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L277 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder.Limit |
| UpdateBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder |
| int | https://pkg.go.dev/builtin#int |
| UpdateBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder |
| OrderBy | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L270 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder.OrderBy |
| UpdateBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder |
| OrderTerm | https://pkg.go.dev/github.com/aita/sqlkit/sql#OrderTerm |
| UpdateBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder |
| Returning | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L289 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder.Returning |
| UpdateBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder |
| Selection | https://pkg.go.dev/github.com/aita/sqlkit/sql#Selection |
| UpdateBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder |
| Set | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L234 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder.Set |
| UpdateBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder |
| Assignment | https://pkg.go.dev/github.com/aita/sqlkit/sql#Assignment |
| UpdateBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder |
| Stmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L231 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder.Stmt |
| UpdateBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder |
| UpdateStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateStmt |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L295 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder.ToSQL |
| UpdateBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| Where | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L259 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder.Where |
| UpdateBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| UpdateBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder |
| WithCTE | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L283 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder.WithCTE |
| UpdateBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder |
| CTE | https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE |
| UpdateBuilder | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateBuilder |
| UpdateStmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L197 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateStmt |
| CTE | https://pkg.go.dev/github.com/aita/sqlkit/sql#CTE |
| Table | https://pkg.go.dev/github.com/aita/sqlkit/sql#Table |
| Assignment | https://pkg.go.dev/github.com/aita/sqlkit/sql#Assignment |
| Source | https://pkg.go.dev/github.com/aita/sqlkit/sql#Source |
| JoinClause | https://pkg.go.dev/github.com/aita/sqlkit/sql#JoinClause |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| OrderTerm | https://pkg.go.dev/github.com/aita/sqlkit/sql#OrderTerm |
| int | https://pkg.go.dev/builtin#int |
| bool | https://pkg.go.dev/builtin#bool |
| Selection | https://pkg.go.dev/github.com/aita/sqlkit/sql#Selection |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateStmt.Pos |
| int | https://pkg.go.dev/builtin#int |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go#L212 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateStmt.ToSQL |
| UpdateStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpdateStmt |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| UpsertClause | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L132 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpsertClause |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| bool | https://pkg.go.dev/builtin#bool |
| string | https://pkg.go.dev/builtin#string |
| string | https://pkg.go.dev/builtin#string |
| UpsertRenderer | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L145 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpsertRenderer |
| UpsertClause | https://pkg.go.dev/github.com/aita/sqlkit/sql#UpsertClause |
| string | https://pkg.go.dev/builtin#string |
| error | https://pkg.go.dev/builtin#error |
| UseStmt | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/admin.go#L16 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#UseStmt |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| Use | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/admin.go#L22 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Use |
| string | https://pkg.go.dev/builtin#string |
| UseStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#UseStmt |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#UseStmt.Pos |
| int | https://pkg.go.dev/builtin#int |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/admin.go#L25 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#UseStmt.ToSQL |
| UseStmt | https://pkg.go.dev/github.com/aita/sqlkit/sql#UseStmt |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| ValueExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L73 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ValueExpression |
| any | https://pkg.go.dev/builtin#any |
| bool | https://pkg.go.dev/builtin#bool |
| Int | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L118 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Int |
| int | https://pkg.go.dev/builtin#int |
| ValueExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ValueExpression |
| Val | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L92 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Val |
| any | https://pkg.go.dev/builtin#any |
| ValueExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ValueExpression |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ValueExpression.Pos |
| int | https://pkg.go.dev/builtin#int |
| Quote | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L112 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ValueExpression.Quote |
| ValueExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ValueExpression |
| ValueExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ValueExpression |
| SQLExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L79 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ValueExpression.SQLExpression |
| ValueExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#ValueExpression |
| ValuesCaster | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go#L234 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ValuesCaster |
| any | https://pkg.go.dev/builtin#any |
| string | https://pkg.go.dev/builtin#string |
| bool | https://pkg.go.dev/builtin#bool |
| ValuesClause | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/source.go#L23 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ValuesClause |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ValuesClause.Pos |
| int | https://pkg.go.dev/builtin#int |
| ValuesQuery | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/values.go#L17 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ValuesQuery |
| Values | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/values.go#L24 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Values |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| ValuesQuery | https://pkg.go.dev/github.com/aita/sqlkit/sql#ValuesQuery |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ValuesQuery.Pos |
| int | https://pkg.go.dev/builtin#int |
| Row | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/values.go#L27 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ValuesQuery.Row |
| ValuesQuery | https://pkg.go.dev/github.com/aita/sqlkit/sql#ValuesQuery |
| any | https://pkg.go.dev/builtin#any |
| ValuesQuery | https://pkg.go.dev/github.com/aita/sqlkit/sql#ValuesQuery |
| SQLSource | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/values.go#L38 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ValuesQuery.SQLSource |
| ValuesQuery | https://pkg.go.dev/github.com/aita/sqlkit/sql#ValuesQuery |
| SourceExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#SourceExpression |
| ToSQL | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/values.go#L41 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#ValuesQuery.ToSQL |
| ValuesQuery | https://pkg.go.dev/github.com/aita/sqlkit/sql#ValuesQuery |
| Dialect | https://pkg.go.dev/github.com/aita/sqlkit/sql#Dialect |
| string | https://pkg.go.dev/builtin#string |
| any | https://pkg.go.dev/builtin#any |
| error | https://pkg.go.dev/builtin#error |
| Visitor | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/walk.go#L20 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Visitor |
| Node | https://pkg.go.dev/github.com/aita/sqlkit/sql#Node |
| Visitor | https://pkg.go.dev/github.com/aita/sqlkit/sql#Visitor |
| WhenClause | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L671 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#WhenClause |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#WhenClause.Pos |
| int | https://pkg.go.dev/builtin#int |
| WindowExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L724 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#WindowExpression |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| Ident | https://pkg.go.dev/github.com/aita/sqlkit/sql#Ident |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| OrderTerm | https://pkg.go.dev/github.com/aita/sqlkit/sql#OrderTerm |
| string | https://pkg.go.dev/builtin#string |
| Over | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L737 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#Over |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| WindowExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#WindowExpression |
| Frame | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L793 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#WindowExpression.Frame |
| WindowExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#WindowExpression |
| string | https://pkg.go.dev/builtin#string |
| WindowExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#WindowExpression |
| Named | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L742 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#WindowExpression.Named |
| WindowExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#WindowExpression |
| string | https://pkg.go.dev/builtin#string |
| WindowExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#WindowExpression |
| OrderBy | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L787 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#WindowExpression.OrderBy |
| WindowExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#WindowExpression |
| OrderTerm | https://pkg.go.dev/github.com/aita/sqlkit/sql#OrderTerm |
| WindowExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#WindowExpression |
| PartitionBy | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L781 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#WindowExpression.PartitionBy |
| WindowExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#WindowExpression |
| Expression | https://pkg.go.dev/github.com/aita/sqlkit/sql#Expression |
| WindowExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#WindowExpression |
| Pos | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go#L28 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#WindowExpression.Pos |
| int | https://pkg.go.dev/builtin#int |
| SQLExpression | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L733 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#WindowExpression.SQLExpression |
| WindowExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#WindowExpression |
| SQLSelection | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go#L734 |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#WindowExpression.SQLSelection |
| WindowExpression | https://pkg.go.dev/github.com/aita/sqlkit/sql#WindowExpression |
| ¶ | https://pkg.go.dev/github.com/aita/sqlkit/sql#section-sourcefiles |
| View all Source files | https://github.com/aita/sqlkit/tree/04972d04f24f/sql |
| admin.go | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/admin.go |
| compiler.go | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/compiler.go |
| cte.go | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/cte.go |
| ddl.go | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl.go |
| ddl_compile.go | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ddl_compile.go |
| dialect.go | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/dialect.go |
| enum.go | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/enum.go |
| expression.go | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/expression.go |
| extension.go | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/extension.go |
| fulltext.go | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/fulltext.go |
| func.go | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/func.go |
| function.go | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/function.go |
| grant.go | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/grant.go |
| grouping.go | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/grouping.go |
| ident.go | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/ident.go |
| indirection.go | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/indirection.go |
| inline.go | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/inline.go |
| insert.go | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/insert.go |
| inspect.go | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/inspect.go |
| matview.go | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/matview.go |
| merge.go | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/merge.go |
| pos.go | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/pos.go |
| raw.go | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/raw.go |
| rename.go | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/rename.go |
| select.go | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/select.go |
| sequence.go | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/sequence.go |
| source.go | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/source.go |
| subquery.go | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/subquery.go |
| tabledef.go | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/tabledef.go |
| transaction.go | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/transaction.go |
| union.go | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/union.go |
| values.go | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/values.go |
| walk.go | https://github.com/aita/sqlkit/blob/04972d04f24f/sql/walk.go |
|
Why Go
| https://go.dev/solutions |
|
Use Cases
| https://go.dev/solutions#use-cases |
|
Case Studies
| https://go.dev/solutions#case-studies |
|
Get Started
| https://learn.go.dev/ |
|
Playground
| https://play.golang.org |
|
Tour
| https://tour.golang.org |
|
Stack Overflow
| https://stackoverflow.com/questions/tagged/go?tab=Newest |
|
Help
| https://go.dev/help |
|
Packages
| https://pkg.go.dev |
|
Standard Library
| https://pkg.go.dev/std |
|
Sub-repositories
| https://pkg.go.dev/golang.org/x |
|
About Go Packages
| https://pkg.go.dev/about |
|
pkg.go.dev API
| https://pkg.go.dev/api |
|
About
| https://go.dev/project |
| Download | https://go.dev/dl/ |
| Blog | https://go.dev/blog |
|
Issue Tracker
| https://github.com/golang/go/issues |
|
Release Notes
| https://go.dev/doc/devel/release.html |
|
Brand Guidelines
| https://go.dev/brand |
|
Code of Conduct
| https://go.dev/conduct |
|
Connect
| https://www.twitter.com/golang |
|
Twitter
| https://www.twitter.com/golang |
| GitHub | https://github.com/golang |
|
Slack
| https://invite.slack.golangbridge.org/ |
|
r/golang
| https://reddit.com/r/golang |
|
Meetup
| https://www.meetup.com/pro/go |
|
Golang Weekly
| https://golangweekly.com/ |
| Copyright | https://go.dev/copyright |
| Terms of Service | https://go.dev/tos |
|
Privacy Policy
| http://www.google.com/intl/en/policies/privacy/ |
|
Report an Issue
| https://go.dev/s/pkgsite-feedback |
|
| https://google.com |
| Learn more. | https://policies.google.com/technologies/cookies |