Module sync
Source - BLob
- LOB implementation for binary values.
- CLob
- LOB implementation for unicode Strings (deprecated).
- Connection
- A synchronous connection to the database.
- HdbResponse
- Represents all possible non-error responses to a database command.
- NCLob
- LOB implementation for unicode Strings.
- PreparedStatement
- Allows injection-safe SQL execution and repeated calls of the same statement
with different parameters with as few roundtrips as possible.
- ResultSet
- The result of a database query.
- HdbReturnValue
- An enum that describes a single database return value.