1016万例文収録!

「rdbms」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

rdbmsを含む例文一覧と使い方

該当件数 : 42



例文

NetBeans IDE 6.5 comes bundled with support for the MySQL RDBMS. 例文帳に追加

NetBeans IDE 6.5 には、MySQL RDBMS 用のサポートがバンドルされています。 - NetBeans

It provides a common API for all support RDBMS. 例文帳に追加

サポートしている RDBMS に対する共通の API を提供します。 - PEAR

PHPDoc API documentation Currently supported RDBMS: 例文帳に追加

PHPDoc 形式の API ドキュメント 現在は以下の RDBMS をサポートしています。 - PEAR

RDBMS management methods (creating, dropping, altering) Full integration into the PEAR Framework 例文帳に追加

RDBMS の管理用メソッド (create、drop、alter) PEAR フレームワークとの完全な統合 - PEAR

例文

Note: Some RDBMS may choose to ignore the name of the constraint, for example MySQL will not use the value 例文帳に追加

注意: RDBMS によっては、制約名を無視するものもあります。 - PEAR


例文

The second parameter of the constructor is the name of the associated RDBMS table. 例文帳に追加

コンストラクタの 2 番目のパラメータには、関連付ける RDBMS のテーブル名を指定します。 - PEAR

Some RDBMS do not create new connections when connecting to the same host multiple times. 例文帳に追加

同じホストから複数回の接続があった場合に、新しい接続を作成しないRDBMS があります。 - PEAR

This data is inconsistent between RDBMS's due to the way each RDBMS works: primary_key 例文帳に追加

この内容には、DBMS 間での一貫性はありません。 それぞれの DBMS に依存し、次のような内容になります。 - PEAR

Loading a custom module that is RDBMS independent 例文帳に追加

例 39-2RDBMS に依存しない独自モジュールの読み込み - PEAR

例文

Loading a custom module that is RDBMS dependent 例文帳に追加

例 39-3RDBMS に依存する独自モジュールの読み込み - PEAR

例文

Most RDBMS's only provide the 例文帳に追加

大半の DBMS では、結果がテーブル名の場合は - PEAR

This tutorial assumes that you already have the MySQL RDBMS installed and configured on your computer.例文帳に追加

このチュートリアルでは、MySQL RDBMS がコンピュータにすでにインストールされていて、構成されていることを想定しています。 - NetBeans

This means that it depends on the underlying RDBMS (and in the case of MySQL the storage engines used) if transactions will be available in MDB2. 例文帳に追加

つまり、MDB2 でトランザクションが使用できるといってもそれはバックエンドの RDBMS (そして MySQL の場合は使用するストレージエンジン) に依存するということです。 - PEAR

Also note that some RDBMS implicitly commit transactions when executing DDL statements - notable exceptions are Oracle and PostgreSQL. 例文帳に追加

また、一部の RDBMS では DDL 文を実行すると暗黙的にトランザクションがコミットされてしまうことにも注意しましょう- 明白な例外は Oracle および PostgreSQL です。 - PEAR

Some RDBMS systems support additional options which are silently ignored if they are not supported. 例文帳に追加

いくつかの RDBMS では追加のオプションをサポートしていますが、MDB2 でサポートしていないものについては黙って無視されます。 - PEAR

If true, no changes will be made, but only a check if the proposed changes are feasible for the specific table and RDBMS. 例文帳に追加

このフラグを true にすると、実際の変更は行われません。 指定した変更が、その RDBMS およびテーブルで実行可能かどうかのみを調べます。 - PEAR

DIFFERENTIAL DISTRIBUTION RECORD REFLECTION SYSTEM BETWEEN DIFFERENT TYPE RDBMS例文帳に追加

異種RDBMS間での差分配信レコード反映システム - 特許庁

MySQL is a popular Open Source relational database management system (RDBMS) commonly used in web applications due to its speed, flexibility and reliability.例文帳に追加

MySQL は、その速さ、柔軟性、および信頼性により、Web アプリケーションで一般的に利用されている人気のオープンソースリレーショナルデータベース管理システム (RDBMS) です。 - NetBeans

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

The return value is always a string, with a return value whose format depends upon the PHP type of $value: If $value is a string, the method returns a string that is properly quoted and escaped for the underlying RDBMS. 例文帳に追加

返り値は常に文字列で、そのフォーマットは $value のデータ型によって異なります。 $value が文字列の場合は、このメソッドは実際の RDBMSにあわせて適切にクォートやエスケープをした文字列を返します。 - PEAR

Note that limit may not work with DML statements on RDBMS that emulate limit support and no error will be raised. 例文帳に追加

limit 機能をエミュレートで実現している RDBMS については、DML 文では limit が動作しないことに注意しましょう。 また、この場合に何のエラーも発生しないことにも注意が必要です。 - PEAR

If a given RDBMS does not support a given isolation level but supports a higher more strict isolation level, then MDB2 silently uses that higher transaction level. 例文帳に追加

使用している RDBMS がその分離レベルをサポートしていないが、より厳しい分離レベルをサポートしているという場合は、MDB2は黙ってその厳しい分離レベルを使用します。 - PEAR

The optional third parameter is used to differentiate modules that depend on a specific RDBMS (like the Datatype module) and those that do not (like the Extended module). 例文帳に追加

オプションの 3 番目のパラメータを使用すると、特定の RDBMS に依存するモジュール (例えば Datatype モジュール) と依存しないモジュール (例えば Extended モジュール) を区別することができます。 - PEAR

This does not apply to drivers for RDBMS that automatically right trim values of fixed length character values, even if they do not right trim value of variable length character values. 例文帳に追加

これは、固定長文字列の右側を自動的にトリムするような RDBMSには適用されません。 たとえ可変長文字列で右側がトリムされていなくても同じです。 - PEAR

Some RDBMS, for example SQLite, will default to use the fully qualified name for a column in assoc fetches if it is qualified in a query. 例文帳に追加

例えば SQLite のデフォルト設定では、修飾子つきのクエリで結果を取得するとカラム名の修飾子が付加されます。 - PEAR

To enable an application to access an RDB via an RDBMS without preparing an SQL statement.例文帳に追加

アプリケーション側でSQL文を用意することなく、RDBMSによりRDBにアクセスできるようにする。 - 特許庁

RDBMS stores not only ID of a parent node very close to branch information but also ID (source node id livel N) of a parent node in each hierarchy up to a root node.例文帳に追加

RDBMSは枝情報に直近の親ノードのIDのみならず、ルートノードまでの各階層毎の親ノードのID(source_node_id_level_N)を格納する。 - 特許庁

A search execution part 106 puts a query using the search condition sentence to a RDBMS 20.例文帳に追加

そして、検索実行部106が、その検索条件文を用いたRDBMS20に対する問い合わせを実行する。 - 特許庁

It enables users to maintain RDBMS independent schema files in XML that can be used to create, alter and drop database entities (also called as DDL: Data Definition Language) and insert data (also called as DML: Data Manipulation Language) into a database. 例文帳に追加

このパッケージを使用すると、RDBMS に依存しない XML形式でスキーマファイルを管理できるようになり、このファイルを用いてデータベースエンティティの作成、変更そして削除(DDL: データ定義言語) を行ったりデータベースへのデータの投入(DML: データ操作言語) を行ったりできるようになります。 - PEAR

To provide the short-time processor while maintaining partial data consistency as to tables in mutually different table structure between an existent operation system RDBMS(relational data base management system) and different kind of DBMSs by using a replication mechanism without developing an additional function for the RDBMS.例文帳に追加

既存業務システムRDBMSに対して付加機能を開発せずレプリケーション機構を用いRDBMSと異種DBMS間で互いに異なるテーブル構造のテーブルについて一部のデータ整合性を保ち短時間処理装置を提供することにある。 - 特許庁

To provide a relational database management system (RDBMS) of which the full text can be retrieved by using an existing full text retrieving engine as an index mechanism for retrieving intermediate matching.例文帳に追加

既存の全文検索エンジンを中間一致検索用の索引機構として使用することにより、全文検索可能なリレーショナルデータベース管理システム(RDBMS)を提供する。 - 特許庁

Then, the retrieval device 100 retrieves data from the RDBMS 120 by using a record number at a rank specified by the application 110 as the retrieval condition, and returns the data to the application 110.例文帳に追加

次に、検索装置100は、アプリケーション110が指定した順位のレコード番号を検索条件として、RDBMS120からデータを取得して、アプリケーション110へ返す。 - 特許庁

To provide a system for adding or deleting a field without changing database configurations, and for storing/retrieving data records about all data types prepared for an RDBMS.例文帳に追加

データベース構成を変更せずフィールドの追加や削除が可能であり、RDBMSに用意される全てのデータ型についてデータレコードの格納/検索の可能なシステムを提供する。 - 特許庁

To enable a program using records acquired from an RDBMS operating in an embedded device, or the like, for quickly retrieved from the number of hits and a record located at an arbitrary part of a search result.例文帳に追加

組み込み機器等で動作するRDBMSから取得したレコードを利用するプログラムがヒット件数、および検索結果の任意の箇所に位置するレコードを高速に取得する。 - 特許庁

This configuration suppresses possibility of discarding cache data as a result of search of which the search-response time is longer, with the load on the RDBMS 2 being large, enabling highly efficient management of the cache data.例文帳に追加

これにより、RDBMS2への検索応答時間が長くRDBMS2への負荷が大きい検索結果のキャッシュデータが破棄されにくくなるので、有効性の高いキャッシュデータ管理が可能となる。 - 特許庁

To provide an audit log generation system and method for analyzing and retrieving an audit log of a secure RDBMS (Relational Data Base Management System) by using an analysis-retrieval tool for a secure OS audit log.例文帳に追加

セキュアRDBMSの監査ログの解析・検索をセキュアOSの監査ログ用の解析・検索ツールを用いて行うことができる監査ログ生成システム及び方法を提供する。 - 特許庁

To make fast retrievable the data by means utilizing a stored procedure of an RDBMS by carrying out a description similar to the function of a DB application when a client produces an application.例文帳に追加

クライアントでのアプリケーションの作成において、DBアプリケーションの持つ機能と同様の記述を行うことにより、RDBMSのストアドプロシージャを利用した高速なデータ検索を実現する。 - 特許庁

The search device 100 first executes the processing to retrieve the record number, retrieves the record number of a record that meets the retrieval condition from the RDBMS 120, while ranking the record number, and notifies the number of hits to the application 110.例文帳に追加

まず、検索装置100は、レコード番号の検索をする処理を実行して、RDBMS120から検索条件を満たすレコードのレコード番号を順位付けしながら取得して、ヒット件数をアプリケーション110へ通知する。 - 特許庁

To provide a data management method for managing data having a a hierarchical structure such as an electronic catalog data by a RDBMS (relational database management system) and performing quickly data retrieval even if there is a lot of terminal classifications which are inherited from classifications in the course.例文帳に追加

電子カタログデータなどの階層構造を有するデータをRDBMSによって管理することができ、その途中分類から継承した末端分類が多数存在しても、データの検索を速やかに実行することが可能なデータ管理方法を得ること。 - 特許庁

An RDBMS 190 stores a user information table 191 in which an attribute value is set for each user; a roll information table 194 in which a roll showing the combination of the attribute values is set; and an access control table 199 in which a roll ID as access conditions is set for each content.例文帳に追加

RDBMS190は、ユーザ毎に属性値が設定されるユーザ情報テーブル191と、属性値の組み合わせを示すロールが設定されるロール情報テーブル194と、コンテンツ毎にアクセス条件としてロールIDが設定されるアクセス制御テーブル199とを記憶する。 - 特許庁

A searching-time measurement part 107 measures search-response time from the execution of searching a RDBMS 2 to the obtainment of a search result; and an expiration date calculation part 108 dynamically sets a validity period of cache data of the search result in a manner so that the validity period increases with the length of the search-response time.例文帳に追加

検索時間計測部107により、RDBMS2に対して検索を実行してから検索結果が得られるまでの検索応答時間を計測し、有効期限算出部108により、検索応答時間が長い検索結果のキャッシュデータに対してより長い有効期限を動的に設定する。 - 特許庁

例文

The facsimile machine is configured as a device in which a process for registering received FAX data into a FAX database and a process for printing FAX data registered in the FAX database are performed, respectively, as transactions to which save points are set in various timings, by a main program and an RDBMS on a controller 12.例文帳に追加

ファクシミリ装置を、コントローラ12上のメインプログラムとRDBMSとにより、受信したFAXデータをFAXデータベースへ登録する処理と、FAXデータベースに登録されているFAXデータの印刷を行う処理とが、それぞれ、各種タイミングでセーブポイントが設定されるトランザクションとして行われる装置として構成しておく。 - 特許庁

索引トップ用語の索引



  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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/ ).
  
© 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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2024 GRAS Group, Inc.RSS