Class Connection (1.21.0)

Connection(client)

DB-API Connection to Google BigQuery.

Parameter

NameDescription
client google.cloud.bigquery.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
google.cloud.bigquery.dbapi.CursorA DB-API cursor that uses this connection.