code.model.db.DBSettings

Aliases

Parameters

subClasses

Js Constructors

new code_model_db_DBSettings(
    maxPacketSize, // scala.Option[int]
    allowTemporaryPoolExpansion, // boolean
    useSharedVendor, // boolean
    maxPoolSize, // int
    doNotExpandBeyond, // int
    maxAttemptsToGetAConnection, // scala.Option[int]
    waitTimeIntervalForConnection, // long
    connectionTest, // scala.Function1[Unitjava.sql.Connection]
    properties, // scala.collection.immutable.List[scala.Tuple2[java.lang.Stringjava.lang.String]]
    implementation, // java.lang.String
    migrationConfigs, // scala.collection.immutable.Map[code.model.db.MigrationConfigjava.lang.String]
    allowAccessToUnderlyingConnection, // boolean
)

ApplyMethods

Methods

$bang$eq(x$1:Any):boolean
$eq$eq(x$1:Any):boolean
$hash$hash():int
$init$():Unit
allowAccessToUnderlyingConnection():boolean
allowTemporaryPoolExpansion():boolean
asInstanceOf():scala.Any.T0
canEqual(x$1:Any):boolean
copy(maxPacketSize:scala.Option[int], allowTemporaryPoolExpansion:boolean, useSharedVendor:boolean, maxPoolSize:int, doNotExpandBeyond:int, maxAttemptsToGetAConnection:scala.Option[int], waitTimeIntervalForConnection:long, connectionTest:scala.Function1[Unitjava.sql.Connection], properties:scala.collection.immutable.List[scala.Tuple2[java.lang.Stringjava.lang.String]], implementation:java.lang.String, migrationConfigs:scala.collection.immutable.Map[code.model.db.MigrationConfigjava.lang.String], allowAccessToUnderlyingConnection:boolean):code.model.db.DBSettings
copy$default$1():scala.Option[int]
copy$default$10():java.lang.String
copy$default$12():boolean
copy$default$2():boolean
copy$default$3():boolean
copy$default$4():int
copy$default$5():int
copy$default$6():scala.Option[int]
copy$default$7():long
doNotExpandBeyond():int
equals(x$1:Any):boolean
getClass():java.lang.Class[Any]
hashCode():int
implementation():java.lang.String
isInstanceOf():boolean
maxAttemptsToGetAConnection():scala.Option[int]
maxPacketSize():scala.Option[int]
maxPoolSize():int
notify():Unit
notifyAll():Unit
productArity():int
productElement(x$1:int):Any
productIterator():scala.collection.Iterator[Any]
productPrefix():java.lang.String
toString():java.lang.String
useSharedVendor():boolean
wait():Unit
wait(x$1:long):Unit
wait(x$1:long, x$2:int):Unit
waitTimeIntervalForConnection():long