SQLを含む例文一覧と使い方
該当件数 : 530件
A unified API for accessing SQL databases Introduction - DSN 例文帳に追加
SQL データベースにアクセスするための統一された API です。 導入 - DSN - PEAR
Various utility methods that aid the construction of SQL queries. 例文帳に追加
SQL クエリの作成を支援するさまざまなユーティリティメソッド。 - PEAR
Adds an aditional result set generated from an SQL statement. 例文帳に追加
SQL ステートメントから生成されたリザルトセットを追加します。 - PEAR
SQL MANAGEMENT SYSTEM AND SQL MANAGEMENT METHOD AND PROGRAM例文帳に追加
SQL管理システムとSQL管理方法およびプログラム - 特許庁
SQL Editor Improvements (code completion, save/recallqueries, and more) 例文帳に追加
SQL エディタの改善 (コード補完、クエリーの保存と再呼び出しなど) - NetBeans
Write, edit and execute SQL commands on a connected database 例文帳に追加
接続されたデータベースへの書き込み、編集、SQL コマンドの実行 - NetBeans
The characters =? appear in PERSONID's Criteria field, and the criteria WHERE TRAVEL.TRIP.PERSONID=? appears at the end of the SQL statement in the SQL Pane at the bottom of the editor. 例文帳に追加
PERSONID の「条件」フィールドに =? の文字が表示され、エディタ下部の SQL 区画内の SQL 文の末尾に条件「WHERE TRAVEL.TRIP.PERSONID=?」が表示されます。 - NetBeans
Click Open.The file automatically opens in the the SQL editor. 例文帳に追加
「開く」をクリックします。 ファイルが SQL エディタで自動的に開きます。 - NetBeans
Enhancements to SQL to accommodate national and international standards 例文帳に追加
米国規格ならびに国際規格に合せるためのSQLの強化 - コンピューター用語辞典
examples of relational database(RDB) systems are DBase II, INGRESS, QGE, RAPPORT, and SQL/DS 例文帳に追加
リレーショナルデータベース(RDB)システムとしては,DBase II,INGRESS,QBE,RAPPORT,SQL/DSなどがある - コンピューター用語辞典
weak password encryption scheme (modified) in MS SQL Server 例文帳に追加
MS SQLサーバにおける弱いパスワードの暗号化の仕組み(修正版) - コンピューター用語辞典
In order to work with table data, you can make use of the SQL Editor in NetBeans IDE.例文帳に追加
表データの操作には、NetBeans IDE の SQL エディタを利用できます。 - NetBeans
To run the SQL script on MyNewDatabase: 例文帳に追加
MyNewDatabase に対して SQL スクリプトを実行するには、次の手順に従います。 - NetBeans
In the Outline window, right-click tripRowSet under SessionBean1 and choose Edit SQL Statement from the pop-up menu.The SQL Query Editor opens. 例文帳に追加
「アウトライン」ウィンドウで、「SessionBean1」の下の「tripRowSet」を右クリックして、ポップアップメニューから「SQL 文を編集」を選択します。 SQL クエリーエディタが開きます。 - NetBeans
A database access common library 3 holds information of an SQL sentence and a host variable value in a corresponding region in an SQL information table 6 in executing the SQL sentence and assigning the host variable to the SQL sentence in a user executing program 1.例文帳に追加
データベースアクセス共通ライブラリ3は、ユーザ実行プログラム1において、SQL文の実行時、および、SQL文に対するホスト変数の割り当て時のそれぞれにおいて、SQL文およびホスト変数値の情報をSQL情報テーブル6の対応する領域に保持する。 - 特許庁
Issue #144398: SQL CC: CC doesn't appear for MySQL system tables 例文帳に追加
課題 144398: SQL のコード補完: MySQL のシステム表の候補が表示されない - NetBeans
In the Navigator window, right-click employeeRowSet1, and choose Edit SQL Statement. 例文帳に追加
「ナビゲータ」ウィンドウで employeeRowSet1 を右クリックし、「SQL 文を編集」を選択します。 - NetBeans
Make sure that the consult database is selected in the Connection drop-down list in the SQL editor toolbar and click the Run SQL button in the toolbar.例文帳に追加
SQL エディタツールバーの「接続」ドロップダウンリストで consult データベースが選択されていることを確認し、ツールバーの「SQL を実行」ボタンをクリックします。 - NetBeans
To set up the default table layout run the following SQL statement: 例文帳に追加
デフォルトのテーブルを準備するには、以下の SQL 文を実行します。 - PEAR
In most cases a malformed SQL statement is the cause of the error. (Ie. 例文帳に追加
たいていの場合は SQL 文が間違っていることが原因です。 - PEAR
Optional PHP emulation of SQL ON DELETE and ON UPDATE referentially triggered actions. 例文帳に追加
SQL の ON DELETE トリガーや ON UPDATEトリガーによる連鎖更新の、PHP によるエミュレート。 - PEAR
This expression is processed on the result set of the first SQL query.例文帳に追加
この表現では 最初のSQL クエリのリザルトセットで処理されます。 - PEAR
I forgot to ask you to send me that SQL file.例文帳に追加
そのSQLファイルを送ってもらうようにあなたに頼むのを忘れました。 - Weblio Email例文集
To select an SQL group including a search system SQL and an update system SQL for finding an effective tuning method in an SQL group unit.例文帳に追加
検索系および更新系SQLを含めたSQLグループを選出し、SQLグループ単位での有効なチューニング方法を求める。 - 特許庁
This command will run mysql commands from an sql file while in the mysql interactive mode.例文帳に追加
このコマンドは、インタラクティブモードでsqlファイルからスクリプトを読み込みます。 - Gentoo Linux
Queries are one of the main features of any SQL database. 例文帳に追加
クエリはどんなSQLデータベースにも当てはまる主な特徴の一つです。 - Gentoo Linux
Copy the contents of thecar.sql file and paste them into the SQL Command 1 tab of the Source Editor.This is the SQL script which will populate the database with data about cars.例文帳に追加
car.sql ファイルの内容をコピーし、ソースエディタの「SQL コマンド 1」タブにペーストします。 これは、車に関するデータをデータベースに挿入する SQL スクリプトです。 - NetBeans
Copy the contents of the create-Travel-derby.sql file and paste it into the SQL Command query editor. -->例文帳に追加
create-Travel-derby.sql ファイルの内容が、SQL コマンドのクエリーエディタに表示されます。 - NetBeans
A blank canvas opens in the SQL Editor in the main window. 例文帳に追加
メインウィンドウ内に SQL エディタが開き、空白のキャンバスが表示されます。 - NetBeans
SQL syntax can also differ depending on the database management system.例文帳に追加
SQL 構文はまた、データベース管理システムによって異なることがあります。 - NetBeans
However, you just created a COLLEAGUES table in Using the SQL Editor above.例文帳に追加
しかし、前述の「SQL エディタの使用」で COLLEAGUES 表は作成したばかりです。 - NetBeans
a script that logs all accesses to the web site into an SQL database 例文帳に追加
そのウェブサイトへのすべてのアクセスを SQL データベースに記録するスクリプト - 研究社 英和コンピューター用語辞典
To execute an SQL command, you need to be connected to a database. 例文帳に追加
SQL コマンドを実行するには、データベースに接続する必要があります。 - NetBeans
Executes a SQL query, but fetches only the specificed count of rows. 例文帳に追加
SQL クエリを実行しますが、指定した行数のみしか取得しません。 - PEAR
As a general rule of thumb method names are usually the same as the SQL statement they relate to. 例文帳に追加
大まかには、メソッド名は関連する SQL ステートメントと同じです。 - PEAR
Prepare Execute--Prepare and execute SQL statements 例文帳に追加
準備と実行--プリペアドステートメント - PEAR
ISO/IEC 9075-14:2005 support: mapping of SQL identifiers to XML names 5. 例文帳に追加
4. ISO/IEC 9075-14:2005 (SQL の識別子と XML の名前との対応) をサポートしています。 - PEAR
In the example, first a SQL query is done, in the second a SQL query done again - but the parameter for bandsID is taken from the XPath expression in the curly braces. 例文帳に追加
例では先に SQL クエリが終了し、再度第2の SQL クエリが実行されます、しかし bandsID のパラメータは XPath 式の波括弧から取得される。 - PEAR
In the Navigator Window, right-click the tripRowSet1 node and choose Edit SQL Statement.例文帳に追加
「ナビゲータ」ウィンドウで、「tripRowSet1」ノードを右クリックし、「SQL 文を編集」を選択します。 - NetBeans
Because you have changed the SQL query for the tripRowSet, there are more columns that you can display.例文帳に追加
tripRowSet の SQL クエリーを変更したので、使用可能な列が増えています。 - NetBeans
The SQL editor's code completion lets you insertschema, table and column names more quickly.It also lets you browse the history of all SQL statements,filter by search terms and/or by connection URLs,and then insert the selected statement.You can sort query results in the SQL Editor and load large returned data sets page by page.You can directly change values of returned results and insert or delete rows.例文帳に追加
SQL エディタのコード補完を使用すると、スキーマ、表、および列名をよりすばやく挿入できます。 - NetBeans
When you run a script that returns data, thedata is also displayed in the SQL Editor. 例文帳に追加
データを返すスクリプトを実行すると、データも SQL エディタに表示されます。 - NetBeans
| Copyright © Japan Patent office. All Rights Reserved. |
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright 2001-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. |
| © 2010, Oracle Corporation and/or its affiliates. Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners. |
| Copyright © 2001 - 2008 by the PEAR Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ). |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|
