Packages

c

dev.mongocamp.driver.mongodb.jdbc

MongoJdbcConnection

class MongoJdbcConnection extends Connection with MongoJdbcCloseable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MongoJdbcConnection
  2. MongoJdbcCloseable
  3. Connection
  4. AutoCloseable
  5. Wrapper
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new MongoJdbcConnection(databaseProvider: DatabaseProvider)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def abort(executor: Executor): Unit
    Definition Classes
    MongoJdbcConnection → Connection
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def beginRequest(): Unit
    Definition Classes
    Connection
    Annotations
    @throws(classOf[java.sql.SQLException])
  7. def checkClosed(): Unit
    Attributes
    protected
    Definition Classes
    MongoJdbcCloseable
  8. def clearWarnings(): Unit
    Definition Classes
    MongoJdbcConnection → Connection
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  10. def close(): Unit
    Definition Classes
    MongoJdbcConnectionMongoJdbcCloseable → Connection → AutoCloseable
  11. def commit(): Unit
    Definition Classes
    MongoJdbcConnection → Connection
  12. def createArrayOf(typeName: String, elements: Array[AnyRef]): Array
    Definition Classes
    MongoJdbcConnection → Connection
  13. def createBlob(): Blob
    Definition Classes
    MongoJdbcConnection → Connection
  14. def createClob(): Clob
    Definition Classes
    MongoJdbcConnection → Connection
  15. def createMongoStatement(sqlOption: Option[String] = None): MongoPreparedStatement
  16. def createNClob(): NClob
    Definition Classes
    MongoJdbcConnection → Connection
  17. def createSQLXML(): SQLXML
    Definition Classes
    MongoJdbcConnection → Connection
  18. def createStatement(resultSetType: Int, resultSetConcurrency: Int, resultSetHoldability: Int): Statement
    Definition Classes
    MongoJdbcConnection → Connection
  19. def createStatement(resultSetType: Int, resultSetConcurrency: Int): Statement
    Definition Classes
    MongoJdbcConnection → Connection
  20. def createStatement(): Statement
    Definition Classes
    MongoJdbcConnection → Connection
  21. def createStruct(typeName: String, attributes: Array[AnyRef]): Struct
    Definition Classes
    MongoJdbcConnection → Connection
  22. def endRequest(): Unit
    Definition Classes
    Connection
    Annotations
    @throws(classOf[java.sql.SQLException])
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  25. def getAutoCommit(): Boolean
    Definition Classes
    MongoJdbcConnection → Connection
  26. def getCatalog(): String
    Definition Classes
    MongoJdbcConnection → Connection
  27. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  28. def getClientInfo(): Properties
    Definition Classes
    MongoJdbcConnection → Connection
  29. def getClientInfo(name: String): String
    Definition Classes
    MongoJdbcConnection → Connection
  30. def getDatabaseProvider: DatabaseProvider
  31. def getHoldability(): Int
    Definition Classes
    MongoJdbcConnection → Connection
  32. def getMetaData(): DatabaseMetaData
    Definition Classes
    MongoJdbcConnection → Connection
  33. def getNetworkTimeout(): Int
    Definition Classes
    MongoJdbcConnection → Connection
  34. def getSchema(): String
    Definition Classes
    MongoJdbcConnection → Connection
  35. def getTransactionIsolation(): Int
    Definition Classes
    MongoJdbcConnection → Connection
  36. def getTypeMap(): Map[String, Class[_]]
    Definition Classes
    MongoJdbcConnection → Connection
  37. def getWarnings(): SQLWarning
    Definition Classes
    MongoJdbcConnection → Connection
  38. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  39. def isClosed: Boolean
    Definition Classes
    MongoJdbcCloseable
  40. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  41. def isReadOnly(): Boolean
    Definition Classes
    MongoJdbcConnection → Connection
  42. def isValid(timeout: Int): Boolean
    Definition Classes
    MongoJdbcConnection → Connection
  43. def isWrapperFor(iface: Class[_]): Boolean
    Definition Classes
    MongoJdbcConnection → Wrapper
  44. def nativeSQL(sql: String): String
    Definition Classes
    MongoJdbcConnection → Connection
  45. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  46. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  47. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  48. def prepareCall(sql: String, resultSetType: Int, resultSetConcurrency: Int, resultSetHoldability: Int): CallableStatement
    Definition Classes
    MongoJdbcConnection → Connection
  49. def prepareCall(sql: String, resultSetType: Int, resultSetConcurrency: Int): CallableStatement
    Definition Classes
    MongoJdbcConnection → Connection
  50. def prepareCall(sql: String): CallableStatement
    Definition Classes
    MongoJdbcConnection → Connection
  51. def prepareStatement(sql: String, columnNames: Array[String]): PreparedStatement
    Definition Classes
    MongoJdbcConnection → Connection
  52. def prepareStatement(sql: String, columnIndexes: Array[Int]): PreparedStatement
    Definition Classes
    MongoJdbcConnection → Connection
  53. def prepareStatement(sql: String, autoGeneratedKeys: Int): PreparedStatement
    Definition Classes
    MongoJdbcConnection → Connection
  54. def prepareStatement(sql: String, resultSetType: Int, resultSetConcurrency: Int, resultSetHoldability: Int): PreparedStatement
    Definition Classes
    MongoJdbcConnection → Connection
  55. def prepareStatement(sql: String, resultSetType: Int, resultSetConcurrency: Int): PreparedStatement
    Definition Classes
    MongoJdbcConnection → Connection
  56. def prepareStatement(sql: String): PreparedStatement
    Definition Classes
    MongoJdbcConnection → Connection
  57. def releaseSavepoint(savepoint: Savepoint): Unit
    Definition Classes
    MongoJdbcConnection → Connection
  58. def rollback(savepoint: Savepoint): Unit
    Definition Classes
    MongoJdbcConnection → Connection
  59. def rollback(): Unit
    Definition Classes
    MongoJdbcConnection → Connection
  60. def setAutoCommit(autoCommit: Boolean): Unit
    Definition Classes
    MongoJdbcConnection → Connection
  61. def setCatalog(catalog: String): Unit
    Definition Classes
    MongoJdbcConnection → Connection
  62. def setClientInfo(properties: Properties): Unit
    Definition Classes
    MongoJdbcConnection → Connection
  63. def setClientInfo(name: String, value: String): Unit
    Definition Classes
    MongoJdbcConnection → Connection
  64. def setHoldability(holdability: Int): Unit
    Definition Classes
    MongoJdbcConnection → Connection
  65. def setNetworkTimeout(executor: Executor, milliseconds: Int): Unit
    Definition Classes
    MongoJdbcConnection → Connection
  66. def setReadOnly(readOnly: Boolean): Unit
    Definition Classes
    MongoJdbcConnection → Connection
  67. def setSavepoint(name: String): Savepoint
    Definition Classes
    MongoJdbcConnection → Connection
  68. def setSavepoint(): Savepoint
    Definition Classes
    MongoJdbcConnection → Connection
  69. def setSchema(schema: String): Unit
    Definition Classes
    MongoJdbcConnection → Connection
  70. def setShardingKey(arg0: ShardingKey): Unit
    Definition Classes
    Connection
    Annotations
    @throws(classOf[java.sql.SQLException])
  71. def setShardingKey(arg0: ShardingKey, arg1: ShardingKey): Unit
    Definition Classes
    Connection
    Annotations
    @throws(classOf[java.sql.SQLException])
  72. def setShardingKeyIfValid(arg0: ShardingKey, arg1: Int): Boolean
    Definition Classes
    Connection
    Annotations
    @throws(classOf[java.sql.SQLException])
  73. def setShardingKeyIfValid(arg0: ShardingKey, arg1: ShardingKey, arg2: Int): Boolean
    Definition Classes
    Connection
    Annotations
    @throws(classOf[java.sql.SQLException])
  74. def setTransactionIsolation(level: Int): Unit
    Definition Classes
    MongoJdbcConnection → Connection
  75. def setTypeMap(map: Map[String, Class[_]]): Unit
    Definition Classes
    MongoJdbcConnection → Connection
  76. def sqlFeatureNotSupported[A](message: Option[String] = None): A
    Definition Classes
    MongoJdbcCloseable
  77. def sqlFeatureNotSupported[A](message: String): A
    Definition Classes
    MongoJdbcCloseable
  78. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  79. def toString(): String
    Definition Classes
    AnyRef → Any
  80. def unwrap[T](iface: Class[T]): T
    Definition Classes
    MongoJdbcConnection → Wrapper
  81. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  82. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  83. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from MongoJdbcCloseable

Inherited from Connection

Inherited from AutoCloseable

Inherited from Wrapper

Inherited from AnyRef

Inherited from Any

Ungrouped