| 意味 | 例文 |
SQL databaseの部分一致の例文一覧と使い方
該当件数 : 146件
This tutorial uses the JavaDB database server but you can also complete the tutorial using the MySQL database server.To create the database in MySQL, download and extract the mysql-consult.zip archive. The archive contains SQL scripts for creating and populating the consult database.For more information on configuring the IDE to work with MySQL, see the Connecting to a MySQL Database tutorial.例文帳に追加
MySQL を操作する IDE の構成については、「MySQL データベースへの接続」チュートリアルを参照してください。 - NetBeans
The final important point not usually mentioned in discussions about SQL injection against any database including Oracle is that SQL injection is not just a Web-based problem. 例文帳に追加
オラクルを含むどのデータベースに対するSQLインジェクションについての議論でも普通は言及されないが最後の重要な点は、SQLインジェクションはウェブベースだけの問題ではないということである。 - コンピューター用語辞典
The SQL sentence is executed by the Access database system 111 and the SQL-SERVER database system 113, the results are compared, and the SQL sentence of which results are not accorded is specified.例文帳に追加
そして、Accessデータベースシステム111とSQL−SERVERデータベースシステム113とでSQL文を実行させて、結果を比較し、結果が不一致のSQL文を特定する。 - 特許庁
The model is readily translatable into database languages such as SQL.例文帳に追加
このモデルは、SQLのようなデータベース言語へ容易に翻訳可能である。 - 特許庁
In this case, the control part 21 retrieves a database from an SQL sentence.例文帳に追加
ここでは、制御部21は、SQL文によりデータベースを検索する。 - 特許庁
Use the Database Explorer to make connections to database servers, view and change database schema,view the data in your tables and views, and execute arbitrary SQL statements against a database.例文帳に追加
データベースエクスプローラを使用して、データベースサーバーに接続したり、データベーススキーマを表示および変更したり、表やビューの中のデータを表示したり、データベースに対して任意の SQL 文を実行したりできます。 - NetBeans
DATABASE PROCESSING SYSTEM, ACCESSING METHOD, SQL CONVERTING METHOD AND STORAGE MEDIUM例文帳に追加
データベース処理システム,アクセス方法,SQL変換方法および記憶媒体 - 特許庁
The abc text indicates that the display field is bound to a String object, which, in this case, is a database column of the SQL type varchar. 例文帳に追加
「abc」のテキストは、表示フィールドが String 型オブジェクトにバインドされていることを示します。 この例では、SQL 型 varchar のデータベース列です。 - NetBeans
This allows you to take a closer look at the functionalityoffered by the Database Explorer, as well as NetBeans IDE's support for SQL files.例文帳に追加
これによって、NetBeans IDE の SQL ファイル用のサポートと同様に、データベースエクスプローラが提供する機能を詳しく見ることができます。 - NetBeans
METHOD AND PROGRAM FOR PREDICTING RETRIEVAL TIME REQUIRED FOR DATABASE BY SQL SENTENCE例文帳に追加
SQL文によるデータベースの検索所要時間の予測方法及びプログラム - 特許庁
Note: Now two different backups should exist: the SQL one, which is portable between various versions of MySQL, and the other one that will allow you to quicklyrestore your database.例文帳に追加
一つはSQLのバックアップでMySQLの各バージョン間で互換性があるものと、もう一つはデータベースを素早く戻すためのものです。 - Gentoo Linux
You may have already created an SQL script elsewhere, and want to import it into NetBeans IDE to run it on a specified database.例文帳に追加
ほかの場所で SQL スクリプトをすでに作成している場合、そのスクリプトを NetBeans IDE にインポートし、指定したデータベースに対して実行します。 - NetBeans
Differential backups are a new feature in SQL 7 that can speed up your recovery times when restoring from database and transaction log backups. 例文帳に追加
差分バックアップはSQL 7の新しい機能であり、データベースとトランザクション・ログ・バックアップからのリストアの際に回復時間をスピードアップできる。 - コンピューター用語辞典
Choose Execute Command from the Tables folder in the Database Explorer.A blank canvas opens in the SQL Editor in the main window. 例文帳に追加
データベースエクスプローラで「表」フォルダから「コマンドを実行」を選択します。 メインウィンドウ内に SQL エディタが開き、空白のキャンバスが表示されます。 - NetBeans
Then, the relevant relational database is retrieved while using the generated SQL instruction.例文帳に追加
そして、生成したSQL命令を用いて当該リレーショナルデータベースを検索する。 - 特許庁
To provide a method and a system for executing an increment SQL server database backup.例文帳に追加
増分SQLサーバデータベースバックアップを実行する方法およびシステムを提供する。 - 特許庁
In addition, based on the database specification 120, a SQL conditional statement generation class is formed which forms SQL conditions used for a retrieval procedure of the database access class 150.例文帳に追加
また、データベース仕様120に基づき、データベースアクセスクラス150が検索処理に用いるSQL条件を生成するSQL条件文生成クラスを生成する。 - 特許庁
It also described how to work with MySQL in the IDE's Database Explorer by creating new database instances and tables, populating tables with data, and running SQL queries.例文帳に追加
また、IDE のデータベースエクスプローラで MySQL を操作して、新しいデータベースインスタンスや表の作成、表へのデータの生成、および SQL クエリーの実行を行う方法も説明しました。 - NetBeans
Note: You can use other database management software, but doing so might require making some adjustments to the SQL script.例文帳に追加
注: ほかのデータベース管理ソフトウェアも使用できますが、そのためには、SQL スクリプトにいくつかの調整を行う必要がある場合があります。 - NetBeans
The messages are stored in a SQL database table until processing of the messages is completed.例文帳に追加
メッセージは、そのメッセージの処理が完了するまで、SQLデータベーステーブルに格納される。 - 特許庁
A conversion verification device 117 inserts a code for extracting an SQL sentence into a program to be processed by an Access database system 111, automatically extracts the SQL sentence in an execution, and converts it into an SQL sentence to be processed by an SQL-SERVER database system 113.例文帳に追加
変換検証装置117では、Accessデータベースシステム111で処理するプログラムに、SQL文を抽出するコードを挿入し、実行時にSQL文を自動的に抽出し、SQL−SERVERデータベースシステム113で処理されるSQL文に変換する。 - 特許庁
To solve the problem that any one can not always freely describe an SQL statement since one has to learn and understand the SQL, which is a language for inquiry of a relational database, in order to fully use the SQL, when information is acquired, in prior art, from a relational database by using the SQL.例文帳に追加
従来技術では,リレーショナルデータベースからの情報取得はSQLと呼ばれるリレーショナルデータベースの問い合わせのための言語を使用するが、SQLを使いこなすには、SQLを学習して理解する必要があり、誰もが自由にSQL文を記述できるわけではない。 - 特許庁
The database operation device 1 includes: an entity object 12 created in each table 17; and an SQL generation part 14 generating an SQL sentence.例文帳に追加
データベース操作装置1は、テーブル17毎に作成されたエンティティオブジェクト12と、SQL文を生成するSQL生成部14とを備える。 - 特許庁
The present invention relates to an open database connectivity (ODBC) driver that enables access of data stored in a hierarchical data store through an SQL input query.例文帳に追加
本発明は、SQL入力クエリーを通して、階層データストアに記憶されているデータにアクセスできるようにするオープンデータベースコネクティヴィティ(ODBC)ドライバ。 - 特許庁
To provide an SQL masking type access method for allowing even a person who does not know SQL at all to easily perform access to a relational database.例文帳に追加
SQLをまったく知らない人でもリレーショナルデータベースに容易にアクセスすることができるSQL隠蔽型のアクセス方法を提供する。 - 特許庁
The stopping step stops data processing of this database control system 1 on the basis of the SQL determined that the sending-out pattern is different from the sending-out pattern of the registered SQL in the SQL determining step.例文帳に追加
停止ステップでは、SQL判定ステップにおいて、登録されたSQLの送出パターンと、送出パターンが相違すると判定されたSQLに基づくデータベース管理システム1のデータ処理を停止する。 - 特許庁
In the host computer 2, the acquired data are converted into SQL (Structured Query Language) and registered on a database server 8.例文帳に追加
上位コンピュータ2では、取得したデータをSQLに変換し、データベースサーバ8に登録する。 - 特許庁
To improve unbalance of a load when executing each processing phase of SQL (Structured Query Language) to each database server.例文帳に追加
各データベースサーバへのSQLの各処理フェーズ実行時の負荷のアンバランスを改善すること。 - 特許庁
According to the SQL script 112, the control part 12 accesses the relational database 30.例文帳に追加
そして、制御部12は、SQLスクリプト112に従って、リレーショナル・データベース30にアクセスする。 - 特許庁
To provide an SQL static analysis program and an SQL static analyzer using a static analysis technology contributing to performance improvement of database access.例文帳に追加
データベースアクセスの性能改善に寄与する静的解析技術を用いたSQL静的解析プログラム及びSQL静的解析装置を提供する。 - 特許庁
For the IDE to communicate with a database server, the IDE requires a driver supporting the JDBC API (JDBC driver), which translates JDBC calls into the network protocols that are used by SQL databases. 例文帳に追加
IDE でデータベースサーバーと通信するには、JDBC API をサポートし、JDBC 呼び出しを、SQL データベースが使用するネットワークプロトコルに変換するドライバ (「JDBC ドライバ」) が必要です。 - NetBeans
Essentially, log shipping is the process of automating the backup of database and transaction log files on a production SQL server, and then restoring them onto a standby server. 例文帳に追加
本質的に、ログシッピングは稼動SQLサーバ上のデータベースとトランザクション・ログファイルのバックアップを自動化し、それらを待機サーバ上に復元するプロセスのことである。 - コンピューター用語辞典
There a few ways that Querying the database for the table structure could be accomplished on every SQL queryAt the initialization of every web page. 例文帳に追加
データベースのテーブル構造に問い合わせるためには、いくつかの方法があります。 毎回 SQL クエリで問い合わせるそれぞれの Web ページの初期化の時に問い合わせる - PEAR
The table for conversion converts a first database connection-control character string having a connection character string including a first SQL sentence for a first database engine of the first database system and a database control character string, into a second database connection-control character string having a connection character string including a second SQL for a second database engine of the second database system and the database control character string.例文帳に追加
この変換用テーブルは、第1のデータベースシステムの第1データベースエンジン用の第1SQL文を含む接続文字列とデータベース制御文字列とを有する第1データベース接続・制御文字列を、第2データベースシステムの第2データベースエンジン用の第2SQL文を含む接続文字列とデータベース制御文字列とを有する第2データベース接続・制御文字列に変換するためのものである。 - 特許庁
First control means 120 has a function of converting a READ command sent to a table of a relational database 110 into a command in an SQL sentence referring to the table and then issuing the command to the relational database 110.例文帳に追加
第1の制御手段120は、リレーショナルデータベース110のテーブルに対して出されたREAD命令を、そのテーブルを参照するSQL文による命令に変換してリレーショナルデータベース110に発行する機能を有する。 - 特許庁
To directly perform SQL access to a managed object database by permitting an access to a managed object in accordance with access right which is specified by means of an access control database.例文帳に追加
管理オブジェクトへのユーザアクセス権を特定する許諾表を用いて管理オブジェクト情報へのデータベースアクセスを限定する。 - 特許庁
When the database to be the retrieval target is a relational database, it is generated by using an SQL instruction in a table CREATE.例文帳に追加
検索対象となるデータベースがリレーショナルデータベースである場合、テーブルCREATEのSQL命令を用いて生成されている。 - 特許庁
Upon receiving the command, the database transmits empty data when the SQL processing group is not held in its own reception buffer, or transmits the SQL processing group to the PLC when the SQL processing group is held.例文帳に追加
このコマンドを受信したデータベースは、自身の受信バッファにSQL処理群が保持されてないときエンプティデータを送信し、SQL処理群が保持されているときSQL処理群をPLCに送信する。 - 特許庁
The SQL static analysis program executed by a computer achieves: a function to store table information of a database targeted by SQL texts to be input; a function to store SQL static analysis definition information for determining whether the SQL texts include factors deteriorating performance of the database access or not; and a function to analyze the SQL texts using the table information and the SQL static analysis definition information.例文帳に追加
本発明に係る実施形態である、コンピュータに実行されるSQL静的解析プログラムは、入力されるSQL文が対象とするデータベースのテーブル情報を記憶する機能と、SQL文がデータベースアクセスの性能劣化を引き起こす要因を含んでいるかを判定するためのSQL静的解析定義情報を記憶する機能と、テーブル情報とSQL静的解析定義情報とを用い、SQL文を解析する機能と、を実現させる。 - 特許庁
Once a connection is made, you can begin working with the database in the IDE, allowing you to create tables, populate them with data, run SQL statements and queries, and more.例文帳に追加
いったん接続が作成されると、IDE でデータベースの操作を開始することができ、表の作成、表へのデータの生成、および SQL 文やクエリーの実行が可能になります。 - NetBeans
To support preparation of an objective SQL to enhance working efficiency for database retrieval, by retrieving or narrowing a history file accumulated with the SQL.例文帳に追加
SQLを蓄積した履歴ファイルを検索しあるいは絞り込むことにより、目的とするSQLの作成を支援してデータベース検索の作業能率を向上する。 - 特許庁
One of the essential features of an SQL building tool is to to have some understanding of the database structure, So that Integers can be checked, and strings can be escaped. 例文帳に追加
SQL 構築ツールの本質的特長の一つは、整数をチェックし文字列をエスケープする事ができるよう、データベース構造のある程度の情報を持っていることです。 - PEAR
The class methods provides a convenient API for constructing and submitting INSERT, UPDATE, DELETE, and SELECT SQL commands, and for creation of a RDBMS database table from the defined schema. 例文帳に追加
クラスメソッドとしては、SQL コマンド INSERT やUPDATE、DELETE、SELECT を作成したり発行したりする便利な APIが用意されています。 また、定義済みのスキーマからRDBMS のテーブルを作成するメソッドもあります。 - PEAR
Once connected, you can begin working with MySQL in the IDE'sDatabase Explorer by creating new databases and tables, populating tables with data, and running SQL queries on database structures and content.例文帳に追加
接続すると、IDE のデータベースエクスプローラで MySQL の操作を開始して、新しいデータベースや表の作成、表へのデータの生成、およびデータベース構造や内容への SQL クエリーの実行を行うことができます。 - NetBeans
There are provided a system, a method, and a medium for executing an increment backup of a Microsoft SQL server database.例文帳に追加
Microsoft SQLサーバデータベースの増分バックアップを実行するためのシステム、方法、および媒体である。 - 特許庁
The SQLAP 112 makes a database feature 10 in the IC card 1 perform the database access processing by use of the SQL request sentence for requesting the database access processing shown by the received communication data.例文帳に追加
SQLAPI12は、受け取った通信データにより示されるデータベースアクセス処理を要求するSQL要求文を用いて、ICカード1内のデータベース機構10によるデータベースアクセス処理を行わせる。 - 特許庁
The database server (21) has an operation logic program, corresponding to the image program, starts a designated operation logic, generates an SQL transmission message and accesses a database (211).例文帳に追加
データベースサーバ(21)は、画面プログラムに対応する操作ロジックプログラムを有しており、指定された操作ロジックを起動して、SQL伝文を生成してデータベース(211)へアクセスする。 - 特許庁
The automatic preparing method for the database query statement (SQL statement) has a step of generalizing the table structure of the relational database, a step of defining the mapping between data in the relational database generated according to the generalized table structure and application data, and a step of generating the SQL statement by making the syntax of the mapping definition correspond to SQL syntax.例文帳に追加
データベース照会文(SQL文)の自動生成方法は、リレーショナルデータベースのテーブル構造を汎用化するステップと、汎用化されたテーブル構造にしたがって作成されたリレーショナルデータベース内のデータとアプリケーションデータとのマッピング定義を行うステップと、マッピング定義の構文とSQL構文とを対応付けることによりSQL文を生成するステップとを有する。 - 特許庁
The issued SQL command is acquired by a command acquiring part 17, and a predetermined identifier is inserted into the SQL command by an identifier inserting part 18A, and the SQL command into which the predetermined identifier is inserted is issued by the database management part 15A.例文帳に追加
発行されたSQLコマンドは、コマンド取得部17によって取得され、所定の識別子が、識別子挿入部18AによってSQLコマンドに挿入され、所定の識別子の挿入されたSQLコマンドは、データベース管理部15Aに発行される。 - 特許庁
| 意味 | 例文 |
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| Copyright © Japan Patent office. 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会員(無料)になると
|
