1.2. Aura.Sql

1.2.1. Getting Started
1.2.1.1. Instantiation
1.2.1.1.1. Lazy Connection Instance
1.2.1.1.1.1. Creation using constructor
1.2.1.1.1.2. Creation using static factory
1.2.1.1.2. Decorator Instance
1.2.1.2. Array Quoting
1.2.1.3. The perform() Method
1.2.2. The fetch*() Methods
1.2.3. The yield*() Methods
1.2.4. Profiling and Logging
1.2.4.1. Using The Profiler
1.2.4.2. Other Logger Implementations
1.2.4.3. Profiler Log Messages
1.2.4.4. Profiler Log Level
1.2.5. Connection Locator
1.2.5.1. Runtime Configuration
1.2.5.2. Construction-Time Configuration
1.2.6. 6.x Upgrade Notes
1.2.6. 5.x Upgrade Notes
1.2.6.1. Deprecations
1.2.6. 3.x Upgrade Notes
1.2.6.1. Rebuilder and Parsers
1.2.6.1.1. Array Placeholders
1.2.6.1.2. Sequential Placeholders
1.2.6.1.3. Repetition of Named Placeholders
1.2.6.1.4. Custom Parsers
1.2.6.2. Profiling and Logging
1.2.6.3. Instantiation
1.2.6.4. Miscellaneous