DataSourceUtils

org.beangle.jdbc.ds.DataSourceUtils
object DataSourceUtils extends Logging

Attributes

Graph
Supertypes
trait Logging
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def build(dbconf: DatasourceConfig): DataSource
def build(driver: String, username: String, password: String, props: Map[String, String]): DataSource
def close(dataSource: DataSource): Unit
def parseXml(is: InputStream, name: String): DatasourceConfig
def parseXml(xml: Node): DatasourceConfig
def resetConnectionAfterTransaction(con: Connection, previousIsolationLevel: Integer, resetReadOnly: Boolean): Unit
def test(dbconf: DatasourceConfig): (Boolean, String)

Inherited fields

protected val logger: Logger

Attributes

Inherited from:
Logging