Uses of Class
com.orientechnologies.orient.jdbc.OrientJdbcConnection
Packages that use OrientJdbcConnection
-
Uses of OrientJdbcConnection in com.orientechnologies.orient.jdbc
Fields in com.orientechnologies.orient.jdbc declared as OrientJdbcConnectionModifier and TypeFieldDescriptionprotected final OrientJdbcConnectionOrientJdbcStatement.connectionConstructors in com.orientechnologies.orient.jdbc with parameters of type OrientJdbcConnectionModifierConstructorDescriptionOrientJdbcDatabaseMetaData(OrientJdbcConnection iConnection, ODatabaseDocumentInternal iDatabase) OrientJdbcPreparedStatement(OrientJdbcConnection iConnection, int resultSetType, int resultSetConcurrency, int resultSetHoldability, String sql) OrientJdbcPreparedStatement(OrientJdbcConnection iConnection, int resultSetType, int resultSetConcurrency, String sql) OrientJdbcPreparedStatement(OrientJdbcConnection iConnection, String sql) OrientJdbcStatement(OrientJdbcConnection iConnection) OrientJdbcStatement(OrientJdbcConnection iConnection, int resultSetType, int resultSetConcurrency) OrientJdbcStatement(OrientJdbcConnection iConnection, int resultSetType, int resultSetConcurrency, int resultSetHoldability)