|
| 1 | +* [Home](README.md) |
| 2 | + * [DB module](DB.md) |
| 3 | +* Connection & session |
| 4 | + * [Database](DB/Database.md) |
| 5 | + * [ConnectionContext](DB/ConnectionContext.md) |
| 6 | + * [Connection](DB/Connection.md) |
| 7 | + * [Pool](DB/Pool.md) |
| 8 | + * [Stats](DB/Pool/Stats.md) |
| 9 | + * [SessionMethods](DB/SessionMethods.md) |
| 10 | + * [PreparedQuery](DB/SessionMethods/PreparedQuery.md) |
| 11 | + * [UnpreparedQuery](DB/SessionMethods/UnpreparedQuery.md) |
| 12 | +* Transaction |
| 13 | + * [Transaction](DB/Transaction.md) |
| 14 | + * [TopLevelTransaction](DB/TopLevelTransaction.md) |
| 15 | + * [SavePointTransaction](DB/SavePointTransaction.md) |
| 16 | + * [BeginTransaction](DB/BeginTransaction.md) |
| 17 | + * [QueryMethods](DB/QueryMethods.md) |
| 18 | + * [ExecResult](DB/ExecResult.md) |
| 19 | + * [ResultSet](DB/ResultSet.md) |
| 20 | +* Statement |
| 21 | + * [Statement](DB/Statement.md) |
| 22 | + * [PoolStatement](DB/PoolStatement.md) |
| 23 | + * [PoolUnpreparedStatement](DB/PoolUnpreparedStatement.md) |
| 24 | + * [PoolPreparedStatement](DB/PoolPreparedStatement.md) |
| 25 | + * [StatementMethods](DB/StatementMethods.md) |
| 26 | +* Driver |
| 27 | + * [Driver](DB/Driver.md) |
| 28 | + * [DriverSpecs](DB/DriverSpecs.md) |
| 29 | + * [ColumnDef](DB/DriverSpecs/ColumnDef.md) |
| 30 | + * [MetadataValueConverter](DB/MetadataValueConverter.md) |
| 31 | +* Serialization |
| 32 | + * [Serializable](DB/Serializable.md) |
| 33 | + * [NonStrict](DB/Serializable/NonStrict.md) |
| 34 | + * [Field](DB/Field.md) |
| 35 | + * [Mappable](DB/Mappable.md) |
| 36 | +* Miscellaneous |
| 37 | + * [Any](DB/Any.md) |
| 38 | + * [StringKeyCache](DB/StringKeyCache.md) |
| 39 | + * [Disposable](DB/Disposable.md) |
| 40 | +* Errors |
| 41 | + * [Error](DB/Error.md) |
| 42 | + * [NoResultsError](DB/NoResultsError.md) |
| 43 | + * [Rollback](DB/Rollback.md) |
| 44 | + * [MappingException](DB/MappingException.md) |
| 45 | + * [PoolResourceLost](DB/PoolResourceLost.md) |
| 46 | + * [ConnectionLost](DB/ConnectionLost.md) |
| 47 | + * [PoolResourceRefused](DB/PoolResourceRefused.md) |
| 48 | + * [ConnectionRefused](DB/ConnectionRefused.md) |
| 49 | + * [PoolRetryAttemptsExceeded](DB/PoolRetryAttemptsExceeded.md) |
| 50 | + * [PoolTimeout](DB/PoolTimeout.md) |
0 commit comments