mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-25 04:16:44 +08:00
Update hdbcli to 2.16 and mark as completed (#10101)
This commit is contained in:
@@ -95,6 +95,7 @@ class Cursor:
|
||||
def setpacketsize(self, value: int) -> None: ...
|
||||
def set_resultset_holdability(self, holdability: int) -> None: ...
|
||||
def setoutputsize(self, *args: Any, **kwargs: Any) -> None: ...
|
||||
def setcommandinfo(self, command_info: str, line_number: int) -> None: ...
|
||||
|
||||
class Warning(Exception):
|
||||
errorcode: int
|
||||
|
||||
Reference in New Issue
Block a user