type contrib.go.opencensus.io/integrations/ocsql.ocConn
14 uses
contrib.go.opencensus.io/integrations/ocsql (current package)
driver.go#L35: _ conn = &ocConn{}
driver.go#L120: type ocConn struct {
driver.go#L125: func (c ocConn) Ping(ctx context.Context) (err error) {
driver.go#L153: func (c ocConn) Exec(query string, args []driver.Value) (res driver.Result, err error) {
driver.go#L194: func (c ocConn) ExecContext(ctx context.Context, query string, args []driver.NamedValue) (res driver.Result, err error) {
driver.go#L233: func (c ocConn) Query(query string, args []driver.Value) (rows driver.Rows, err error) {
driver.go#L275: func (c ocConn) QueryContext(ctx context.Context, query string, args []driver.NamedValue) (rows driver.Rows, err error) {
driver.go#L315: func (c ocConn) Prepare(query string) (stmt driver.Stmt, err error) {
driver.go#L343: func (c *ocConn) Close() error {
driver.go#L347: func (c *ocConn) Begin() (driver.Tx, error) {
driver.go#L351: func (c *ocConn) PrepareContext(ctx context.Context, query string) (stmt driver.Stmt, err error) {
driver.go#L384: func (c *ocConn) BeginTx(ctx context.Context, opts driver.TxOptions) (tx driver.Tx, err error) {
driver_go1.10.go#L53: c := &ocConn{parent: parent, options: options}
driver_go1.10.go#L202: return &ocConn{parent: c, options: d.options}, nil
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |