Documentation
¶
Index ¶
- Constants
- type AndExpr
- type BindParam
- type CmpExpr
- type Column
- type ColumnList
- type Condition
- type Copy
- type CreateDatabase
- type CreateIndex
- type CreateTable
- type DataType
- type Delete
- type DropDatabase
- type DropTable
- type Expr
- type Insert
- type OID
- type OrExpr
- type Parser
- type Schema
- type Select
- type Statement
- type Table
- type Update
Constants ¶
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BindParam ¶
Aliases for types defined in github.com/cybergarage/go-postgresql/postgresql/query.
type ColumnList ¶ added in v0.9.1
type ColumnList = query.ColumnList
type CreateDatabase ¶
type CreateDatabase = query.CreateDatabase
type CreateIndex ¶
type CreateIndex = query.CreateIndex
type CreateTable ¶
type CreateTable = query.CreateTable
type DropDatabase ¶
type DropDatabase = query.DropDatabase
type Insert ¶
func NewInsertWith ¶ added in v0.9.1
func NewInsertWith(tbl *Table, columns ColumnList) *Insert
NewInsertWith returns a new insert statement instance with the specified parameters.
type Statement ¶
Statement represents a statement instance.
func NewStatement ¶
NewStatement returns a new statement.
Click to show internal directories.
Click to hide internal directories.