Examples of select()

@param uri The URI that a connection is required to @return a List of Proxies. Each element in thethe List is of type {@link java.net.Proxy Proxy}; when no proxy is available, the list will contain one element of type {@link java.net.Proxy Proxy}that represents a direct connection. @throws IllegalArgumentException if either argument is null
  • java.nio.channels.Selector.select()
    Selects a set of keys whose corresponding channels are ready for I/O operations.

    This method performs a blocking selection operation. It returns only after at least one channel is selected, this selector's {@link #wakeup wakeup} method is invoked, the currentthread is interrupted, or the given timeout period expires, whichever comes first.

    This method does not offer real-time guarantees: It schedules the timeout as if by invoking the {@link Object#wait(long)} method.

    @param timeout If positive, block for up to timeoutmilliseconds, more or less, while waiting for a channel to become ready; if zero, block indefinitely; must not be negative @return The number of keys, possibly zero,whose ready-operation sets were updated @throws IOException If an I/O error occurs @throws ClosedSelectorException If this selector is closed @throws IllegalArgumentException If the value of the timeout argument is negative
  • javax.persistence.criteria.CriteriaQuery.select()
  • javax.persistence.criteria.Subquery.select()
    Specify the item that is to be returned as the subquery result. Replaces the previously specified selection, if any. @param expression expression specifying the item thatis to be returned as the subquery result @return the modified subquery
  • javax.swing.JEditorPane.select()
  • javax.swing.JTextArea.select()
  • javax.swing.JTextField.select()
  • javax.swing.JTextPane.select()
  • javax.swing.text.JTextComponent.select()
  • jodd.lagarto.dom.NodeSelector.select()
    Selects nodes using CSS3 selector query.
  • junit.extensions.eclipse.quick.internal.PopupTableSelector.select()
  • lejos.util.TextMenu.select()
    Allows the user to scroll through the items, using the right and left buttons (forward and back) The Enter key closes the menu
    and returns the index of the selected item.
    The menu display wraps items that scroll off the top will reappear on the bottom and vice versa. The selectedIndex is set to the first menu item. @return the index of the selected item
  • mage.client.chat.ChatPanel.select()
  • mage.client.game.GamePanel.select()
  • mmrnmhrm.core.engine_client.DeeSelectionEngine.select()
  • model.devs.ICoupledModel.select()
    The select function of a classic DEVS coupled model. @param setOfModels the set of models which can be imminent in the current step (the tonies of these models are equal to the current simulation run time) - one of these has to be executed @return the devs model which got selected and which will execute aninternal state transition
  • net.infopeers.restrant.engine.parser.ParserManager.select()
  • net.paoding.rose.jade.dataaccess.DataAccess.select()
    读访问 @param sql 所要执行的实际SQL语句 @param args 伴随该SQL语句的参数 @param rowMapper 行映射器 @return
  • net.sf.swtbot.widgets.SWTBotTable.select()
    Sets the selected item to the given index. @param rowIndex the zero-based index of the row to be selected.
  • net.sf.swtbot.widgets.SWTBotTree.select()
    Selects the given row index. @param rowIndex the index of the row to select. @return this same instance.
  • net.sf.swtbot.widgets.SWTBotTreeItem.select()
    Selects the current tree item. @return the current node. @since 1.0
  • net.sourceforge.squirrel_sql.client.session.mainpanel.objecttree.tabs.IObjectTab.select()
    This tab has been selected.
  • net.sourceforge.ztail.ui.tabs.TabItem.select()
  • nl.giantit.minecraft.database.query.SelectQuery.select()
  • oracle.olapi.data.source.StringSource.select()
  • org.apache.avalon.cornerstone.services.datasource.DataSourceSelector.select()
  • org.apache.avalon.cornerstone.services.datasources.DataSourceSelector.select()
  • org.apache.avalon.cornerstone.services.store.Store.select()
    Selects a Repository configured for the given policy. The policy must be an instance of {@link org.apache.avalon.framework.configuration.Configuration}. The following attributes are used by the Store and thus are mandatory in the policy parameter:
     <repository destinationURL="[URL of this repository]" type="[repository type e.g. OBJECT, STREAM or MAIL]" model="[repository model e.g. PERSISTENT, CACHE]"> [additional configuration] </repository> 

    The policy is used both to select the appropriate Repository and to configure it.

    @param policy a {@link org.apache.avalon.framework.configuration.Configuration} object identifying the sought Repository @return requested {@link Repository} @throws ServiceException if no repository matches policy
  • org.apache.avalon.fortress.impl.lookup.FortressServiceSelector.select()
  • org.apache.avalon.framework.component.ComponentSelector.select()
    rl") ); } catch (...) { ... } @param hint A hint to retrieve the correct Component. @return the desired component @throws ComponentException If the given role is not associatedwith a Component, or a Component instance cannot be created.
  • org.apache.avalon.framework.service.ServiceSelector.select()
    rl") ); } catch (...) { ... } @param policy A criteria against which a {@link Object} is selected. @return an {@link Object} value @throws ServiceException If the requested {@link Object} cannot be supplied
  • org.apache.cayenne.ObjectContext.select()
    Executes a selecting query, returning a list of persistent objects or data rows.
  • org.apache.cayenne.test.jdbc.TableHelper.select()
    Selects a single row from the mapped table.
  • org.apache.cocoon.components.flow.InterpreterSelector.select()
  • org.apache.cocoon.selection.Selector.select()
    Selectors test pattern against some objects in a Map model and signals success with the returned boolean value @param expression The expression to test. @param objectModel The Map containing object of thecalling environment which may be used to select values to test the expression. @param parameters The sitemap parameters, as specified by <parameter/> tags. @return boolean Signals successfull test.
  • org.apache.cocoon.selection.SwitchSelector.select()
    Switch Selectors test patterns against a context object and signal success with the returned boolean value @param expression The expression to test. @param selectorContext The context this test should be performed in. @return true if the test was successful.
  • org.apache.cocoon.sitemap.SitemapComponentSelector.select()
  • org.apache.commons.net.imap.IMAPClient.select()
    Send a SELECT command to the server. @param mailboxName The mailbox name to select. @return {@code true} if the command was successful,{@code false} if not. @exception IOException If a network I/O error occurs.
  • org.apache.empire.db.DBCommand.select()
    Adds a DBColumnExpr object to the Vector: 'select'. @param expr the DBColumnExpr object
  • org.apache.hadoop.hbase.regionserver.compactions.CompactionContext.select()
    Called to select files for compaction. Must fill in the request field if successful. @param filesCompacting Files currently being compacted by other compactions. @param isUserCompaction Whether this is a user compaction. @param mayUseOffPeak Whether the underlying policy may assume it's off-peak hours. @param forceMajor Whether to force major compaction. @return Whether the selection succeeded. Selection may be empty and lead to no compaction.
  • org.apache.harmony.luni.platform.INetworkSystem.select()
  • org.apache.ibatis.session.SqlSession.select()
  • org.apache.jackrabbit.oak.plugins.observation.filter.UniversalFilter.Selector.select()
  • org.apache.james.services.MailStore.select()
  • org.apache.lenya.xml.XPointerFactory.select()
    Select nodes by xpointer @param node Document Node @param reference xmls(...)xpointer(...) @return nodes @exception Exception ...
  • org.apache.marmotta.client.clients.SPARQLClient.select()
    Run a SPARQL Select query against the Marmotta Server and return the results as SPARQL Result. Results will be transfered and parsed using the SPARQL JSON format. @param query a SPARQL Select query to run on the database @return @throws IOException @throws MarmottaClientException
  • org.apache.metamodel.query.Query.select()
  • org.apache.myfaces.tobago.model.SelectedState.select()
    Select the given path.
  • org.apache.openejb.core.cmp.CmpContainer.select()
  • org.apache.openjpa.jdbc.sql.Select.select()
    Select the given SQL; the given id object is an identifier to use when retrieving the corresponding value from a {@link Result}. @return true if selected
  • org.apache.openjpa.jdbc.sql.SelectImpl.select()
  • org.apache.openjpa.jdbc.sql.Union.select()
    Select data using the given selector.
  • org.apache.openjpa.persistence.query.DomainObject.select()
  • org.apache.openjpa.persistence.query.QueryDefinition.select()
    Specify the objects / values to be returned. Replaces the previous select list, if any. If no select items are specified and there is only one query root, the root entity is assumed to be the result. @param selectItems -one or more SelectItem instances @return the modified query definition instance
  • org.apache.tika.extractor.DocumentSelector.select()
    Checks if a document with the given metadata matches the specified selection criteria. @param metadata document metadata @return true if the document matches the selection criteria,false otherwise
  • org.apache.wicket.util.tester.FormTester.select()
    Simulates selecting an option of a FormComponent. Supports RadioGroup, CheckGroup, and AbstractChoice family currently. The behavior is similar to interacting on the browser: For a single choice, such as Radio or DropDownList, the selection will toggle each other. For multiple choice, such as Checkbox or ListMultipleChoice, the selection will accumulate. @param formComponentId relative path (from Form) to the selectable FormComponent @param index index of the selectable option, starting from 0 @return This
  • org.apache.ws.jaxme.PM.select()

    Reads documents matching the given query. For any document matching, the Observer's notify method is executed with the matching document as an argument.

    @param pObserver This Observer is notified for any matching document.The document is added as an argument. @param pQuery The query to perform.
  • org.apache.xbean.finder.AnnotationFinder.select()
  • org.aspectj.org.eclipse.jdt.internal.codeassist.SelectionEngine.select()
    Ask the engine to compute the selection at the specified position of the given compilation unit. @param sourceUnit org.aspectj.org.eclipse.jdt.internal.compiler.env.ICompilationUnitthe source of the current compilation unit. @param selectionSourceStart int @param selectionSourceEnd inta range in the source where the selection is.
  • org.asynchttpclient.ProxyServerSelector.select()
    Select a proxy server to use for the given URI. @param uri The URI to select a proxy server for. @return The proxy server to use, if any. May return null.
  • org.beangle.model.query.builder.OqlBuilder.select()
  • org.codehaus.preon.CodecSelector.select()
    Selects the {@link Codec} to be used for decoding, based on the bits on the {@link BitBuffer} and the referencesthat can be resolved using the resolver. @param buffer The buffer providing the bits. @param resolver The resolver for resolving references. @return The {@link Codec} that needs to be used. @throws DecodingException If we fail to select a {@link Codec} for the data found in the {@link BitBuffer}.
  • org.datanucleus.store.mapped.FetchStatement.select()
    Add a column to the SELECT clause. @param col The column to add @return The parameter position of this column in the statement.
  • org.datanucleus.store.mapped.expression.QueryExpression.select()
    Select the columns for a mapping @param mapping The mapping @return The index of the columns in the select
  • org.datanucleus.store.rdbms.sql.SQLStatement.select()
    Select an expression. This will be used when adding aggregates to the select clause (e.g "COUNT(*)"). @param expr The expression to add to the select statement @param alias Optional alias for this selected expression @return The index(es) of the expression in the select
  • org.eclipse.core.net.proxy.IProxyService.select()
  • org.eclipse.gef.EditPartViewer.select()
  • org.eclipse.gef.GraphicalViewer.select()
  • org.eclipse.jdt.internal.codeassist.SelectionEngine.select()
    Ask the engine to compute the selection at the specified position of the given compilation unit. @param sourceUnit org.eclipse.jdt.internal.compiler.env.ICompilationUnitthe source of the current compilation unit. @param selectionSourceStart int @param selectionSourceEnd inta range in the source where the selection is.
  • org.eclipse.jface.viewers.IFilter.select()
    Determines if the given object passes this filter. @param toTest object to compare against the filter @return true if the object is accepted by the filter.
  • org.eclipse.jface.viewers.ViewerFilter.select()
    Returns whether the given element makes it through this filter. @param viewer the viewer @param parentElement the parent element @param element the element @return true if element is included in thefiltered set, and false if excluded
  • org.eclipse.nebula.widgets.nattable.widget.NatCombo.select()
    Selects the item at the given zero-relative index in the receiver's list. If the item at the index was already selected, it remains selected. Indices that are out of range are ignored. @param index the index of the item to select
  • org.eclipse.sapphire.ui.ListSelectionService.select()
    Selects a single element in the list. If selection changes, ListSelectionChangedEvent will be fired. @param element the new selection or null
  • org.eclipse.sapphire.ui.forms.MasterDetailsContentNodePart.select()
  • org.eclipse.sapphire.ui.forms.TabGroupPart.select()
  • org.eclipse.swt.custom.CCombo.select()
    Selects the item at the given zero-relative index in the receiver's list. If the item at the index was already selected, it remains selected. Indices that are out of range are ignored. @param index the index of the item to select @exception SWTException
  • org.eclipse.swt.widgets.Combo.select()
    Selects the item at the given zero-relative index in the receiver's list. If the item at the index was already selected, it remains selected. Indices that are out of range are ignored. @param index the index of the item to select @exception SWTException
  • org.eclipse.swt.widgets.List.select()
    Selects the item at the given zero-relative index in the receiver's list. If the item at the index was already selected, it remains selected. Indices that are out of range are ignored. @param index the index of the item to select @exception SWTException
  • org.eclipse.swt.widgets.Table.select()
    Selects the item at the given zero-relative index in the receiver. If the item at the index was already selected, it remains selected. Indices that are out of range are ignored. @param index the index of the item to select @exception SWTException
  • org.eclipse.swt.widgets.Text.select()
  • org.eclipse.swt.widgets.Tree.select()
    Selects an item in the receiver. If the item was already selected, it remains selected. @param item the item to be selected @exception IllegalArgumentException @exception SWTException @since 3.4
  • org.eclipse.swtbot.eclipse.gef.finder.widgets.SWTBotGefConnectionEditPart.select()
  • org.eclipse.swtbot.eclipse.gef.finder.widgets.SWTBotGefEditPart.select()
    select this edit part as a single selection
  • org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox.select()
    Select the checkbox.
  • org.eclipse.swtbot.swt.finder.widgets.SWTBotTable.select()
    Sets the selected item to the given index. @param rowIndex the zero-based index of the row to be selected.
  • org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItem.select()
    Selects the current table item. @return the current node.
  • org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButton.select()
    Selects the checkbox button.
  • org.eclipse.swtbot.swt.finder.widgets.SWTBotTree.select()
    Selects the items matching the array list. @param items the items to select. @return this same instance.
  • org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem.select()
    Selects the current tree item. @return the current node. @since 1.0
  • org.elasticsearch.search.MultiValueMode.select()
  • org.fenixedu.academic.domain.mobility.outbound.OutboundMobilityCandidacy.select()
  • org.focusns.dao.photo.AlbumDao.select()
  • org.freeplane.features.map.MapController.select()
  • org.freeplane.features.map.mindmapmode.MMapController.select()
  • org.freeplane.view.swing.map.MapView.select()
  • org.gdbms.engine.strategies.Strategy.select()
    Realiza una select a partir de la instrucci�n que se pasa como par�metro @param instr Objeto con la informaci�n sobre las tablas que entran enjuego en la instrucci�n, campos, expresiones condicionales, ... @return DataSource con el resultado de la instruccion @throws ExecutionException The query failed
  • org.gephi.tools.api.ToolController.select()
    Selects tool as the active tool and therefore unselect the current tool, if exists. @param tool the tool that is to be selected
  • org.gradle.execution.BuildExecuter.select()
    Selects the tasks to execute, if any. This method is called before any other methods on this executer.
  • org.gradle.jvm.internal.toolchain.JavaToolChainInternal.select()
  • org.gradle.nativeplatform.toolchain.internal.NativeToolChainInternal.select()
    Locates the tools that can target the given platform.
  • org.huihoo.workflow.runtime.PerformerSelector.select()
  • org.itsnat.comp.text.ItsNatHTMLInputText.select()
  • org.itsnat.comp.text.ItsNatHTMLTextArea.select()
    Select the contents of the TEXTAREA .

    It sends the appropriated JavaScript to the client to call again using the symmetric DOM element at the client. This method does the same as org.w3c.dom.html.HTMLTextAreaElement.select() in non-internal (remote) event mode.

  • org.jamesii.asf.registry.selection.SelectorEnsemble.select()
    Select an algorithm by asking meta selector and selection managers. @param parameters the parameter block @param failureTolerance the failure tolerance @return the parameter block
  • org.jboss.jbossts.qa.JDBCLocals01Impls.InfoTable.select()
  • org.jboss.remoting.transport.multiplex.utility.VirtualSelector.select()
    Allows a Thread to wait to be informed of InputStreams that have bytes ready to read. @return a Map from a set of InputStreams with ready bytes to their attachments.If close() is called while a Thread is waiting in select(), and if there are no ready InputStreams, select() will return null.
  • org.jboss.weld.SimpleCDI.select()
  • org.jbpm.ui.editor.DesignerEditor.select()
  • org.jitterbit.integration.client.ldap.ui.auxiliary.AuxiliaryClassSelector.select()
  • org.jitterbit.integration.client.ui.interchange.entity.operation.graph2d.controller.RouteTypeSelector.select()
  • org.jooq.DSLContext.select()
    Create a new DSL select statement.

    This creates an attached, renderable and executable SELECT statement from this {@link DSLContext}. If you don't need to render or execute this SELECT statement (e.g. because you want to create a subselect), consider using the static {@link DSL#select(Collection)} instead.

    Example:

     DSLContext create = DSL.using(configuration); create.select(fields) .from(table1) .join(table2).on(field1.equal(field2)) .where(field1.greaterThan(100)) .orderBy(field2); 
    @see DSL#select(Collection)
  • org.jooq.examples.mysql.sakila.SakilaFactory.select()
  • org.jooq.impl.Factory.select()
    {@inheritDoc}
  • org.jooq.mp.derby.test.TestFactory.select()
  • org.jooq.mp.hsqldb.test.TestFactory.select()
  • org.jooq.mp.mysql.test.TestFactory.select()
  • org.jooq.mp.oracle.test.TestFactory.select()
  • org.jooq.util.h2.H2Factory.select()
  • org.jooq.util.maven.example.ase.DboFactory.select()
  • org.jooq.util.maven.example.mysql.Test2Factory.select()
  • org.jooq.util.maven.example.postgres.PublicFactory.select()
  • org.jooq.util.mysql.MySQLFactory.select()
  • org.jooq.util.oracle.OracleFactory.select()
  • org.jooq.util.sqlite.SQLiteFactory.select()
  • org.jooq.util.sqlserver.SQLServerFactory.select()
  • org.jostraca.tree.path.Path.select()
  • org.jpox.store.mapped.FetchStatement.select()
    Add a column to the SELECT clause. @param col The column to add @return The parameter position of this column in the statement.
  • org.jpox.store.mapped.expression.QueryExpression.select()
    Select the columns for a mapping @param mapping The mapping @return The index of the columns in the select
  • org.jpox.store.rdbms.RDBMSFetchStatement.select()
    Add a column to the SELECT clause. @param col The column to add @return The parameter position of this column in the statement.
  • org.jreform.Group.select()
  • org.jruby.RubyThread.select()
  • org.jsoup.nodes.Document.select()
  • org.jsoup.nodes.Element.select()
    Find elements that match the {@link Selector} query, with this element as the starting context. Matched elementsmay include this element, or any of its children.

    This method is generally more powerful to use than the DOM-type {@code getElementBy*} methods, becausemultiple filters can be combined, e.g.:

    See the query syntax documentation in {@link org.jsoup.select.Selector}. @param query a {@link Selector} query @return elements that match the query (empty if none match) @see org.jsoup.select.Selector

  • org.jsoup.select.Elements.select()
    Find matching elements within this element list. @param query A {@link Selector} query @return the filtered list of elements, or an empty list if none match.
  • org.jugile.util.DBConnection.select()
  • org.jwildfire.envelope.Envelope.select()
  • org.mediameter.cliff.people.disambiguation.KindaDumbDisambiguationStrategy.select()
  • org.modeshape.jcr.api.query.qom.QueryObjectModelFactory.select()
    Creates a query with one or more selectors. @param source the node-tuple source; non-null @param constraint the constraint, or null if none @param orderings zero or more orderings; null is equivalent to a zero-length array @param columns the columns; null is equivalent to a zero-length array @param limit the limit; null is equivalent to having no limit @param isDistinct true if the query should return distinct values; or false if no duplicate removal should be performed @return the select query; non-null @throws InvalidQueryException if a particular validity test is possible on this method, the implemention chooses to performthat test and the parameters given fail that test. See the individual QOM factory methods for the validity criteria of each query element. @throws RepositoryException if another error occurs.
  • org.netbeans.jellytools.nodes.Node.select()
  • org.netbeans.jellytools.nodes.ProjectRootNode.select()
  • org.netbeans.jemmy.operators.ListOperator.select()
    Maps List.select(int) through queue
  • org.nlogo.shape.Element.select()
  • org.olat.core.gui.components.form.flexible.elements.MultipleSelectionElement.select()
  • org.olat.core.gui.components.form.flexible.elements.SingleSelection.select()
  • org.olat.core.gui.formelements.RadioButtonGroupElement.select()
  • org.olat.core.gui.formelements.StaticMultipleSelectionElement.select()
    @see org.olat.core.gui.formelements.SelectionElement#select(java.lang.String,boolean)
  • org.olat.core.gui.formelements.StaticSingleSelectionElement.select()
    @see org.olat.core.gui.formelements.SelectionElement#select(java.lang.String,boolean)
  • org.openbravo.erpCommon.utility.ComboTableData.select()
    Executes the query in the database and returns the data. @param includeActual Boolean that indicates if the actual selected value must be included in the result, even if it doesn´t exists in the new query. @return Array of FieldProvider with the data. @throws Exception
  • org.openide.windows.InputOutput.select()
  • org.openquark.gems.client.caleditor.AdvancedCALEditor.select()
  • org.openrdf.sail.rdbms.evaluation.SqlQueryBuilder.select()
  • org.openscience.cdk.renderer.selection.IChemObjectSelection.select()
  • org.openscience.jchempaint.renderer.selection.LogicalSelection.select()
  • org.osgi.service.device.DriverSelector.select()
    Select one of the matching Driver services. The device manager calls this method if there is at least one driver bidding for a device. Only Driver services that have responded with nonzero (not {@link Device#MATCH_NONE}) {@code } match values will be included in the list. @param reference the {@code ServiceReference} object of the Deviceservice. @param matches the array of all non-zero matches. @return index into the array of {@code Match} objects, or{@code SELECT_NONE} if no Driver service should be attached
  • org.osm.jsoup.nodes.Document.select()
  • org.osm.jsoup.nodes.Element.select()
  • org.qi4j.library.rest.server.api.ObjectSelection.select()
  • org.richfaces.fragment.autocomplete.SelectOrConfirm.select()
    Selects the first suggestion. @return back the Autocomplete component. @throws RuntimeException when no option found
  • org.sonar.core.persistence.DbSession.select()
  • org.sonar.server.db.migrations.MassUpdate.select()
  • org.springframework.data.redis.connection.RedisConnection.select()
  • org.springframework.faces.model.OneSelectionTrackingListDataModel.select()
  • org.springframework.yarn.fs.LocalResourcesSelector.select()
    Select a {@link List} of {@link Entry}s. This method cannot not return NULL. @param dir the base directory @return the list of entries
  • org.springframework.yarn.fs.MultiLocalResourcesSelector.select()
    Select a {@link List} of {@link Entry}s identified by an arbitrary id. @param id the identifier @param dir the base directory @return the list of entries @see LocalResourcesSelector#select(String)
  • org.tarantool.msgpack.TarantoolConnection16.select()
  • org.thymeleaf.dom.DOMSelector.select()

    Executes the DOM selector against the specified node, returning the result of applying the selector expression.

    @param node the node on which the selector will be executed. @return the result of executing the selector.
  • org.uengine.persistence.dao.GanttChartDAO.select()
  • org.uengine.persistence.dao.KeyGeneratorDAO.select()
  • org.uengine.persistence.dao.WorkListDAO.select()
  • org.uengine.persistence.processdefinitionversion.ProcessDefinitionVersionDAO.select()
  • org.uengine.persistence.processinstance.ProcessInstanceDAO.select()
  • org.uengine.util.dao.IDAO.select()
  • org.vietspider.ui.widget.action.ExpandSelectionListener.select()
  • org.waveprotocol.wave.client.wavepanel.event.FocusManager.select()
    Sets the selected focusable. @param focusable focusable to select
  • org.xmlBlaster.util.lexical.Sql92Selector.select()
  • pt.opensoft.html.HtmlRenderer.select()
  • railo.runtime.type.scope.storage.db.SQLExecutor.select()
    does a select statement on the datasource to get data @param config Config of the current context @param cfid CFID of the current user @param applicationName name of the current application context @param dc Datasource Connection to use @param type storage type (Scope.SCOPE_CLIENT,Scope.SCOPE_SESSION) @param log @param createTableIfNotExist do create the table if not existing @return data matching criteria @throws PageException @throws SQLException
  • redis.clients.jedis.BinaryJedis.select()
    Select the DB with having the specified zero-based numeric index. For default every new client connection is automatically selected to DB 0. @param index @return Status code reply
  • redis.clients.jedis.Jedis.select()
    Select the DB with having the specified zero-based numeric index. For default every new client connection is automatically selected to DB 0. @param index @return Status code reply
  • redis.clients.jedis.Pipeline.select()
  • redis.clients.jedis.Transaction.select()
  • sim.access.SIMView.select()
  • syn3d.nodes.java3d.LoaderHandlerJava3D.select()
  • ui.utils.DirectorySelector.select()
  • ui.utils.DirectorySelectorImpl.select()
  • xtc.parser.ParseError.select()
  • xtc.parser.Result.select()
    Select the more specific parse error. This method compares this result (i.e., either the parse error or the embedded parse error) with the specified parse error and returns the one representing the longer parse. @param error The error. @return The more specific parse error.

  • Examples of abstrasy.Node.select()

            // déréférencer...
            return Node.createCList()
                .append(e1.select(0, e1.size()))
                .append(e2.select(0, e2.size()))
                .append(o3.select(0, o3.size()))
                .append(o4.select(0, o4.size()));

        }

    }
    View Full Code Here

    Examples of adipe.translate.ra.RaTermBuilder.select()

                groupByExpressions = Lists.<SimpleColumn>newArrayList();
            }

            processWhereClause(ctx.tableExpression().whereClause());

            raBuilder.select(selected);
            raBuilder.groupBy(groupByExpressions);
            raBuilder.withBaseRelation(state.rela);
            raBuilder.withQueryParameters(state.parameterAttributes());

            if (havingClause != null) {
    View Full Code Here

    Examples of adipe.translate.sql.ColumnIndexesImpl.select()

         * @param indexes as numbered in {@link columns}, not {@link expandedColumns}
         * @return the result's {@link expandedColumns} are the projected-on columns
         */
        public Relation project(int[] indexes) {
            ColumnIndexesImpl c = new ColumnIndexesImpl(this.columns());
            c = c.select(indexes);
            return makeNew(Terms.project(this.formula(), indexes), c, c);
        }

        private Relation project(Iterable<Integer> projectionInts) {
            return project(Ints.toArray(Lists.newArrayList(projectionInts)));
    View Full Code Here

    Examples of ae.java.awt.peer.ChoicePeer.select()

            }
            if (pItems.size() > 0) {
                selectedIndex = pos;
                ChoicePeer peer = (ChoicePeer)this.peer;
                if (peer != null) {
                    peer.select(pos);
                }
            }
        }

        /**
     
    View Full Code Here

    Examples of ae.java.awt.peer.ListPeer.select()

            ListPeer peer;
            do {
                peer = (ListPeer)this.peer;
                if (peer != null) {
                    peer.select(index);
                    return;
                }

                synchronized(this)
                {
    View Full Code Here

    Examples of ae.java.awt.peer.TextComponentPeer.select()

            this.selectionStart = selectionStart;
            this.selectionEnd = selectionEnd;

            TextComponentPeer peer = (TextComponentPeer)this.peer;
            if (peer != null) {
                peer.select(selectionStart, selectionEnd);
            }
        }

        /**
         * Selects all the text in this text component.
    View Full Code Here

    Examples of antlr.TokenStreamSelector.select()

                TerrierFloatLexer flexer = new TerrierFloatLexer(lexer.getInputState());

                TokenStreamSelector selector = new TokenStreamSelector();
                selector.addInputStream(lexer, "main");
                selector.addInputStream(flexer, "numbers");
                selector.select("main");
                TerrierQueryParser parser = new TerrierQueryParser(selector);
                parser.setSelector(selector);
                rtr = parser.query();
            }catch (Exception e) {
               // throw new QueryParserException("Failed to process '"+query+"'",e);
    View Full Code Here

    Examples of anvil.codec.Code.select()

          int n = methods.length;
          if (n>3) {
            code.aload(l_attr);
            code.invokevirtual(pool.addMethodRef("java/lang/String", "hashCode", "()I"));
            Source notfound = code.getSource();
            Switch select = code.select();
            for(int i=0; i<n; i++) {
              select.addCase(methods[i].getName().substring(prefixLength).hashCode());
            }
            select.end();
            Iterator iter = select.getCases();
    View Full Code Here

    Examples of ar.rules.Legend.Formatter.select()


          @Override
          public Map select(Aggregates inAggs, Aggregates outAggs) {
            Formatter inner = decide(inAggs.defaultValue());
            return inner.select(inAggs, outAggs);
          }


          @Override
          public JPanel display(Map exemplars) {
    View Full Code Here

    Examples of at.riemers.zero.base.model.Menu.select()

                                item = it.next();
                            }


                            log.debug(item.getAction() + Boolean.toString(item.isJsp()));
                            menu.select(item.getAction());
                        } else {
                            log.debug("no menus found");
                        }
                    } else {
                        log.debug("priorityItem: " + priorityItem.getPriority());
    View Full Code Here
    TOP
    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.