Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for PingContext (0.38 sec)

  1. api/go1.9.txt

    pkg database/sql, method (*Conn) Close() error
    pkg database/sql, method (*Conn) ExecContext(context.Context, string, ...interface{}) (Result, error)
    pkg database/sql, method (*Conn) PingContext(context.Context) error
    pkg database/sql, method (*Conn) PrepareContext(context.Context, string) (*Stmt, error)
    pkg database/sql, method (*Conn) QueryContext(context.Context, string, ...interface{}) (*Rows, error)
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Oct 04 20:20:20 GMT 2021
    - 10.7K bytes
    - Viewed (0)
  2. api/go1.8.txt

    pkg database/sql, method (*DB) BeginTx(context.Context, *TxOptions) (*Tx, error)
    pkg database/sql, method (*DB) ExecContext(context.Context, string, ...interface{}) (Result, error)
    pkg database/sql, method (*DB) PingContext(context.Context) error
    pkg database/sql, method (*DB) PrepareContext(context.Context, string) (*Stmt, error)
    pkg database/sql, method (*DB) QueryContext(context.Context, string, ...interface{}) (*Rows, error)
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Dec 21 05:25:57 GMT 2016
    - 16.3K bytes
    - Viewed (0)
Back to top