1153万例文収録!

「create database」に関連した英語例文の一覧と使い方(2ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > create databaseに関連した英語例文

セーフサーチ:オン

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

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

セーフサーチについて

create databaseの部分一致の例文一覧と使い方

該当件数 : 286



例文

To efficiently create a database and the operation of a hybrid power generation system.例文帳に追加

ハイブリッド発電システムのデータベース及び動作を効率的に作成する。 - 特許庁

First you will create the entity classes Animal and Pavilion.The classes represent the ANIMAL and PAVILION tables in the database. 例文帳に追加

これらのクラスは、データベース内の ANIMAL と PAVILION という表を表します。 - NetBeans

To create a precise airstream field database with a small amount of computational load.例文帳に追加

精度の良い気流場データベースを演算負荷が少なく作成する。 - 特許庁

In the Database Explorer, right-click the Tables node and choose Create Table.例文帳に追加

データベースエクスプローラで「表」ノードを右クリックし、「表を作成」を選択します。 - NetBeans

例文

For other database server adapters, including the JDBC adapter, use one of the following steps to create the database:例文帳に追加

JDBC アダプタを含むほかのデータベースサーバーアダプタには、次のいずれかの手順を使用してデータベースを作成します。 - NetBeans


例文

In the Services window, right-click the MySQL Server node and choose Create Database.The Create MySQL Database dialog box opens. 例文帳に追加

「サービス」ウィンドウで「MySQL サーバー」ノードを右クリックし、「データベースを作成」を選択します。 「MySQL データベースの作成」ダイアログが開きます。 - NetBeans

In case you want to run Jffnms with MySQL, you'll first need to create a database and a MySQL user.例文帳に追加

JffnmsをMySQLで使用したい場合は、手順はもう少しシンプルになります。 - Gentoo Linux

Type the following command to create the development database and press Enter.例文帳に追加

次のコマンドを入力して開発用データベースを作成し、Enter キーを押します。 - NetBeans

In the Services window, right-click the MySQL Server node and choose Create Database. 例文帳に追加

「サービス」ウィンドウで「MySQL サーバー」ノードを右クリックし、「データベースを作成」を選択します。 - NetBeans

例文

In the Services window, right-click Databases JavaDB and choose Create Database.例文帳に追加

「サービス」ウィンドウで、「データベース」「Java DB」ノードを右クリックし、「データベースを作成」を選択します。 - NetBeans

例文

Use Rake tasks and migration files to create and update database tables例文帳に追加

Rake タスクとマイグレーションファイルを使用して、データベース表を作成および更新する - NetBeans

We now will create the entity class Pavilion representing the PAVILIONtable in our database. 例文帳に追加

今度は、データベース内の PAVILION という表を表す Pavilion エンティティークラスを作成します。 - NetBeans

To create a database, use syntax similar to the following at a command prompt.例文帳に追加

データベースを作成するには、コマンドプロンプトで次のような構文を使用します。 - NetBeans

You will now use the Entity Classes from Database wizard to create the entity classes based on the relational database. 例文帳に追加

ここでは、「データベース」ウィザードの「エンティティークラス」を使用して、リレーショナルデータベースに基づいたエンティティークラスを作成します。 - NetBeans

In this section, you create a new MySQL database and populate the database with SQL that is provided. 例文帳に追加

この節では、新しい MySQL データベースを作成し、提供されている SQL を使用してデータベースにデータを挿入します。 - NetBeans

You will now use the Entity Classes from Database wizard to create the entity classes based on our relational database. 例文帳に追加

ここでは、「データベース」ウィザードの「エンティティークラス」を使用して、リレーショナルデータベースに基づいたエンティティークラスを作成します。 - NetBeans

To access your database from your project, you need to create a database connection that your project can use. 例文帳に追加

プロジェクトからデータベースにアクセスするには、プロジェクトで使用できるデータベース接続を作成する必要があります。 - NetBeans

Create a connection pool by extracting the connection information from an existing database connection or from a connected database 例文帳に追加

既存のデータベース接続または接続したデータベースから、接続情報を抽出して、接続プールを作成する - NetBeans

(Replace [version] with the version number you have just installed.)# emerge --config =dev-db/mysql-[version]* MySQL DATADIR is /var/lib/mysql* Press ENTER to create the mysql database and set proper* permissions on it, or Control-C to abort now.. 例文帳に追加

([version]をインストールしたバージョンに置き換えて下さい。 - Gentoo Linux

Issue the pts createuser command to create a Protection Database entry for the admin user.例文帳に追加

adminユーザに対してProtectionデータベースのアカウントを作成するためにptscreateuserコマンドを発行します。 - Gentoo Linux

You can use the database connection you create when developing projects in the IDE. 例文帳に追加

IDE でプロジェクトを開発する場合に、作成したデータベース接続を使用できます。 - NetBeans

Navigate to the MySQL Server at localhost:3306 node and from the context menu choose Create Database. 例文帳に追加

「MySQL サーバー localhost:3306」ノードに移動し、コンテキストメニューから「データベースを作成」を選択します。 - NetBeans

To connect to a database through PEAR::MDB2, you have to create a valid DSN - data source name. 例文帳に追加

PEAR::MDB2 でデータベースに接続するには、正しいDSN を作成しなければなりません。 - PEAR

Despite the fact that a test database is already created, we are going to create our own.例文帳に追加

既にテスト用データベースが構築されていますが、自前のデータベースを作成します。 - Gentoo Linux

Use Rake to create the database, and then use Database Migrations to create the table.Don't forget to edit the route.rb file to map the root,and remember to delete the index.html file.例文帳に追加

Rake を使用してデータベースを作成し、次に「データベースマイグレーション」を使用して表を作成します。 ルートを対応付けるように route.rb ファイルを編集し、index.html ファイルを必ず削除します。 - NetBeans

mysql CREATE DATABASE gentoo2;ERROR 1044: Access denied for user: 'admin@localhost' to database 'gentoo2' 例文帳に追加

データベースgentooに対して全ての権限を持つにも関わらず、adminユーザではメインデータベースにデータベースを作成することができませんでした。 - Gentoo Linux

Once Java DB is registered with the IDE, you can easily start and stop the database server, as well as create a new database.例文帳に追加

Java DB が IDE に登録されたら、簡単にデータベースサーバーを起動または停止したり、新しいデータベースを作成したりできます。 - NetBeans

In the Services window, expand Databases, then right-click the database servers node and choose Create Database from the pop-up menu.例文帳に追加

「サービス」ウィンドウで「データベース」を展開し、データベースサーバーのノードを右クリックしてポップアップメニューから「新規ドライバ」を選択します。 - NetBeans

To create a database connection, right-click the driver node and choose Connect Using to open the New Database Connection dialog box. 例文帳に追加

データベース接続を作成するには、ドライバノードを右クリックし、「接続」を選択して、「データベースの新規接続」ダイアログを開きます。 - NetBeans

To enable to create database from business form designing data, even if a business form designer does not have knowledge regarding database.例文帳に追加

帳票設計者がデータベースに関する知識がなくても帳票設計データからデータベースを作成できるようにする。 - 特許庁

In the Create Java DB Database dialog box, type the Database Name, User Name,and optional Password, as shown in the following example below. 例文帳に追加

次の例で示すように、「Java DB データベースを作成」ダイアログで「データベース名」、「ユーザー名」、および任意で「パスワード」を入力します。 - NetBeans

In the textbox for Database URL, type jdbc:derby://localhost:1527/travel;create=true;.Set the Username to travel, set the Password to travel,and click OK. 例文帳に追加

「データベース URL」のテキストボックスに、「jdbc:derby://localhost:1527/travel;create=true;」と入力します。 「ユーザー名」を「travel」に設定し、「パスワード」を「travel」に設定して、「了解」をクリックします。 - NetBeans

A table build engine and a database compiler are used to create the look-up tables.例文帳に追加

ルックアップ・テーブルを作成するためには、テーブル構築エンジンとデータベース・コンパイラとが用いられる。 - 特許庁

When setting up a database connection pool, you also create a JDBC resource (also called a data source). 例文帳に追加

データベース接続プールを設定する場合、JDBC リソース (データソースとも呼ばれる) も作成します。 - NetBeans

In order to begin working with the contact database, you need to create a connection to it.例文帳に追加

contact データベースの操作を始めるには、そのデータベースへの接続を作成する必要があります。 - NetBeans

Otherwise,click OK to immediately create the table in the contact database. 例文帳に追加

それらを行わない場合、「了解」をクリックすると、contact データベースにすぐに表が作成されます。 - NetBeans

Type consult as the Database Name, User Name, and Password in the Create Java DB dialog. 例文帳に追加

「Java DB データベースを作成」ダイアログで、「データベース名」、「ユーザー名」、および「パスワード」に「consult」と入力します。 - NetBeans

The server computer can surely create the backup data for the telephone directory database.例文帳に追加

サーバコンピュータでは電話帳データベースのバックアップデータは確実に作成されることができる。 - 特許庁

Drop a database table from Servers window onto the page to create a data provider for the table. 例文帳に追加

データベース表を「サーバー」ウィンドウからページにドロップし、その表のデータプロバイダを作成します。 - NetBeans

Assert that the dependency database exists, and attempt to create it if it doesn't. 例文帳に追加

依存性データベースが存在するかどうかを調べ、存在しない場合は作成を試みます。 - PEAR

To connect to a database through PEAR::DB, you have to create a valid DSN - data source name. 例文帳に追加

PEAR::DB により、データベースに接続するには、有効なDSN - data source nameを作成する必要があります。 - PEAR

This example will show you how to create an interface to a User Management System using the DB_DataObject package to handle the database aspects of this example. 例文帳に追加

この例では、ユーザ管理システムのインターフェイスを作成する方法を示します。 - PEAR

Wizards for creating a complete web application that uses Java Persistence for full support of Create/Read/Update/Delete operations on a database. 例文帳に追加

Java Persistence を使用してデータベースに対する Create (作成)/Read (読み取り)/Update (更新)/Delete (削除) 操作を全面サポートする、完全な Web アプリケーションを作成するウィザード。 - NetBeans

Try to create a new sequence or if you are sure, a sequence was already create, check database integrity 例文帳に追加

新しいシーケンスを作成してください。 もしシーケンスが存在することが確かなのであれば、データベースの状態を確認してみましょう。 - PEAR

This contextual menu items allow you to start and stop the database server, create a new database instance, as well as register database servers in the IDE (as demonstrated in the previous step).例文帳に追加

このコンテキストメニューの項目を使用して、データベースサーバーの起動や停止、新規データベースインスタンスの作成、および IDE へのデータベースサーバーの登録 (前の手順で紹介) ができます。 - NetBeans

Now that the database is created, you can create the web application and use the Entity Classes from Database wizard to generate entity classes based on the database tables.例文帳に追加

データベースが作成されたので、次に Web アプリケーションを作成し、「データベースからのエンティティークラス」ウィザードを使用して、データベースの表に基づいてエンティティークラスを生成できます。 - NetBeans

Use the JSF CRUD application generator(Create-Read-Update-Delete) to create a complete functional JavaServerFaces (JSF) page for manipulating data from a database in a few steps. 例文帳に追加

JSF CRUD (Create-Read-Update-Delete) アプリケーションジェネレータを使用して、わずかな手順でデータベースのデータを操作するために、機能する完全な JSF (JavaServer Faces) ページを作成できます。 ビデオ: Visual Web アプリケーションからの Web サービスのアクセス (英語) - NetBeans

When you bind a database to a component, you create two layers between the component and the database table: the RowSet layer and the Data Provider layer. 例文帳に追加

データベースをコンポーネントにバインドすると、コンポーネントとデータベース表の間に行セットの層とデータプロバイダの層の、2 つの層が作成されます。 - NetBeans

When you create a Ruby on Rails project, the IDE adds the configurations to the database.yml for the database server that you select in the Database Configuration step of the Wizard.例文帳に追加

Ruby on Rails プロジェクトを作成する場合、ウィザードの「データベース構成」パネルで選択したデータベースサーバーに関する設定が database.yml に追加されます。 - NetBeans

例文

If you are using a database server that is not in the drop-down list, you can edit the database configuration in the database.yml file after you create the project.例文帳に追加

ドロップダウンリストにないデータベースサーバーを使用している場合、プロジェクトを作成したあとに database.yml ファイルのデータベース設定を編集できます。 - NetBeans




  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
  
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会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS