SingleStoreDB
1.7.2
Contents:
Installation
What’s New
Getting Started
API Reference
Connections
singlestoredb.connect
singlestoredb.create_engine
Connection
Cursor
Cursor
Cursor.callproc
Cursor.close
Cursor.execute
Cursor.executemany
Cursor.fetchone
Cursor.fetchmany
Cursor.fetchall
Cursor.nextset
Cursor.setinputsizes
Cursor.setoutputsize
Cursor.scroll
Cursor.next
Cursor.is_connected
Utilities
Management API
Notebook Tools
Configuration
License
SingleStoreDB
API Reference
singlestoredb.connection.Cursor.setoutputsize
View page source
singlestoredb.connection.Cursor.setoutputsize
¶
abstract
Cursor.
setoutputsize
(
size
:
int
,
column
:
str
|
None
=
None
)
→
None
¶
Set a column buffer size for fetches of large columns.