-
KFramework30.Communication.dbTransactionClientClass.executeQuery()
-
ar.com.restba.DefaultRestBAClient.executeQuery()
-
ar.com.restba.RestBAClient.executeQuery()
-
ariba.ui.meta.persistence.ObjectContext.executeQuery()
-
br.gov.serpro.ouvidoria.util.freechart.data.EnhancedJDBCPieDataset.executeQuery()
-
br.gov.serpro.ouvidoria.util.freechart.data.JDBCFlatCategoryDataset.executeQuery()
-
br.net.woodstock.rockframework.core.jdbc.Client.executeQuery()
-
br.net.woodstock.rockframework.core.jdbc.impl.CommonCallableClient.executeQuery()
-
ch.ethz.vs.rowa.Middleware.executeQuery()
Execute SQL on one replica
@param sql
@return Converted ResultSet
@throws MiddlewareException
-
com.adito.jdbc.JDBCPreparedStatement.executeQuery()
-
com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery()
-
com.alibaba.wasp.jdbc.command.CommandInterface.executeQuery()
Execute the query.
@param maxRows the maximum number of rows returned
@return the result
-
com.alvazan.orm.api.z3api.NoSqlTypedSession.executeQuery()
-
com.baasbox.dao.GenericDao.executeQuery()
Execute a query against a given OrientDB Class
@param oclass
@param criteria
@return
@throws SqlInjectionException
-
com.caucho.amber.AmberQuery.executeQuery()
Executes the query returning a result set.
-
com.centraview.common.CVDal.executeQuery()
Executes a Query (Select), and returns the data as a Collection of HashMaps HashMap contains field names as key and field data as value delegates to PreparedStatement's executeQuery
-
com.conexao.Transacao.executeQuery()
-
com.dci.intellij.dbn.database.common.statement.StatementExecutionProcessor.executeQuery()
-
com.google.cloud.sql.jdbc.PreparedStatement.executeQuery()
-
com.imaginea.mongodb.services.DatabaseService.executeQuery()
@param dbName
@param command
@param queryStr
@param keys
@param sortBy
@param limit
@param skip
@return
@throws DatabaseException
@throws JSONException
-
com.imaginea.mongodb.services.DocumentService.executeQuery()
Gets the list of documents inside a collection in a database in mongo to which user is connected to.
@param dbName Name of Database
@param collectionName Name of Collection from which to get all Documents
@param command Name of the Command to be executed
@param queryStr query to be performed. In case of empty query {} return alldocs.
@param keys Keys to be present in the resulted docs.
@param limit Number of docs to show.
@param skip Docs to skip from the front.
@param allKeys
@return List of all documents.
@throws DatabaseException throw super type of UndefinedDatabaseException
@throws ValidationException throw super type ofEmptyDatabaseNameException,EmptyCollectionNameException
@throws CollectionException throw super type of UndefinedCollectionException
@throws DocumentException exception while performing get doc list
-
com.imaginea.mongodb.services.GridFSService.executeQuery()
Service handler for getting the list of files stored in GridFS of specified database.
@param dbName Name of Database
@param bucketName Name of GridFS Bucket
@param bucketType
@param command
@param query
@param skip
@param limit
@param sortBy @return JSON representation of list of all files as a String.
-
com.imaginea.mongodb.services.impl.DatabaseServiceImpl.executeQuery()
Gets the result of the command
@param dbName Name of Database
@param command Name of the Command to be executed
@param queryStr query to be performed. In case of empty query {} return all
@param keys Keys to be present in the resulted docs.
@param limit Number of docs to show.
@param skip Docs to skip from the front.
@return Result of executing the command.
@throws DatabaseException throw super type of UndefinedDatabaseException
-
com.imaginea.mongodb.services.impl.DocumentServiceImpl.executeQuery()
Gets the list of documents inside a collection in a database in mongo to which user is connected to.
@param dbName Name of Database
@param collectionName Name of Collection from which to get all Documents
@param command Name of the Command to be executed
@param queryStr query to be performed. In case of empty query {} return all
@param keys Keys to be present in the resulted docs.
@param limit Number of docs to show.
@param skip Docs to skip from the front.
@param allKeys
@return List of all documents.
@throws DatabaseException throw super type of UndefinedDatabaseException
@throws ValidationException throw super type ofEmptyDatabaseNameException,EmptyCollectionNameException
@throws CollectionException throw super type of UndefinedCollectionException
@throws DocumentException exception while performing get doc list
-
com.imaginea.mongodb.services.impl.GridFSServiceImpl.executeQuery()
Service implementation for getting the list of files stored in GridFS of specified database.
@param dbName Name of Database
@param bucketName Name of GridFS Bucket
@param bucketType
@param command
@param query
@param skip
@param limit
@param sortBy @return JSON representation of list of all files as a String.
-
com.mobixess.jodb.core.io.IOBase.executeQuery()
-
com.mysql.jdbc.PreparedStatement.executeQuery()
A Prepared SQL query is executed and its ResultSet is returned
@return a ResultSet that contains the data produced by the query - nevernull
@exception SQLException if a database access error occurs
-
com.mysql.jdbc.Statement.executeQuery()
Execute a SQL statement that retruns a single ResultSet
@param sql typically a static SQL SELECT statement
@return a ResulSet that contains the data produced by the query
@exception SQLException if a database access error occurs
-
com.qulx.common.ConnDB.executeQuery()
-
com.scarrone.sqlite.SQLiteHander.executeQuery()
-
com.sourcetap.sfa.util.QueryInfo.executeQuery()
-
com.spoledge.audao.parser.gql.PreparedGql.executeQuery()
Executes GQL query.
@param params the parameters to the GQL (referenced by :1, :2, ...)
@return the numebr of processed records.
-
com.sun.star.sdbc.XPreparedStatement.executeQuery()
-
com.sun.star.sdbc.XStatement.executeQuery()
-
com.tridion.broker.querying.Query.executeQuery()
-
com.uploadcare.api.RequestHelper.executeQuery()
-
de.danet.an.util.UniversalPrepStmt.executeQuery()
Calls the executeQuery
method on the delegee prepared statement. Throws a UnsupportedOperationException if no delegee is available.
@param string a String
value.
@return a ResultSet
value.
@throws SQLException if an error occurs.
@see java.sql.PreparedStatement#executeQuery
-
de.mhus.lib.adb.DbManager.executeQuery()
-
de.mhus.lib.sql.DbStatement.executeQuery()
Return the result of an select query.
@param attributes
@return
@throws Exception
-
java.sql.CallableStatement.executeQuery()
-
java.sql.PreparedStatement.executeQuery()
Execute the SQL query in the PreparedStatement and return the ResultSet generated by the query.
@return the ResultSet generated by the query - never null.
@throws SQLException if a database error happens or if the SQL statement does not produce a ResultSet.
-
java.sql.Statement.executeQuery()
Executes a supplied SQL statement. Returns a single ResultSet.
@param sql an SQL statement to execute. Typically a SELECT statement
@return a ResultSet containing the data produced by the SQL statement.Never null.
@throws SQLException if an error occurs accessing the database or if the statement produces anything other than a single ResultSet
-
javax.xml.xquery.XQPreparedExpression.executeQuery()
Executes the prepared query expression. Calling this method implicitly closes any previous result sequence obtained from this expression.
@return the xquery sequence object containing the result of the query execution
@exception XQException if (1) there are errors when executing the prepared expression, (2) the prepared expression is in a closed state, or (3) the query execution is cancelled
-
l2p.database.FiltredPreparedStatement.executeQuery()
-
l2p.database.FiltredStatement.executeQuery()
-
main.pattern.DBController.executeQuery()
-
mondrian.test.TestContext.executeQuery()
Executes a query.
@param queryString Query string
-
net.sf.saxon.javax.xml.xquery.XQPreparedExpression.executeQuery()
-
oracle.jdbc.OracleStatement.executeQuery()
-
oracle.toplink.essentials.sessions.UnitOfWork.executeQuery()
-
oracle.toplink.sessions.Session.executeQuery()
-
org.adbcj.Connection.executeQuery()
-
org.apache.hadoop.hbase.hbql.client.HConnection.executeQuery()
-
org.apache.hadoop.hbase.hbql.client.HPreparedStatement.executeQuery()
-
org.apache.hadoop.hbase.hbql.client.HStatement.executeQuery()
-
org.apache.hadoop.hbase.hql.HQLClient.executeQuery()
-
org.apache.jackrabbit.oak.api.QueryEngine.executeQuery()
Execute a query and get the result.
@param statement the query statement
@param language the language
@param limit the maximum result set size (may not be negative)
@param offset the number of rows to skip (may not be negative)
@param bindings the bind variable value bindings
@param namePathMapper the name and path mapper to use
@return the result
@throws ParseException if the statement could not be parsed
@throws IllegalArgumentException if there was an error executing the query
-
org.apache.metamodel.DataContext.executeQuery()
Executes a query against the DataContext.
@param query the query object to execute
@return the {@link DataSet} produced from executing the query
@throws MetaModelException if the specified query does not make sense or cannot be executed because of restraints on the type of datastore.
-
org.apache.metamodel.MockUpdateableDataContext.executeQuery()
-
org.apache.metamodel.QueryPostprocessDataContext.executeQuery()
-
org.apache.metamodel.UpdateableDataContext.executeQuery()
-
org.apache.metamodel.fixedwidth.FixedWidthDataContext.executeQuery()
-
org.apache.metamodel.jdbc.JdbcDataContext.executeQuery()
-
org.apache.tapestry.contrib.jdbc.IStatement.executeQuery()
Executes the statement as a query, returning a {@link ResultSet}.
-
org.apache.tuscany.das.rdb.Command.executeQuery()
Performs the function defined by the command and return the results in the root DataObject
@return the root DataObject
-
org.apache.tuscany.das.rdb.test.commands.ReadCustomersByLastnameCommand.executeQuery()
-
org.apache.tuscany.das.rdb.test.commands.ReadCustomersCommand.executeQuery()
-
org.apache.tuscany.das.rdb.test.commands.ReadCustomersStaticTypesCommand.executeQuery()
-
org.apache.tuscany.das.rdb.test.commands.ReadCustomersWithShapeCommand.executeQuery()
-
org.apache.tuscany.das.rdb.test.commands.SimpleReadCustomersWithShapeCommand.executeQuery()
-
org.caffinitas.mapper.core.PersistenceSession.executeQuery()
Execute the given parameterized query. Convinience for {@link #executeQueryAsync(QueryBinder)}. {@link ReadFuture#getUninterruptibly()}.
@param queryBinder parameterized query binder
@param < T> entity (base) type
@return result list
-
org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery()
PUBLIC: Execute the pre-defined query by name and return the result. Queries can be pre-defined and named to allow for their reuse.
@see #addQuery(String,DatabaseQuery)
-
org.eclipse.persistence.sessions.Session.executeQuery()
PUBLIC: Execute the pre-defined query by name and return the result. Queries can be pre-defined and named to allow for their reuse.
@see #addQuery(String,DatabaseQuery)
-
org.eclipse.persistence.sessions.UnitOfWork.executeQuery()
-
org.eobjects.metamodel.DataContext.executeQuery()
-
org.exoplatform.services.jcr.impl.core.query.QueryHandler.executeQuery()
Executes the query on the search index.
@param queryImpl the query impl.
@param query the lucene query.
@param orderProps name of the properties for sort order.
@param orderSpecs the order specs for the sort order properties. true
indicatesascending order, false
indicates descending.
@return the lucene Hits object.
@throws IOException if an error occurs while searching the index.
-
org.fto.jthink.jdbc.SQLExecutor.executeQuery()
执行查询操作的SQL,比如:Select等操作
@param sql 查询操作的SQL串
@param values 值数据,用于替换sql中的?号
@param doClazz 数据对象类型,只有采用DataObjectResultMaker时此参数才有意义
@return 结果集, 结果集的数据结构由ResultMaker来决定
-
org.h2.command.Command.executeQuery()
Execute a query and return the result. This method prepares everything and calls {@link #query(int)} finally.
@param maxrows the maximum number of rows to return
@param scrollable if the result set must be scrollable (ignored)
@return the result set
-
org.h2.command.CommandInterface.executeQuery()
Execute the query.
@param maxRows the maximum number of rows returned
@param scrollable if the result set must be scrollable
@return the result
-
org.jrdf.query.Query.executeQuery()
-
org.jrdf.query.client.QueryClient.executeQuery()
Returns a streaming answer of the results.
@return a streaming answer of the results.
-
org.jrdf.sparql.SparqlConnection.executeQuery()
-
org.lealone.command.Command.executeQuery()
Execute a query and return the result. This method prepares everything and calls {@link #query(int)} finally.
@param maxrows the maximum number of rows to return
@param scrollable if the result set must be scrollable (ignored)
@return the result set
-
org.lealone.command.CommandInterface.executeQuery()
Execute the query.
@param maxRows the maximum number of rows returned
@param scrollable if the result set must be scrollable
@return the result
-
org.lealone.command.CommandRemote.executeQuery()
-
org.ofbiz.entity.jdbc.SQLProcessor.executeQuery()
Execute a query based on the prepared statement
@return The result set of the query
@throws GenericDataSourceException
-
org.olap4cloud.client.OLAPEngine.executeQuery()
-
org.olap4j.PreparedOlapStatement.executeQuery()
Executes the MDX query in this PreparedOlapStatement
object and returns the CellSet
object generated by the query.
@return an CellSet
object that contains the data producedby the query; never null
@exception OlapException if a database access error occurs
-
org.openqreg.db.DbHandler.executeQuery()
ExecuteQuery takes a SQL-statement, performs a Db-question and returns the answer in a ResultSet. Do not forget to close the connection after the ResultSet is read, since an open connection hoggs the DB-pool.
@param sqlQuery :a String containing a SQL-statement
@return ResultSet :containing the result of the db query
@throws DbHandlerException
-
org.openqreg.util.HtpasswdHandler.executeQuery()
Creates the command given username and password, and executes the query
-
org.openstreetmap.osmosis.apidb.common.DatabaseContext.executeQuery()
Executes a query and returns a result set. The returned result set must be closed by the caller.
@param sql The query to execute.
@return The newly created result set.
-
org.pentaho.commons.connection.IPentahoConnection.executeQuery()
-
org.pentaho.metadata.model.IMetadataQueryExec.executeQuery()
-
org.pentaho.platform.plugin.services.connections.sql.SQLConnection.executeQuery()
Executes the specified query.
@param query the query to execute
@return the resultset from the query
@throws SQLException indicates an error running the query
@throws InterruptedException indicates that the query took longer than the allowed timeout value
@throws PentahoSystemException
-
org.pentaho.platform.plugin.services.connections.xquery.XQConnection.executeQuery()
-
org.teiid.jdbc.StatementImpl.executeQuery()
-
org.wso2.carbon.registry.core.Registry.executeQuery()
Executes a custom query which lives at the given path in the Registry.
@param path Path of the query to execute.
@param parameters a Map of query parameters (name -> value)
@return a Collection containing any resource paths which match the query
@throws RegistryException depends on the implementation.
-
org.wso2.carbon.registry.core.dataaccess.QueryProcessor.executeQuery()
This method will be called when a query of a registered type is executed.
@param registry the registry to execute the query
@param query query resource, possibly containing the query string
@param parameters query parameters as name->value pairs
@return QueryProcessor impl should map the query results to a resource and return theresource. If the query may return multiple results it can return a collection resource, containing the paths of individual results. Then a URL handler can be registered to process those individual paths and return actual resulting resource.
@throws org.wso2.carbon.registry.core.exceptions.RegistryException QueryProcessor impl should handle all exceptions and throw RegistryException if the exception has to propagated to the client.
-
railo.runtime.orm.ORMSession.executeQuery()
-
realcix20.utils.DAO.executeQuery()
-
se.unlogic.standardutils.dao.querys.BooleanQuery.executeQuery()
-
spark.api.Command.executeQuery()
Execute a SELECT query and return a Solutions result.
@return The result solutions