Documentation ¶
Index ¶
- type PgEngine
- func (pe *PgEngine) Delete() error
- func (pe *PgEngine) Execute(tree *pgquery.ParseResult) error
- func (pe *PgEngine) ExecuteCreate(stmt *pgquery.CreateStmt) error
- func (pe *PgEngine) ExecuteInsert(stmt *pgquery.InsertStmt) error
- func (pe *PgEngine) ExecuteSelect(stmt *pgquery.SelectStmt) (*PgResult, error)
- type PgResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PgEngine ¶
type PgEngine struct {
// contains filtered or unexported fields
}
func NewPgEngine ¶
func (*PgEngine) ExecuteCreate ¶
func (pe *PgEngine) ExecuteCreate(stmt *pgquery.CreateStmt) error
func (*PgEngine) ExecuteInsert ¶
func (pe *PgEngine) ExecuteInsert(stmt *pgquery.InsertStmt) error
func (*PgEngine) ExecuteSelect ¶
func (pe *PgEngine) ExecuteSelect(stmt *pgquery.SelectStmt) (*PgResult, error)
Click to show internal directories.
Click to hide internal directories.