ldbc.connector.MySQLConfig
See theMySQLConfig companion trait
Companion object for MySQLConfig providing factory methods.
Attributes
-
Companion
-
trait
-
Source
-
MySQLConfig.scala
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
Creates a default MySQLConfig with standard connection parameters.
Creates a default MySQLConfig with standard connection parameters.
Default values:
- host: "127.0.0.1"
- port: 3306
- user: "root"
- password: None
- database: None
- debug: false
- ssl: SSL.None
- socketOptions: List(SocketOption.noDelay(true))
- readTimeout: Duration.Inf
- allowPublicKeyRetrieval: false
- databaseTerm: Some(DatabaseMetaData.DatabaseTerm.CATALOG)
- useCursorFetch: false
- useServerPrepStmts: false
Attributes
-
Returns
-
a new MySQLConfig with default settings
-
Source
-
MySQLConfig.scala