object SqlBackendFactory
- Alphabetic
- By Inheritance
- SqlBackendFactory
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
-
def
apply(connection_properties_file: String): SqlBackend
Creates the appropriate edu.chop.cbmi.dataExpress.backends.SqlBackend from a .properties file
-
def
apply(connection_properties_file: String, driver_class_name: String): SqlBackend
Creates the appropriate edu.chop.cbmi.dataExpress.backends.SqlBackend from a .properties file
Creates the appropriate edu.chop.cbmi.dataExpress.backends.SqlBackend from a .properties file
- driver_class_name
The string name of the driver class to be used
-
def
apply(connection_properties_file: String, sqlDialect: SqlDialect): SqlBackend
Creates the appropriate edu.chop.cbmi.dataExpress.backends.SqlBackend from a .properties file
Creates the appropriate edu.chop.cbmi.dataExpress.backends.SqlBackend from a .properties file
- sqlDialect
The edu.chop.cbmi.dataExpress.backends.SqlDialect to use with the database
-
def
apply(connection_properties_file: String, sqlDialect: SqlDialect, driver_class_name: String): SqlBackend
Creates the appropriate edu.chop.cbmi.dataExpress.backends.SqlBackend from a .properties file
Creates the appropriate edu.chop.cbmi.dataExpress.backends.SqlBackend from a .properties file
- sqlDialect
The edu.chop.cbmi.dataExpress.backends.SqlDialect to use with the database
- driver_class_name
The string name of the driver class to be used
-
def
apply(connection_properties: Properties, sqlDialect: SqlDialect = null, driver_class_name: String = null): SqlBackend
Creates the appropriate edu.chop.cbmi.dataExpress.backends.SqlBackend from a java.util.Properties object
Creates the appropriate edu.chop.cbmi.dataExpress.backends.SqlBackend from a java.util.Properties object
- connection_properties
a java.util.Properties object containing all the necessary information to connect
- sqlDialect
The edu.chop.cbmi.dataExpress.backends.SqlDialect to use with the database
- driver_class_name
The string name of the driver class to be used
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.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()
- val sqlBackendProviderLoader: ServiceLoader[SqlBackendProvider]
-
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
- @native() @throws( ... )