k-ctds
Table of Contents
Getting Started
Basic Example
Executing SQL
Calling Stored Procedures
Reading Results
Transactions
Bulk Insert
Connection Pooling
TLS/SSL Encryption
Frequently Asked Questions
API Reference
Change Log
k-ctds
Index
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
_
__enter__() (k_ctds.Connection method)
(k_ctds.Cursor method)
__exit__() (k_ctds.Connection method)
(k_ctds.Cursor method)
__getitem__() (k_ctds.RowList method)
__iter__() (k_ctds.Cursor method)
__len__() (k_ctds.RowList method)
__next__() (k_ctds.Cursor method)
__repr__() (k_ctds.Connection method)
(k_ctds.Cursor method)
A
acquire() (k_ctds.pool.ConnectionPool method)
apilevel (in module k_ctds)
arraysize (k_ctds.Cursor attribute)
autocommit (k_ctds.Connection attribute)
B
Binary() (in module k_ctds)
bulk_insert() (k_ctds.Connection method)
C
callproc() (k_ctds.Cursor method)
close() (k_ctds.Connection method)
(k_ctds.Cursor method)
commit() (k_ctds.Connection method)
connect() (in module k_ctds)
Connection (class in k_ctds)
connection (k_ctds.Cursor attribute)
connection() (k_ctds.pool.ConnectionPool method)
ConnectionPool (class in k_ctds.pool)
Cursor (class in k_ctds)
cursor() (k_ctds.Connection method)
D
database (k_ctds.Connection attribute)
DatabaseError
DataError
Date() (in module k_ctds)
DateFromTicks() (in module k_ctds)
db_error (k_ctds.DatabaseError attribute)
description (k_ctds.Cursor attribute)
(k_ctds.RowList attribute)
E
Error
execute() (k_ctds.Cursor method)
executemany() (k_ctds.Cursor method)
F
fetchall() (k_ctds.Cursor method)
fetchmany() (k_ctds.Cursor method)
fetchone() (k_ctds.Cursor method)
finalize() (k_ctds.pool.ConnectionPool method)
freetds_version (in module k_ctds)
I
IntegrityError
InterfaceError
InternalError
K
k_ctds
module
k_ctds.pool
module
L
last_message (k_ctds.DatabaseError attribute)
M
messages (k_ctds.Connection attribute)
module
k_ctds
k_ctds.pool
N
next() (k_ctds.Cursor method)
nextset() (k_ctds.Cursor method)
NotSupportedError
O
OperationalError
os_error (k_ctds.DatabaseError attribute)
P
Parameter (class in k_ctds)
(k_ctds.Cursor attribute)
paramstyle (in module k_ctds)
ProgrammingError
Python Enhancement Proposals
PEP 0249
PEP 0249#apilevel
PEP 0249#arraysize
PEP 0249#binary
PEP 0249#callproc
,
[1]
,
[2]
PEP 0249#commit
PEP 0249#connect
,
[1]
PEP 0249#connection-messages
PEP 0249#connection-objects
PEP 0249#Connection.close
PEP 0249#cursor
PEP 0249#cursor-objects
PEP 0249#Cursor.close
PEP 0249#databaseerror
PEP 0249#dataerror
PEP 0249#date
PEP 0249#datefromticks
PEP 0249#description
,
[1]
PEP 0249#error
PEP 0249#execute
PEP 0249#executemany
PEP 0249#fetchall
PEP 0249#fetchmany
PEP 0249#fetchone
PEP 0249#id28
PEP 0249#integrityerror
PEP 0249#interfaceerror
PEP 0249#internalerror
PEP 0249#next
PEP 0249#nextset
PEP 0249#notsupportederror
PEP 0249#operationalerror
PEP 0249#paramstyle
,
[1]
PEP 0249#programmingerror
PEP 0249#rollback
PEP 0249#rowcount
PEP 0249#rownumber
PEP 0249#setinputsizes
PEP 0249#setoutputsize
PEP 0249#threadsafety
PEP 0249#time
PEP 0249#timefromticks
PEP 0249#timestamp
PEP 0249#timestampfromticks
PEP 0249#warning
R
release() (k_ctds.pool.ConnectionPool method)
rollback() (k_ctds.Connection method)
rowcount (k_ctds.Cursor attribute)
RowList (class in k_ctds)
rownumber (k_ctds.Cursor attribute)
S
setinputsizes() (k_ctds.Cursor method)
setoutputsize() (k_ctds.Cursor method)
size (k_ctds.SqlBigInt attribute)
(k_ctds.SqlBinary attribute)
(k_ctds.SqlChar attribute)
(k_ctds.SqlDate attribute)
(k_ctds.SqlDecimal attribute)
(k_ctds.SqlInt attribute)
(k_ctds.SqlNVarChar attribute)
(k_ctds.SqlSmallInt attribute)
(k_ctds.SqlTinyInt attribute)
(k_ctds.SqlVarBinary attribute)
(k_ctds.SqlVarChar attribute)
spid (k_ctds.Connection attribute)
(k_ctds.Cursor attribute)
SqlBigInt (class in k_ctds)
SqlBinary (class in k_ctds)
SqlChar (class in k_ctds)
SqlDate (class in k_ctds)
SqlDecimal (class in k_ctds)
SqlInt (class in k_ctds)
SqlNVarChar (class in k_ctds)
SqlSmallInt (class in k_ctds)
SqlTinyInt (class in k_ctds)
SqlVarBinary (class in k_ctds)
SqlVarChar (class in k_ctds)
T
tds_version (k_ctds.Connection attribute)
tdstype (k_ctds.SqlBigInt attribute)
(k_ctds.SqlBinary attribute)
(k_ctds.SqlChar attribute)
(k_ctds.SqlDate attribute)
(k_ctds.SqlDecimal attribute)
(k_ctds.SqlInt attribute)
(k_ctds.SqlNVarChar attribute)
(k_ctds.SqlSmallInt attribute)
(k_ctds.SqlTinyInt attribute)
(k_ctds.SqlVarBinary attribute)
(k_ctds.SqlVarChar attribute)
threadsafety (in module k_ctds)
Time() (in module k_ctds)
TimeFromTicks() (in module k_ctds)
timeout (k_ctds.Connection attribute)
Timestamp() (in module k_ctds)
TimestampFromTicks() (in module k_ctds)
U
use() (k_ctds.Connection method)
V
value (k_ctds.SqlBigInt attribute)
(k_ctds.SqlBinary attribute)
(k_ctds.SqlChar attribute)
(k_ctds.SqlDate attribute)
(k_ctds.SqlDecimal attribute)
(k_ctds.SqlInt attribute)
(k_ctds.SqlNVarChar attribute)
(k_ctds.SqlSmallInt attribute)
(k_ctds.SqlTinyInt attribute)
(k_ctds.SqlVarBinary attribute)
(k_ctds.SqlVarChar attribute)
version_info (in module k_ctds)
W
Warning