1016万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > Datasourceの意味・解説 > Datasourceに関連した英語例文

セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 30



例文

The DataSource interface 例文帳に追加

データソースのインターフェイス - PEAR

To do so, you can use the bindDataSource method by creating a DataSource object. 例文帳に追加

この方法を使用するには、DataSource オブジェクトを作成してbindDataSource メソッドを使用します。 - PEAR

Which DataSource drivers are recommended? Currently there are five DataSource drivers that are recommended in the sense of efficiency: 例文帳に追加

現時点では、効率を考慮すると次の 5 つのデータソースドライバがお勧めです。 - PEAR

DataSource is a synomym for DataSource driver. 例文帳に追加

データソースインターフェイスには、ドライバがオーバーロードするメソッド群が含まれます。 - PEAR

例文

DataSources--What is a DataSource driver? 例文帳に追加

データソース--データソースドライバとは? - PEAR


例文

All other DataSource drivers can, of course, also be used. 例文帳に追加

その他のデータソースドライバも、もちろん使用可能です。 - PEAR

Currently available DataSource drivers 例文帳に追加

現在使用可能なデータソースドライバ - PEAR

Example 62-1. Using an SQL query as datasource 例文帳に追加

例 62-1SQL クエリをデータソースとして使用する - PEAR

Which data fields to fetch from the datasource. 例文帳に追加

データソースからどのフィールドを取得するか。 - PEAR

例文

This class is a DataSource driver for XML data. 例文帳に追加

このクラスは、XML データ用のデータソースドライバです。 - PEAR

例文

A DataSource has a rather self-explanatory name; however, a DataSource driver in context to the DataGrid can become a very essential key to your software. 例文帳に追加

データソースとは、その名が示すとおりのものです。 しかし、DataGridにおけるデータソースドライバは、あなたのソフトウェアにとって欠かせないものでもあります。 - PEAR

Every DataSource driver is specific to, and knows how to handle, a given DataSource container type.例文帳に追加

すべての データソースドライバ は、指定した データソースコンテナに固有のもので、そのコンテナを処理する方法を知っています。 - PEAR

Write them back to a datasource in your preferred format. 例文帳に追加

お好みの書式による、データソースへの設定内容の書き出し - PEAR

Custom DataSources-- How to write your own DataSource driver. 例文帳に追加

独自のデータソース--独自のデータソースドライバを作成する方法 - PEAR

So to begin, you will want to find a datasource, commonly you might use a Database like MySQL or an XML document. 例文帳に追加

一般的には、MySQL のようなデータベース、あるいは XML ドキュメントを使用することになるでしょう。 - PEAR

You can then easily bind this datasource to the datagrid, to do so you have 3 options. 例文帳に追加

このデータソースをデータグリッドにバインドするのは簡単で、三通りの方法があります。 - PEAR

That means that the MDB2 DataSource won't be installed if you don't have MDB2 installed. 例文帳に追加

つまり、たとえば MDB2 がインストールされていなければMDB2 データソースはインストールされません。 - PEAR

Please also note the following FAQ entry: Which DataSource drivers are recommended?Rendering the output 例文帳に追加

また、FAQ の どのデータソースドライバがお勧めですか?も参照ください。 出力のレンダリング - PEAR

The DataSource interface consists in a set of methods that drivers must or may overload and protected properties that drivers can use, as well as recommended practices.例文帳に追加

また、ドライバが使用できる protected なプロパティや推奨する実装が含まれます。 - PEAR

The totalItems, perPage, urlVar, and currentPage options are set accordingly to the data statistics reported by the DataGrid and DataSource. 例文帳に追加

totalItems、perPage、urlVar および currentPageは、DataGrid およびデータソースから受け取ったデータの状態に応じて設定されます。 - PEAR

How can I use multiple grids on the same page? 2. Which DataSource drivers are recommended? 例文帳に追加

同じページ内で複数のグリッドを使用するにはどうしたらいいですか?2. どのデータソースドライバがお勧めですか? - PEAR

Writing your own DataSource driver is the way to go when none of the existing driver suit your needs. 例文帳に追加

既存のドライバの中に要件を満たすものがない場合は、独自のデータソースドライバを書くことになります。 - PEAR

A DataSource container is a constant or a variable of any type (string, array, object, etc...) that either contains data or describes how to retrieve data.例文帳に追加

データソースコンテナは定数あるいは任意の型(string, array, object など) の変数で、データ自身あるいはデータの取得方法が含まれます。 - PEAR

Retrieves the DataSource object as a referenceReturn value returns object reference or null if no driver is loaded例文帳に追加

データソースオブジェクトへの参照を取得します。 返り値 オブジェクトへの参照、あるいはドライバが読み込まれていない場合にnull を返します。 - PEAR

In this exercise you will create a persistence unit to tell the container which entity classes are to be managed by the entity manager, and also the datasource used by those entities.例文帳に追加

この課題では、エンティティーマネージャーによって管理されるエンティティークラスやこれらのエンティティーによって使用されるデータソースをコンテナに指示するための、持続性ユニットを作成します。 - NetBeans

In this exercise, you created a persistence unit to specify the datasource, the entity classes to be persisted and the entity manager that the container will use to manage the life-cycle of the entities.例文帳に追加

この課題では、データソース、持続させるエンティティークラス、およびエンティティーのライフサイクル管理のためにコンテナが使用するエンティティーマネージャーを指定するための、持続性ユニットを作成しました。 - NetBeans

In this section you create a persistence unit to tell the container which entity classes are to be managed by the entity manager, and also the datasource used by those entities. 例文帳に追加

この節では、エンティティーマネージャーによって管理されるエンティティークラスおよびそれらのエンティティーによって使用されるデータソースを、コンテナに指示するための持続性ユニットを作成します。 - NetBeans

In this exercise we will create a persistence unit to tell the container which entity classes are to be managed by the entity manager, and also the datasource used by those entities.例文帳に追加

この課題では、エンティティーマネージャーによって管理されるエンティティークラスやこれらのエンティティーによって使用されるデータソースをコンテナに指示するための、持続性ユニットを作成します。 - NetBeans

You need to change this persistence file to use a different transaction type, to not identify the datasource, and to pass necessary properties to the persistence provider. 例文帳に追加

異なるトランザクションのタイプを使用し、データソースの識別を行わず、必要なプロパティーを持続性プロバイダに渡すには、この持続性ファイルを変更する必要があります。 - NetBeans

例文

You can use a cached rowset, such as the cached rowset that the IDE creates when you add a data provider to a page, as a datasource for filling the report.例文帳に追加

レポートを記入するためのデータソースとして、データプロバイダをページに追加するときに IDE が作成するキャッシュされた行セットのような、キャッシュされた行セットを使用できます。 - NetBeans

索引トップ用語の索引



  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
© 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会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS