Overview
>
Package klyn.data.sql.internal
Version 0.1.5
Overview
Index
Tree
Deprecated
Package klyn.data.sql.internal
Contains 38 type(s).
Types
Interfaces
SQLIdentityTracker
- Internal bridge used by managed SQL repositories during materialization.
SQLMappingRegistration
- Type-erased SQL mapping boundary used by the factory mapping catalog.
Classes
MariaDBMutationDialect
- MariaDB DML and generated-key policy.
MariaDBSchemaDialect
- MariaDB physical schema policy.
PostgreSQLMutationDialect
- PostgreSQL DML and RETURNING policy.
PostgreSQLSchemaDialect
- PostgreSQL physical schema policy.
SQLCommand
- Rendered prepared SQL command and its ordered parameter values.
SQLConnectionLease
- Scoped SQL connection access used by one provider operation.
SQLExecutionSupport
- Shared prepared-command setup used by SQL repository executions.
SQLExistingColumn
- Immutable normalized column metadata read from DatabaseMetaData.
SQLExpression
- Immutable node in the structured provider-local SQL expression tree.
SQLMappedEntity
- Type-erased immutable SQL metadata shared by repositories and schema tools.
SQLMapping
- Validated SQL mapping for one concrete entity/key pair.
SQLMappingCatalog
- Immutable SQL mapping catalog built once by EntityManagerFactory.
SQLMutationCommand
- Structured mutation command plus generated-identity retrieval policy.
SQLMutationDialect
- Internal DML renderer separated from query and schema rendering.
SQLMutationDialectFactory
- Resolves one exact DML policy from an explicitly selected SQL dialect.
SQLOrder
- Immutable structured SQL ordering item.
SQLPersistenceExecutor
- Prepared SQL persistence executor owned by one
EntityManager
session.
SQLProjectionReader
- Typed materializer for one SQL row and one canonical projection.
SQLPropertyMapping
- Validated immutable mapping of one Klyn property to one SQL column.
SQLProviderSession
- Non-thread-safe SQL session owned by one EntityManager.
SQLQueryTranslation
- Immutable result of lowering canonical QIR to the structured SQL AST.
SQLQueryTranslator
- Strict lowering from canonical QIR to the provider-local SQL AST.
SQLReadCursor
- Mutable one-based result column cursor local to one materialized SQL row.
SQLRenderContext
- Mutable state local to one SQL rendering operation.
SQLResultCursor
- Resource-owning SQL cursor behind a typed
QueryStream<R>
facade.
SQLSchemaDialect
- Internal DDL policy separated from query-expression rendering.
SQLSchemaDialectFactory
- Resolves one exact DDL policy from an explicitly selected SQL dialect.
SQLSchemaProvider
- SQL implementation of schema existence, validation, diff and DDL apply.
SQLSelectStatement
- Immutable structured single-table SELECT statement.
SQLServerMutationDialect
- SQL Server DML and OUTPUT INSERTED policy.
SQLServerSchemaDialect
- Microsoft SQL Server physical schema policy.
SQLValueReader
- Checked conversion from one SQL result value to an exact mapped Klyn type.
SQLiteMutationDialect
- SQLite DML and connection-local generated-identity policy.
SQLiteSchemaDialect
- SQLite physical schema policy for explicitly configured ODBC providers.
Enums
SQLExpressionKind
- Closed operation set for the provider-local SQL expression tree.
SQLGeneratedIdentityMode
- Internal generated-key retrieval strategy for one SQL dialect.