Documentation ¶
Index ¶
- Constants
- func Connect(ctx context.Context, args ...object.Object) object.Object
- func Module() *object.Module
- type PgxConn
- func (c *PgxConn) Close() error
- func (c *PgxConn) Cost() int
- func (c *PgxConn) Equals(other object.Object) object.Object
- func (c *PgxConn) Exec(ctx context.Context, args ...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) MarshalJSON() ([]byte, error)
- func (c *PgxConn) Query(ctx context.Context, args ...object.Object) object.Object
- func (c *PgxConn) RunOperation(opType op.BinaryOpType, right object.Object) object.Object
- func (c *PgxConn) SetAttr(name string, value object.Object) error
- func (c *PgxConn) Type() object.Type
- func (c *PgxConn) Value() *pgx.Conn
Constants ¶
View Source
const PGX_CONN = object.Type("pgx.conn")
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PgxConn ¶
type PgxConn struct {
// contains filtered or unexported fields
}
func (*PgxConn) MarshalJSON ¶
func (*PgxConn) RunOperation ¶
Click to show internal directories.
Click to hide internal directories.