Documentation
¶
Index ¶
- Constants
- func Connect(ctx context.Context, args ...object.Object) object.Object
- func Module(parentScope *scope.Scope) (*object.Module, error)
- type PgxConn
- func (c *PgxConn) Close(ctx context.Context, args ...object.Object) object.Object
- func (c *PgxConn) Equals(other object.Object) object.Object
- func (c *PgxConn) GetAttr(name string) (object.Object, bool)
- func (c *PgxConn) Inspect() string
- func (c *PgxConn) Interface() interface{}
- func (c *PgxConn) IsTruthy() bool
- func (c *PgxConn) Query(ctx context.Context, args ...object.Object) object.Object
- func (c *PgxConn) Type() object.Type
- func (c *PgxConn) Value() *pgx.Conn
Constants ¶
View Source
const Name = "pgx"
Name of this module
View Source
const PGX_CONN = object.Type("pgx_conn")
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.