| Function | compare | Undocumented |
| Class | Comparable | Helper for a thing that can be compared like an SQLAttribute (or is in fact |
| Class | SimpleOrdering | Currently this class is mostly internal. More documentation will follow as |
| Class | CompoundOrdering | List of SimpleOrdering instances. |
| Class | UnspecifiedOrdering | Undocumented |
| Function | compoundIndex | Undocumented |
| Class | SQLAttribute | Abstract superclass of all attributes. |
| Class | TwoAttributeComparison | Undocumented |
| Class | AttributeValueComparison | Undocumented |
| Class | NullComparison | Undocumented |
| Class | LikeFragment | Undocumented |
| Class | LikeNull | Undocumented |
| Class | LikeValue | Undocumented |
| Class | LikeColumn | Undocumented |
| Class | LikeComparison | Undocumented |
| Class | AggregateComparison | Abstract base class for compound comparisons that aggregate other |
| Class | SequenceComparison | No class docstring; 6/9 methods documented |
| Class | AND | Combine 2 IComparisons
such that this is true when both are true.
|
| Class | OR | Combine 2 IComparisons
such that this is true when either is true.
|
| Class | TableOrderComparisonWrapper | Wrap any other IComparison
and override its getInvolvedTables
method
|
| Class | boolean | Undocumented |
| Class | ConstraintError | A type constraint was violated. |
| Function | requireType | Undocumented |
| Class | integer | Undocumented |
| Class | bytes | Attribute representing a sequence of bytes; this is represented in memory |
| Class | InvalidPathError | A path that could not be used with the database was attempted to be used |
| Class | text | Attribute representing a sequence of characters; this is represented in |
| Class | textlist | Undocumented |
| Class | path | Attribute representing a pathname in the filesystem. If 'relative=True', |
| Class | timestamp | An in-database representation of date and time. |
| Class | reference | Undocumented |
| Class | ieee754_double | From the SQLite documentation: |
| Class | AbstractFixedPointDecimal | Attribute representing a number with a specified number of decimal |
| Class | point1decimal | Undocumented |
| Class | point2decimal | Undocumented |
| Class | point3decimal | Undocumented |
| Class | point4decimal | Undocumented |
| Class | point5decimal | Undocumented |
| Class | point6decimal | Undocumented |
| Class | point7decimal | Undocumented |
| Class | point8decimal | Undocumented |
| Class | point9decimal | Undocumented |
| Class | point10decimal | Undocumented |
| Class | money | I am a 4-point precision fixed-point decimal number column type; suggested |