MongoJdbcDriver

dev.mongocamp.driver.mongodb.jdbc.MongoJdbcDriver
class MongoJdbcDriver extends Driver

Attributes

Graph
Supertypes
trait Driver
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def acceptsURL(url: String): Boolean

Attributes

Definition Classes
Driver
override def connect(url: String, info: Properties): Connection

Connect to the database using a URL like : jdbc:mongodb://[username:password@]host1[:port1][,host2[:port2],...[,hostN[:portN]]][/[database][?options]] The URL excepting the jdbc: prefix is passed as it is to the MongoDb native Java driver.

Connect to the database using a URL like : jdbc:mongodb://[username:password@]host1[:port1][,host2[:port2],...[,hostN[:portN]]][/[database][?options]] The URL excepting the jdbc: prefix is passed as it is to the MongoDb native Java driver.

Attributes

Definition Classes
Driver
override def getMajorVersion: Int

Attributes

Definition Classes
Driver
override def getMinorVersion: Int

Attributes

Definition Classes
Driver
override def getParentLogger: Logger

Attributes

Definition Classes
Driver
override def getPropertyInfo(url: String, info: Properties): Array[DriverPropertyInfo]

Attributes

Definition Classes
Driver
override def jdbcCompliant(): Boolean

Attributes

Definition Classes
Driver