Back to Exposed

Package-level declarations

docs/api/exposed-jdbc/org.jetbrains.exposed.v1.jdbc.statements.api/index.html

1.2.01.4 KB
Original Source

Package-level declarations

Types

Types

ExposedConnection

Link copied to clipboard

interface ExposedConnection<OriginalConnection : Any>

Represents a wrapper for a database connection.

JdbcExposedDatabaseMetadata

Link copied to clipboard

abstract class JdbcExposedDatabaseMetadata(database: String) : ExposedDatabaseMetadata

Base class responsible for retrieving and storing information about the JDBC driver and underlying database.

JdbcPreparedStatementApi

Link copied to clipboard

interface JdbcPreparedStatementApi : PreparedStatementApi

Base class representing a precompiled SQL java.sql.PreparedStatement from the JDBC SPI.

Generated by Dokka © 2026 Copyright