object ConnectionReaders
- Alphabetic
- By Inheritance
- ConnectionReaders
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
sealed
trait
ConnectionReader[T <: ConnectionConfig] extends AnyRef
Base connection reader trait
Base connection reader trait
- T
Type of connection configuration
-
implicit
class
ConnectionReaderOps[T <: ConnectionConfig] extends AnyRef
Implicit conversion for connection configurations that enables read method for them.
Implicit conversion for connection configurations that enables read method for them.
- T
Type of connection configuration
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
implicit
object
AnyConnectionReader extends ConnectionReader[ConnectionConfig]
General connection reader: invokes connection reader that matches provided connection configuration
-
implicit
object
ClickHouseConnectionReader extends ConnectionReader[ClickHouseConnectionConfig]
ClickHouse connection reader: establishes connection to ClickHouse database.
-
implicit
object
GreenplumConnectionReader extends ConnectionReader[GreenplumConnectionConfig]
Greenplum connection reader: establishes connection to greenplum database.
-
implicit
object
H2ConnectionReader extends ConnectionReader[H2ConnectionConfig]
H2 connection reader: establishes connection to H2 database file.
-
implicit
object
KafkaConnectionReader extends ConnectionReader[KafkaConnectionConfig]
Kafka connection reader: establishes connection to Kafka brokers.
-
implicit
object
MSSQLConnectionReader extends ConnectionReader[MSSQLConnectionConfig]
MS SQL connection reader: establishes connection to MS SQL database file.
-
implicit
object
MySQLConnectionReader extends ConnectionReader[MySQLConnectionConfig]
MySQL connection reader: establishes connection to MySQL database file.
-
implicit
object
OracleConnectionReader extends ConnectionReader[OracleConnectionConfig]
Oracle connection reader: establishes connection to Oracle database.
-
implicit
object
PostgresConnectionReader extends ConnectionReader[PostgresConnectionConfig]
Postgres connection reader: establishes connection to PostgreSQL database.
-
implicit
object
SQLiteConnectionReader extends ConnectionReader[SQLiteConnectionConfig]
SQLite connection reader: establishes connection to SQLite database file.