Uses of Class
com.orientechnologies.orient.core.db.OrientDB
Packages that use OrientDB
Package
Description
-
Uses of OrientDB in com.orientechnologies.orient.console
Fields in com.orientechnologies.orient.console declared as OrientDB -
Uses of OrientDB in com.orientechnologies.orient.core.db
Methods in com.orientechnologies.orient.core.db that return OrientDBModifier and TypeMethodDescriptiondefault OrientDBOrientDBInternal.newOrientDB()default OrientDBOrientDBInternal.newOrientDBNoClose()Methods in com.orientechnologies.orient.core.db with parameters of type OrientDBModifier and TypeMethodDescriptionstatic OrientDBInternalstatic StringOrientDBInternal.extractUser(OrientDB orientDB) Constructors in com.orientechnologies.orient.core.db with parameters of type OrientDBModifierConstructorDescriptionODatabasePool(OrientDB environment, String database, String user, String password) Open a new database pool on a specific environment.ODatabasePool(OrientDB environment, String database, String user, String password, OrientDBConfig configuration) Open a new database pool on a specific environment, with a specific configuration for this pool. -
Uses of OrientDB in com.orientechnologies.orient.etl
Methods in com.orientechnologies.orient.etl with parameters of type OrientDBModifier and TypeMethodDescriptionprotected OETLContextOETLProcessorConfigurator.createDefaultContext(OrientDB orientDB) OETLProcessorConfigurator.parseConfigAndParametersWithContext(OrientDB orientDB, String[] args) -
Uses of OrientDB in com.orientechnologies.orient.etl.context
Methods in com.orientechnologies.orient.etl.context that return OrientDBModifier and TypeMethodDescriptionOETLContext.getOrientDB(String url, String user, String password) Methods in com.orientechnologies.orient.etl.context with parameters of type OrientDB -
Uses of OrientDB in com.orientechnologies.orient.etl.loader
Fields in com.orientechnologies.orient.etl.loader declared as OrientDB -
Uses of OrientDB in com.orientechnologies.orient.jdbc
Methods in com.orientechnologies.orient.jdbc that return OrientDBConstructors in com.orientechnologies.orient.jdbc with parameters of type OrientDBModifierConstructorDescriptionOrientDataSource(OrientDB orientDB) Deprecated.OrientDataSource(OrientDB orientDB, String dbName) OrientJdbcConnection(ODatabaseDocument database, OrientDB orientDB, Properties info) -
Uses of OrientDB in com.orientechnologies.orient.object.db
Methods in com.orientechnologies.orient.object.db that return OrientDBConstructors in com.orientechnologies.orient.object.db with parameters of type OrientDBModifierConstructorDescriptionOrientDBObject(OrientDB orientDB) Create a new OrientDb Object instance from a givenOrientDB -
Uses of OrientDB in com.orientechnologies.orient.server
Methods in com.orientechnologies.orient.server that return OrientDB -
Uses of OrientDB in com.tinkerpop.blueprints.impls.orient
Constructors in com.tinkerpop.blueprints.impls.orient with parameters of type OrientDBModifierConstructorDescriptionOrientGraphFactoryV2(OrientDB orientDB, String dbName, String username, String password)