Undocumented
Variable | logger |
Undocumented |
Class | CursorDebugWrapper |
Undocumented |
Class | CursorWrapper |
Undocumented |
Function | format_number |
Format a number into a string with the requisite number of digits and decimal places. |
Function | names_digest |
Generate a 32-bit digest of a set of arguments that can be used to shorten identifying names. |
Function | split_identifier |
Split an SQL identifier into a two element tuple of (namespace, name). |
Function | split_tzname_delta |
Split a time zone name into a 3-tuple of (name, sign, offset). |
Function | strip_quotes |
Strip quotes off of quoted table names to make them safe for use in index names, sequence names, etc. For example '"USER"."TABLE"' (an Oracle naming scheme) becomes 'USER"."TABLE'. |
Function | truncate_name |
Shorten an SQL identifier to a repeatable mangled version with the given length. |
Function | typecast_date |
Undocumented |
Function | typecast_time |
Undocumented |
Function | typecast_timestamp |
Undocumented |
Split an SQL identifier into a two element tuple of (namespace, name).
The identifier could be a table, column, or sequence name might be prefixed by a namespace.