MongoJdbcDriver
dev.mongocamp.driver.mongodb.jdbc.MongoJdbcDriver
class MongoJdbcDriver extends Driver
Attributes
- Graph
-
- Supertypes
-
trait Driverclass Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Attributes
- Definition Classes
-
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.
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
Attributes
- Definition Classes
-
Driver
Attributes
- Definition Classes
-
Driver
Attributes
- Definition Classes
-
Driver
Attributes
- Definition Classes
-
Driver
Attributes
- Definition Classes
-
Driver
In this article