Search
scanning

Scanning is the default search option for small tables.

Enter text here to perform a scan over supported column types.

Text columns with limited length use a substring search If the entered text is a number, integer columns will be scanned for an exact match of the value.

The scanning search option is disabled for large tables.

seeking

Seeking is the default search option for large tables.

Seeking requires indexes and can only be done using the column (or columns) the index is defined on.

In the single-column case, the database will seek to the position the entered search term would be at and return all rows greater or equal to that value.

In the multiple-column case, the above still applies to the column you supplied non-empty search text for. All previous columns, however, will be using an equality match.

 
 

Note that there are some explanatory texts on larger screens.

plurals
  1. PODo you have any recommended File templates for resharper for VB.Net
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
  2. POHow to get your own (local) IP-Address from an udp-socket (C/C++)
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
  3. POHow can I manage OSGi build dependencies?
    primarykey
    data
    text
    <p>We've embedded an OSGi runtime (Equinox) into out custom client-server application to facilitate plugin development and so far things are going great. We've been using Eclipse to build plugins due to the built-in manifest editor, dependency management, and export wizard. Using Eclipse to manager builds isn't very conducive to continuous integration via Hudson.</p> <p>We have OSGi bundles which depend on other OSGi bundles. I'd really hate to hardcode build order in a custom ANT build. We've done this is the past and it's pretty horrible. Is there any build tool that can EASILY manage OSGi dependencies, if not automatically resolve them? Are there any DECENT examples of how to this?</p> <p>CLARIFICATION:</p> <p>The generated build scripts are only usable via Eclipse. They require manually running pieces of Eclipse. We've also got some standard targets which the Eclipse build won't have, and I don't want to modify the generated file since I may regenerate (I know I can do includes, but I want to avoid the Eclipse gen file all together)</p> <p>Here is my project layout:</p> <pre><code>/ -PluginA -PluginB -PluginC . . . </code></pre> <p>In using the Eclipse PDE, each plugin has a Manifest, but no build.xml as the PDE does that for me. Hard to automate a gui driven process w/ Hudson. I'd like to setup my own build.xml to build each, BUT there are dependencies and build order issues. These issues are driven by the Manifest files (which describe OSGi imports). For example, PluginC depends on PluginB which depends on PluginA. They must be built in the correct order. I realize that I can manually control the build order, I'm looking for a tool to help automate the build order dependency management.</p>
    singulars
    1. This table or related slice is empty.
  4. PORelative Root with Visual Studio ASP.NET debugger
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
  5. POApache - how do I build individual and/or all modules as shared modules
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
  6. POHow do I read a disk directly with .Net?
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
  7. POWhat is the command to truncate a SQL Server log file?
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
  8. POLearning Resources on Parsers, Interpreters, and Compilers
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
  9. POBest way to use a property to reference a Key-Value pair in a dictionary
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
...and more
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload