-
application.database.Database
-
application.outils.Database
-
be.xtnd.commons.db.Database
SQL databases connection, queries execution
@author Johan Cwiklinski
@since 2005-08-13
@version 1.0
-
bm.db.Database
The database keeps information about tables, and serves as an access point for them.
@author
Narciso Cerezo
@version $Revision: 14 $
-
br.org.scadabr.dnp34j.master.session.database.Database
-
ch.agent.crnickl.api.Database
Database is the hub of CrNiCKL (pronounced
chronicle
). A client gets one or more Database objects using {@link DatabaseFactory}. Five interfaces play an important role in the data model underlying CrNiCKL:
- {@link Chronicle}
- {@link Series}
- {@link Schema}
- {@link Property}
- {@link ValueType}
These interfaces provide read access to the objects. When writing to the database, read/write versions of the interfaces are required:
- {@link UpdatableChronicle}
- {@link UpdatableSeries}
- {@link UpdatableSchema}
- {@link UpdatableProperty}
- {@link UpdatableValueType}
Read/write objects are obtained from the read only objects using the
edit()
method.
Two methods are provided for transactions management: {@link #commit()} and {@link #rollback()}. These methods are not used internally by CrNiCKL. Managing transactions and implementing transaction boundaries is the client's responsibility.
@author Jean-Paul Vetterli
@version 1.0.0
-
ch.pollet.jzic.timezone.Database
@author Christophe Pollet
-
com.Acrobot.Breeze.Database.Database
Database class, which can be used to connect to JDBC
@author Acrobot
-
com.btmatthews.maven.plugins.inmemdb.Database
Describes the operations that are used by the Mojos to launch in-memory databases, load data into, execute scripts against or shutdown the database.
@author
Brian Matthews
@version 1.0.0
-
com.caucho.db.Database
Manager for a basic Java-based database.
-
com.cin.test.util.Database
-
com.danidemi.jlubricant.embeddable.Database
-
com.dbxml.db.core.Database
The Database class, which is also a Collection class, serves as the top level container for a dbXML database. It provides additional capabilities such as providing access to the system collections, symbol tables, and security manager. It is also the class that is used to bootstrap the database and the collections therein.
-
com.directededge.Database
Represents a database on the Directed Edge servers. A database is simply a collection of items. See developer.directededge.com for more information on the concepts in place here and throughout the Directed Edge API.
-
com.founder.fix.bpmn2extensions.coreconfig.DataBase
A representation of the model object '
Data Base'.
The following features are supported:
- {@link com.founder.fix.bpmn2extensions.coreconfig.DataBase#getId Id}
- {@link com.founder.fix.bpmn2extensions.coreconfig.DataBase#getName Name}
- {@link com.founder.fix.bpmn2extensions.coreconfig.DataBase#getDriverClassName Driver Class Name}
- {@link com.founder.fix.bpmn2extensions.coreconfig.DataBase#getUrl Url}
- {@link com.founder.fix.bpmn2extensions.coreconfig.DataBase#getUsername Username}
- {@link com.founder.fix.bpmn2extensions.coreconfig.DataBase#getPassword Password}
- {@link com.founder.fix.bpmn2extensions.coreconfig.DataBase#getMaxActive Max Active}
- {@link com.founder.fix.bpmn2extensions.coreconfig.DataBase#getMaxIdle Max Idle}
- {@link com.founder.fix.bpmn2extensions.coreconfig.DataBase#getMaxWait Max Wait}
- {@link com.founder.fix.bpmn2extensions.coreconfig.DataBase#getPaginationImpl Pagination Impl}
- {@link com.founder.fix.bpmn2extensions.coreconfig.DataBase#getDbtype Dbtype}
@see com.founder.fix.bpmn2extensions.coreconfig.CoreconfigPackage#getDataBase()
@model extendedMetaData="name='dataBase'"
@generated
-
com.fourspaces.couchdb.Database
This represents a particular database on the CouchDB server
Using this object, you can get/create/update/delete documents. You can also call views (named and adhoc) to query the underlying database.
@author mbreese
-
com.github.rnewson.couchdb.lucene.couchdb.Database
-
com.google.gwt.gears.client.database.Database
qlite.org/lang.html">SQLite syntax. Note that this class (and its related classes) intentionally do NOT implement the JDBC interface, since the database provided by Gears does necessarily implement all those semantics. It may be possible to add a JDBC layer on top of this, but it's unclear whether that would really be useful.
-
com.healthmarketscience.jackcess.Database
-
com.iCo6.IO.Database
Controls access and database types
@author Nijikokun
-
com.intersys.objects.Database
-
com.javaeye.jert.domain.Database
@author Quake Wang
@since 2004-12-19
@version $Revision: 1.4 $
-
com.jbidwatcher.util.db.Database
-
com.lennardf1989.bukkitex.Database
-
com.mckoi.database.Database
-
com.microsoft.windowsazure.management.sql.models.Database
Represents a database in the Azure SQL Database service.
-
com.psddev.dari.db.Database
-
com.pugh.sockso.db.Database
-
com.redspr.redquerybuilder.core.shared.meta.Database
There is one database object per open database. The format of the meta data table is: id int, headPos int (for indexes), objectType int, sql varchar
@since 2004-04-15 22:49
-
com.save4j.model.database.Database
-
com.sleepycat.db.Database
A database handle.
Database attributes are specified in the {@link com.sleepycat.db.DatabaseConfig DatabaseConfig} class.
Database handles are free-threaded unless opened in an environment that is not free-threaded.
To open an existing database with default attributes:
Environment env = new Environment(home, null); Database myDatabase = env.openDatabase(null, "mydatabase", null);
To create a transactional database that supports duplicates:
DatabaseConfig dbConfig = new DatabaseConfig(); dbConfig.setTransactional(true); dbConfig.setAllowCreate(true); dbConfig.setSortedDuplicates(true); Database newlyCreateDb = env.openDatabase(txn, "mydatabase", dbConfig);
-
com.sleepycat.je.Database
A database handle.
Database attributes are specified in the {@link com.sleepycat.je.DatabaseConfig DatabaseConfig} class. Database handles arefree-threaded and may be used concurrently by multiple threads.
To open an existing database with default attributes:
Environment env = new Environment(home, null); Database myDatabase = env.openDatabase(null, "mydatabase", null);
To create a transactional database that supports duplicates:
DatabaseConfig dbConfig = new DatabaseConfig(); dbConfig.setTransactional(true); dbConfig.setAllowCreate(true); dbConfig.setSortedDuplicates(true); Database db = env.openDatabase(txn, "mydatabase", dbConfig);
-
com.totsp.gwittir.client.util.html5db.Database
@author kebernet
-
com.vhdlprogramer.DataBase
-
com.yammer.dropwizard.db.Database
-
dao.DataBase
-
database.Database
Class responsible for all the database tasks, such is creating a database session setting up the database, etc. This class implements the singleton pattern.
@author Yury Michurin
-
datomic.Database
-
de.bananaco.permissions.handlers.Database
-
de.fuberlin.wiwiss.d2rq.map.Database
Representation of a d2rq:Database from the mapping file.
@author Chris Bizer chris@bizer.de
@author Richard Cyganiak (richard@cyganiak.de)
-
de.kilobyte22.app.kibibyte.Database
-
de.lmu.ifi.dbs.elki.database.Database
Database specifies the requirements for any database implementation. Note that any implementing class is supposed to provide a constructor without parameters for dynamic instantiation.
@author Elke Achtert
@apiviz.landmark
@apiviz.has DistanceQuery oneway - - provides
@apiviz.has KNNQuery oneway - - provides
@apiviz.has RangeQuery oneway - - provides
@apiviz.has RKNNQuery oneway - - provides
@apiviz.has Relation oneway - - contains
@apiviz.has Index oneway - - manages
@apiviz.uses DataStoreListener oneway - - invokes
-
edu.mit.simile.backstage.model.data.Database
-
fi.evident.dalesbred.Database
The main abstraction of the library: represents a configured connection to database and provides a way to execute callbacks in transactions.
Usually you'll need only single instance of this in your application, unless you need to connect several different databases or need different default settings for different use cases.
-
fr.esrf.TangoApi.Database
-
groundTruthModule.datastructure.DataBase
Holds the values of all the entities.
@author Aditya Mugali
-
jimm.datavision.source.sql.Database
A database knows about the tables in a database.
@author Jim Menard,
jimm@io.com
-
ke.go.moh.oec.oecsm.data.Database
@date Aug 13, 2010
@author Gitahi Ng'ang'a
-
labsis.DataBase
-
lib.PatPeter.SQLibrary.Database
-
liquibase.database.Database
-
lotus.domino.Database
-
net.bnubot.bot.database.Database
-
net.hasor.db.ar.support.DataBase
-
net.rim.device.api.database.Database
-
net.sf.kpex.DataBase
Implements a Term and Clause objects based blackboard (database).
-
net.sf.minuteProject.configuration.bean.model.data.Database
It is inspired by the DDLUtils Database Class Represents the database model, ie. the tables in the database. It also contains the corresponding dyna classes for creating dyna beans for the objects stored in the tables.
@author Florian Adler
-
nl2sql.lexicon.Database
@author TAMHD
-
no.priv.garshol.duke.Database
Used to store and index records for later matching.
-
org.apache.ddlutils.model.Database
Represents the database model, ie. the tables in the database. It also contains the corresponding dyna classes for creating dyna beans for the objects stored in the tables.
@version $Revision: 504014 $
-
org.apache.derby.iapi.db.Database
The org.apache.derby.iapi.db.Database interface provides "internal" methods on the database which are not available to JBMS users (org.apache.derby.database.Database, which this interface extends, provides all the externally visible methods).
At the present moment, this file defines methods which will at some point be moved to to the external database interface. There are a bunch of the unimplemninted interface that used to be in this file. They have been moved to old_Database.java. old_Database.java is checked into the codeline but is not built, it is there for reference
-
org.apache.hadoop.hive.metastore.api.Database
-
org.apache.ode.il.dbutil.Database
Does the dirty work of setting up / obtaining a DataSource based on the configuration in the {@link OdeConfigProperties} object.
-
org.apache.sentry.core.Database
-
org.apache.sentry.core.model.db.Database
-
org.apache.torque.Database
Bundles all information about a database. This includes the database adapter, the database Map and the Data Source Factory.
-
org.apache.torque.engine.database.model.Database
A class for holding application data structures.
@author
John McNally
@author
Daniel Rall
@author
org.apache.turbine.torque.engine.database.model.Database
A class for holding application data structures.
@author
John McNally
@author
org.apache.xindice.client.corba.db.Database
-
org.apache.xindice.core.Database
Database is the primary container for the Xindice Database Engine.
-
org.boris.expr.util.Database
-
org.castor.cpa.test.framework.xml.Database
-
org.castor.jdo.conf.Database
-
org.cishell.service.database.Database
-
org.databene.jdbacl.model.Database
-
org.dbwiki.data.database.Database
Interface wrapping up all of the operations we can perform on the database.
@author jcheney
-
org.exist.Database
Database controller, all operation synchronized by this instance. (singleton)
@author
Dmitriy Shabanov
-
org.exolab.castor.jdo.Database
a database and start a transaction db = jdo.getDatabase(); db.begin();
// Select all the products in a given group oql = db.getOQLQuery( "SELECT p FROM Product p WHERE group=$"); oql.bind( groupId ); results = oql.execute(); while ( results.hasMore() ) {
// A 25% mark down for each product and mark as sale prod = (Product) results.next(); prod.markDown( 0.25 ); prod.setOnSale( true ); }
// Commit all changes, close the database db.commit(); db.close();
@author
Assaf Arkin
@version $Revision: 7976 $ $Date: 2006-03-16 16:04:24 -0700 (Thu, 16 Mar 2006) $
@see JDOManager#getDatabase()
@see Query
-
org.exolab.castor.jdo.conf.Database
Class Database.
@version $Revision: 1.2 $ $Date: 2004/10/02 11:28:07 $
-
org.exolab.jms.tools.db.Database
-
org.geoserver.importer.Database
-
org.gephi.io.importer.api.Database
Database description and connexion details.
@author Mathieu Bastian
-
org.h2.engine.Database
There is one database object per open database. The format of the meta data table is: id int, 0, objectType int, sql varchar
@since 2004-04-15 22:49
-
org.hibernate.metamodel.relational.Database
Represents a database and manages the named schema/catalog pairs defined within.
@author Steve Ebersole
@author Gail Badner
-
org.jcouchdb.db.Database
-
org.jenkinsci.plugins.database.Database
-
org.jfx4ee.adm4ee.business.configuration.entity.Database
@author Jens Deters
-
org.lealone.engine.Database
There is one database object per open database. The format of the meta data table is: id int, 0, objectType int, sql varchar
@since 2004-04-15 22:49
-
org.melonbrew.fe.database.Database
-
org.molgenis.framework.db.Database
Interface to manage and search persistent data Entity objects. It wraps basic functionality such as find, count, add, update and delete. It also has batch functions to add data in vast amount, especially added to support large scale data storage such as needed in life sciences. Furthermore, it has transaction capabilities, i.e., to add, update, and remove many entities as if it was one operation (ensuring all actions are complete succesfully or if it fails halfway, it gets undone).
-
org.neo4j.server.database.Database
-
org.odmg.Database
The interface for interacting with an ODMG database. Databases must be opened before starting any transactions that use the database and closed after ending these transactions.
A database application generally begins processing by accessing one or more critical objects and proceeding from there. These objects are root objects, because they lead to interconnected webs of other objects. The ability to name an object (using method bind
) and retrieve it later by that name (using method lookup
facilitates this start-up capability. A name is not explicitly defined as an attribute of an object. Naming an object also makes it persistent.
There is a single flat name scope per database; thus all names in a particular database are unique.
@author David Jordan (as Java Editor of the Object Data Management Group)
@version ODMG 3.0
-
org.omegahat.Environment.Databases.Database
-
org.openntf.domino.Database
The Interface Database.
-
org.owasp.jbrofuzz.core.Database
A database is a collection of prototypes, as loaded from the internal file fuzzers.jbrofuzz
residing within the JBroFuzz.jar file.
Once a database instance has been created, you can obtain any known fuzzer through the factory method {@link #createFuzzer(String,int)}.
This class involves a number of further methods for querying the number of prototypes available, their corresponding IDs, names, as well as payload values.
@author subere@uncon.org
@version 1.9
@since 1.2
-
org.palo.api.Database
-
org.parosproxy.paros.db.Database
To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
-
org.pentaho.di.core.database.Database
-
org.restsql.core.sqlresource.Database
3.org/2001/XMLSchema}anyType"> <attribute name="default" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
org.sfsoft.sentenciassql.util.Database
@author Santiago Faci
-
org.sonar.core.persistence.Database
@since 2.12
-
org.springframework.roo.addon.dbre.model.Database
Represents the database model, ie. the tables in the database.
@author Alan Stewart
@since 1.1
-
org.voltdb.catalog.Database
A set of schema, procedures and other metadata that together comprise an application
-
org.xmldb.api.base.Database
Database
is an encapsulation of the database driver functionality that is necessary to access an XML database. Each vendor must provide their own implmentation of the
Database
interface. The implementation is registered with the
DatabaseManager
to provide access to the resources of the XML database.
In general usage client applications should only access
Database
implementations directly during initialization.
-
org.xtreemfs.babudb.api.database.Database
This interface contains all methods on a database.
@author stenjan
-
quickdb.db.AdminBase.DATABASE
-
uptimemart.Database
@author Nick, Joel, Ben Click
-
wolf.util.Database
| if (masterCredendials == null) {
throw new RuntimeException("missing master-credentials in neo4j-server.properties");
}
final SingleUserAuthenticationService adminAuth = new SingleUserAuthenticationService(masterCredendials);
Database database = neoServer.getDatabase();
GraphDatabaseAPI graphDatabaseAPI = database.getGraph();
final MultipleAuthenticationService users = new MultipleAuthenticationService(graphDatabaseAPI);
adminAuthenticationFilter = new AuthenticationFilter("neo4j-admin", adminAuth);
adminPath = getMyMountpoint(configurator) + "/*";
webServer.addFilter(adminAuthenticationFilter, adminPath);
|
| super.dispose();
synchronized(this.databases) {
final Set keys = this.databases.keySet();
for( Iterator i = keys.iterator(); i.hasNext(); )
{
final Database db = (Database)i.next();
try
{
db.close();
}
catch( final ODMGException e) {
getLogger().error( "OJB-ODMG: Cannot close Database", e);
}
i.remove();
|
|
if(debug())
System.err.println("Evaluating expression "+expression);
Database db = createCallFrame(args, argNames);
org.omegahat.Environment.Interpreter.Evaluator evaluator;
evaluator = this;
|
| // Import data
// ===================================================================
public void run() throws IOException {
try {
Database db = Factory.getSession().getCurrentDatabase();
if (deleteAllDoc) {
deleteAllDocuments(db);
}
if (createUsers) {
createUsers(db);
|
| * @param point1
* @param point2
*/
public void addFuzzer(final String fuzzerId, String[] encoders, final int point1, final int point2) {
final Database cDatabase = getFrame().getJBroFuzz().getDatabase();
if(cDatabase.containsPrototype(fuzzerId)) {
final String type = cDatabase.getType(fuzzerId);
mFuzzTableModel.addRow(
fuzzerId,
type,
fuzzerId,
|
| ConnectionFactory.getInstance().getConfiguration(psd.host, psd.port, user, pass);
cfg.setTimeout(120000);
cfg.setLoadOnDemand(true);
try {
Connection con = ConnectionFactory.getInstance().newConnection(cfg);
Database db = con.getDatabaseByName("Config");
if (db != null) {
Cube c = db.getCubeByName("#_connections");
if (c != null) {
Dimension conDim = c.getDimensionByName("connections");
Dimension conAttribDim = c.getDimensionByName("#_connections_");
ArrayList <Element []> coords = new ArrayList<Element[]>();
ArrayList <Element> attributes = new ArrayList<Element>();
|
| ignoredChannelList = new ArrayList<>();
}
private TableWebSocket createTableWebSocket() {
TableWebSocket table = new TableWebSocket();
Database db = Model.getSingleton().getDb();
db.addDatabaseListener(table);
try {
table.databaseOpen(db.getDatabaseServer());
} catch (SQLException e) {
logger.warn(e.getMessage(), e);
}
return table;
}
|
|
// OK, What's the SQL we need to execute to generate the target table?
String sql = transMeta.getSQLStatementsString();
// Execute the SQL on the target table:
Database targetDatabase =
new Database( new LoggingObject( "Custom1" ), transMeta.findDatabase( targetDatabaseName ) );
targetDatabase.connect();
targetDatabase.execStatements( sql );
}
|
| final ObjectFactory objectFactory = new ObjectFactory();
final SqlResourceDefinition def = objectFactory.createSqlResourceDefinition();
final Query query = objectFactory.createQuery();
def.setQuery(query);
final MetaData metaData = objectFactory.createMetaData();
final Database database = objectFactory.createDatabase();
database.setDefault(databaseName);
metaData.setDatabase(database);
final Table table = objectFactory.createTable();
table.setRole("Parent");
metaData.getTable().add(table);
def.setMetadata(metaData);
|
| Class.forName("com.mysql.jdbc.Driver").newInstance();
conexion = DriverManager.getConnection("jdbc:mysql://" + servidor + ":3306" + "/" + baseDatos,
usuario, contrasena);
JOptionPane.showMessageDialog(null, "Se ha conectado con �xito");
database = new Database(conexion);
cargarDatos();
activarControles();
|
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact
coftware#gmail.com.