ldbc.dsl
package ldbc.dsl
Members list
Type members
Classlikes
case class ConnectionIO[F[_]](connection: Connection)(implicit evidence$1: Sync[F]) extends Connection[F]
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Connection[F]class Objecttrait Matchableclass AnyShow all
object ConnectionIO
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ConnectionIO.type
case class Database[F[_]](databaseType: Type, name: String, host: String, port: Option[Int], connectionF: () => F[Connection[F]], character: Option[Character], collate: Option[Collate[String]], tables: Set[Table[_]])(implicit evidence$1: Sync[F]) extends Database
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Databaseclass Objecttrait Matchableclass AnyShow all
object Database
case class ParameterMetaDataIO[F[_]](parameterMetaData: ParameterMetaData)(implicit evidence$1: Sync[F]) extends ParameterMetaData[F]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ParameterMetaData[F]class Objecttrait Matchableclass AnyShow all
case class PreparedStatementIO[F[_]](statement: PreparedStatement)(implicit evidence$1: Sync[F]) extends PreparedStatement[F]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PreparedStatement[F]class Objecttrait Matchableclass AnyShow all
case class ResultSetIO[F[_]](resultSet: ResultSet)(implicit evidence$1: Sync[F]) extends ResultSet[F]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ResultSet[F]class Objecttrait Matchableclass AnyShow all
case class ResultSetMetaDataIO[F[_]](resultSetMetaData: ResultSetMetaData)(implicit evidence$1: Sync[F]) extends ResultSetMetaData[F]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ResultSetMetaData[F]class Objecttrait Matchableclass AnyShow all
A model with a query string and parameters to be bound to the query string that is executed by PreparedStatement, etc.
A model with a query string and parameters to be bound to the query string that is executed by PreparedStatement, etc.
Type parameters
- F
-
The effect type
Value parameters
- params
-
statement has '?' that the statement has.
- statement
-
an SQL statement that may contain one or more '?' IN parameter placeholders
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
case class SQLTypeIO[F[_]](sqlType: SQLType)(implicit evidence$1: Sync[F]) extends SQLType[F]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SQLType[F]class Objecttrait Matchableclass AnyShow all
case class StatementIO[F[_]](statement: Statement)(implicit evidence$1: Sync[F]) extends Statement[F]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Statement[F]class Objecttrait Matchableclass AnyShow all
Value members
Concrete fields
In this article