Class Connection (1.17.0)

Connection(client)

DB-API Connection to Google BigQuery.

Parameter

NameDescription
client Client

A client used to connect to BigQuery.

Inheritance

builtins.object > Connection

Methods

close

close()

No-op.

commit

commit()

No-op.

cursor

cursor()

Return a new cursor object.

Returns
TypeDescription
CursorA DB-API cursor that uses this connection.