MCPcopy Create free account

hub / github.com/chrismld/aws-lambda-redshift-copy / types & classes

Types & classes112 in github.com/chrismld/aws-lambda-redshift-copy

↓ 118 callersClassRange
Python representation for a PostgreSQL |range|_ type. :param lower: lower bound for the range. `!None` means unbound :param upper: upper boun
src/psycopg2/_range.py:33
↓ 26 callersClassFixedOffsetTimezone
Fixed offset in minutes east from UTC. This is exactly the implementation__ found in Python 2.3.x documentation, with a small change to the `
src/psycopg2/tz.py:34
↓ 8 callersClasspy3_raises_typeerror
src/psycopg2/tests/testutils.py:345
↓ 7 callersClassRangeCaster
Helper class to convert between `Range` and PostgreSQL range types. Objects of this class are usually created by `register_range()`. Manual c
src/psycopg2/_range.py:254
↓ 6 callersClassNumericRange
A `Range` suitable to pass Python numeric types to a PostgreSQL range. PostgreSQL types :sql:`int4range`, :sql:`int8range`, :sql:`numrange` are
src/psycopg2/_range.py:420
↓ 5 callersClassPoolError
src/psycopg2/pool.py:31
↓ 3 callersClassInet
Wrap a string to allow for correct SQL-quoting of inet values. Note that this adapter does NOT check the passed value to make sure it really
src/psycopg2/extras.py:496
↓ 3 callersClassJson
An `~psycopg2.extensions.ISQLQuote` wrapper to adapt a Python object to :sql:`json` data type. `!Json` can be used to wrap any object su
src/psycopg2/_json.py:54
↓ 3 callersClassMinimalRead
A file wrapper exposing the minimal interface to copy from.
src/psycopg2/tests/test_copy.py:44
↓ 2 callersClassB
src/psycopg2/tests/test_types_basic.py:359
↓ 2 callersClassFoo
src/psycopg2/tests/test_types_extras.py:113
↓ 2 callersClassHstoreAdapter
Adapt a Python dict to the hstore syntax.
src/psycopg2/extras.py:604
↓ 2 callersClassIntRange
src/psycopg2/tests/test_types_extras.py:1326
↓ 2 callersClassMyJson
src/psycopg2/tests/test_types_extras.py:861
↓ 1 callersClassBrokenRead
src/psycopg2/tests/test_copy.py:344
↓ 1 callersClassBrokenWrite
src/psycopg2/tests/test_copy.py:361
↓ 1 callersClassC
src/psycopg2/tests/test_types_basic.py:360
↓ 1 callersClassCompositeCaster
Helps conversion of a PostgreSQL composite type into a Python object. The class is usually created by the `register_composite()` function. Yo
src/psycopg2/extras.py:805
↓ 1 callersClassConnectionStub
A `connection` wrapper allowing analysis of the `poll()` calls.
src/psycopg2/tests/test_green.py:32
↓ 1 callersClassDateRange
Represents :sql:`daterange` values.
src/psycopg2/_range.py:428
↓ 1 callersClassDateTimeRange
Represents :sql:`tsrange` values.
src/psycopg2/_range.py:432
↓ 1 callersClassDateTimeTZRange
Represents :sql:`tstzrange` values.
src/psycopg2/_range.py:436
↓ 1 callersClassLocalTimezone
Platform idea of local timezone. This is the exact implementation from the Python 2.3 documentation.
src/psycopg2/tz.py:105
↓ 1 callersClassMinimalWrite
A file wrapper exposing the minimal interface to copy to.
src/psycopg2/tests/test_copy.py:55
↓ 1 callersClassPollableStub
A 'pollable' wrapper allowing analysis of the `poll()` calls.
src/psycopg2/tests/test_async.py:37
↓ 1 callersClassPositiveIntRange
src/psycopg2/tests/test_types_extras.py:1327
↓ 1 callersClassStupidCursor
src/psycopg2/tests/test_cursor.py:479
↓ 1 callersClassSub
src/psycopg2/tests/test_types_basic.py:350
↓ 1 callersClassSubConnection
src/psycopg2/tests/test_connection.py:262
↓ 1 callersClassWhatever
src/psycopg2/tests/test_copy.py:252
ClassA
src/psycopg2/tests/test_types_basic.py:358
ClassAbstractConnectionPool
Generic key-based pooling code.
src/psycopg2/pool.py:35
ClassAdaptSubclassTest
src/psycopg2/tests/test_types_basic.py:347
ClassAdaptTypeTestCase
src/psycopg2/tests/test_types_extras.py:452
ClassAsyncTests
src/psycopg2/tests/test_async.py:52
ClassAutocommitTests
src/psycopg2/tests/test_connection.py:972
ClassByteaParserTest
Unit test for our bytea format parser.
src/psycopg2/tests/test_types_basic.py:398
ClassCancelTests
src/psycopg2/tests/test_cancel.py:35
ClassCommonDatetimeTestsMixin
src/psycopg2/tests/test_dates.py:30
ClassConnectTestCase
src/psycopg2/tests/test_module.py:34
ClassConnectingTestCase
A test case providing connections for tests. A connection for the test is always available as `self.conn`. Others can be created with `self.c
src/psycopg2/tests/testutils.py:80
ClassConnectionTests
src/psycopg2/tests/test_connection.py:41
ClassConnectionTwoPhaseTests
src/psycopg2/tests/test_connection.py:454
ClassCopyTests
src/psycopg2/tests/test_copy.py:64
ClassCursorTests
src/psycopg2/tests/test_cursor.py:33
ClassDatabaseAPI20Test
Test a database self.driver for DB API 2.0 compatibility. This implementation tests Gadfly, but the TestCase is structured so that ot
src/psycopg2/tests/dbapi20.py:79
ClassDateTimeAllocationBugTestCase
src/psycopg2/tests/test_bugX000.py:29
ClassDatetimeTests
Tests for the datetime based date handling in psycopg2.
src/psycopg2/tests/test_dates.py:95
ClassDeadlockSerializationTests
Test deadlock and serialization failure errors.
src/psycopg2/tests/test_transaction.py:92
ClassDecimalEncoder
src/psycopg2/tests/test_types_extras.py:884
ClassDictComposite
src/psycopg2/tests/test_types_extras.py:775
ClassDictConnection
A connection that uses `DictCursor` automatically.
src/psycopg2/extras.py:103
ClassDictCursor
A cursor that keeps a list of column name -> index mappings.
src/psycopg2/extras.py:109
ClassDictCursorBase
Base class for all dict-like cursors.
src/psycopg2/extras.py:46
ClassDictRow
A row object that allow by-column-name access to data.
src/psycopg2/extras.py:133
ClassExceptionsTestCase
src/psycopg2/tests/test_module.py:143
ClassExtrasDictCursorTests
Test if DictCursor extension class works.
src/psycopg2/tests/test_extras_dictcursor.py:25
ClassFixedOffsetTimezoneTests
src/psycopg2/tests/test_dates.py:543
ClassFromTicksTestCase
src/psycopg2/tests/test_dates.py:521
ClassGreenTestCase
src/psycopg2/tests/test_green.py:46
ClassHstoreTestCase
src/psycopg2/tests/test_types_extras.py:133
ClassIsolationLevelsTestCase
src/psycopg2/tests/test_connection.py:274
ClassJsonTestCase
src/psycopg2/tests/test_types_extras.py:852
ClassJsonbTestCase
src/psycopg2/tests/test_types_extras.py:1075
ClassLargeObject64Tests
src/psycopg2/tests/test_lobject.py:463
ClassLargeObjectNot64Tests
src/psycopg2/tests/test_lobject.py:486
ClassLargeObjectTestCase
src/psycopg2/tests/test_lobject.py:49
ClassLargeObjectTests
src/psycopg2/tests/test_lobject.py:74
ClassLargeObjectTruncateTests
src/psycopg2/tests/test_lobject.py:403
ClassLoggingConnection
A connection that logs all queries to a file or logger__ object. .. __: http://docs.python.org/library/logging.html
src/psycopg2/extras.py:343
ClassLoggingCursor
A cursor that logs queries using its connection logging facilities.
src/psycopg2/extras.py:388
ClassMinTimeLoggingConnection
A connection that logs queries based on execution time. This is just an example of how to sub-class `LoggingConnection` to provide some extra
src/psycopg2/extras.py:404
ClassMinTimeLoggingCursor
The cursor sub-class companion to `MinTimeLoggingConnection`.
src/psycopg2/extras.py:428
ClassMyConn
src/psycopg2/tests/test_async.py:325
ClassMyConn
src/psycopg2/tests/test_with.py:116
ClassMyCurs
src/psycopg2/tests/test_with.py:192
ClassNamedTupleConnection
A connection that uses `NamedTupleCursor` automatically.
src/psycopg2/extras.py:262
ClassNamedTupleCursor
A cursor that generates results as `~collections.namedtuple`. `!fetch*()` methods will return named tuples instead of regular tuples, so thei
src/psycopg2/extras.py:268
ClassNamedTupleCursorTest
src/psycopg2/tests/test_extras_dictcursor.py:232
ClassNoneAdapter
Adapt None to NULL. This adapter is not used normally as a fast path in mogrify uses NULL, but it makes easier to adapt composite types.
src/psycopg2/extensions.py:141
ClassNotifiesTests
src/psycopg2/tests/test_notify.py:38
ClassNumberRangeAdapter
Adapt a range if the subtype doesn't need quotes.
src/psycopg2/_range.py:446
ClassPersistentConnectionPool
A pool that assigns persistent connections to different threads. Note that this connection pool generates by itself the required keys using
src/psycopg2/pool.py:184
ClassPsycopg2TPCTests
src/psycopg2/tests/test_psycopg2_dbapi20.py:49
ClassPsycopg2Tests
src/psycopg2/tests/test_psycopg2_dbapi20.py:33
ClassQueryCancellationTests
Tests for query cancellation.
src/psycopg2/tests/test_transaction.py:227
ClassQuotingTestCase
r"""Checks the correct quoting of strings and binary objects. Since ver. 8.1, PostgreSQL is moving towards SQL standard conforming strings, w
src/psycopg2/tests/test_quote.py:32
ClassRangeAdapter
`ISQLQuote` adapter for `Range` subclasses. This is an abstract class: concrete classes must set a `name` class attribute or override `getquo
src/psycopg2/_range.py:206
ClassRangeCasterTestCase
src/psycopg2/tests/test_types_extras.py:1414
ClassRangeTestCase
src/psycopg2/tests/test_types_extras.py:1163
ClassRealDictConnection
A connection that uses `RealDictCursor` automatically.
src/psycopg2/extras.py:201
ClassRealDictCursor
A cursor that uses a real dict as the base type for rows. Note that this cursor is extremely specialized and does not allow the normal access
src/psycopg2/extras.py:207
ClassRealDictRow
A `!dict` subclass representing a data record.
src/psycopg2/extras.py:236
ClassSQL_IN
Adapt any iterable to an SQL quotable object.
src/psycopg2/extensions.py:117
ClassSimpleConnectionPool
A connection pool that can't be shared across different threads.
src/psycopg2/pool.py:141
ClassStolenReferenceTestCase
src/psycopg2/tests/test_bug_gc.py:32
ClassTestExtensionModule
src/psycopg2/tests/test_module.py:302
ClassTestQuotedString
src/psycopg2/tests/test_quote.py:158
ClassThreadedConnectionPool
A connection pool that works with the threading module.
src/psycopg2/pool.py:149
ClassTransactionControlTests
src/psycopg2/tests/test_connection.py:830
next →1–100 of 112, ranked by callers