|
19 | 19 | # limitations under the License. |
20 | 20 |
|
21 | 21 |
|
| 22 | +# List of example tags used in the drivers manual version 4.0 |
| 23 | + |
| 24 | + |
| 25 | +# hello-world, hello-world-import - Example 1.6. Hello World |
| 26 | +# driver-lifecycle, driver-lifecycle-import - Example 2.1. The driver lifecycle |
| 27 | +# custom-resolver, custom-resolver-import - Example 2.2. Custom Address Resolver |
| 28 | +# basic-auth, basic-auth-import - Example 2.5. Basic authentication |
| 29 | +# kerberos-auth, kerberos-auth-import - Example 2.6. Kerberos authentication |
| 30 | +# custom-auth, custom-auth-import - Example 2.7. Custom authentication |
| 31 | +# config-connection-pool, config-connection-pool-import - Example 2.8. Configure connection pool |
| 32 | +# config-connection-timeout, config-connection-timeout-import - Example 2.9. Configure connection timeout |
| 33 | +# config-unencrypted, config-unencrypted-import - Example 2.10. Unencrypted configuration |
| 34 | +# config-max-retry-time, config-max-retry-time-import - Example 2.11. Configure maximum transaction retry time |
| 35 | +# config-trust, config-trust-import - Example 2.12. Configure trusted certificates |
| 36 | +# pass-bookmarks, pass-bookmarks-import - Example 3.1. Pass bookmarks |
| 37 | +# read-write-transaction - Example 3.2. Read-write transaction |
| 38 | +# database-selection, database-selection-import - Example 3.3. Database selection on session creation |
| 39 | +# Hard coded (session) - Example 4.1. Session construction and closure |
| 40 | +# transaction-function, transaction-function-import - Example 4.2. Transaction function |
| 41 | +# autocommit-transaction, autocommit-transaction-import - Example 4.3. Simple auto-commit transactions |
| 42 | +# result-consume - Example 4.4. Consuming results |
| 43 | +# result-retain - Example 4.5. Retain results for further processing |
| 44 | +# - Example 4.6. Asynchronous transaction functions |
| 45 | +# - Example 4.7. Asynchronous auto-commit transactions |
| 46 | +# - Example 4.8. Asynchronous consuming results |
| 47 | +# - Example 4.9. Reactive transaction functions |
| 48 | +# - Example 4.10.Reactive auto-commit transactions |
| 49 | +# - Example 4.11.Reactive consuming results |
| 50 | + |
| 51 | + |
22 | 52 | class DriverSetupExample: |
23 | 53 |
|
24 | 54 | driver = None |
|
0 commit comments