Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
sql orの意味・使い方・読み方 | Weblio英和辞書
[go: Go Back, main page]


小窓モード


プレミアム

ログイン
設定

設定

sql orとは 意味・読み方・使い方

ピン留め

追加できません

(登録数上限)

単語を追加

Weblio例文辞書での「sql or」に類似した例文

sql or

例文

search or seek

例文

elk or moose

例文

blotch or spot

例文

mite or tick

例文

a snack or light meal

例文

mud or sludge

例文

emit or utter

16

全訳抄訳

例文

apply or start

21

それが好き嫌い

例文

get or derive

Weblio例文辞書はプログラムで機械的に意味や英語表現を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。

「sql or」の部分一致の例文検索結果

該当件数 : 48



例文

Some types are sql specific, or may even be database specific, you can use the sql type to put raw strings as part of the sql statement.発音を聞く 例文帳に追加

いくつかの型は SQL 固有、あるいはデータベース固有でさえあるかも知れません。 - PEAR

You can create a table by executing an SQL command in the SQL Editor or by using the Create Table dialog box.発音を聞く 例文帳に追加

表を作成するには、SQL エディタで 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

MySQL employs SQL, or StructuredQuery Language, for accessing and processing data contained in databases.発音を聞く 例文帳に追加

MySQL は、データベース内のデータへのアクセスおよび処理に SQL (Structured Query Language) を使用しています。 - NetBeans

In NetBeans IDE you can add a database table by either using the Create Table dialog, or by inputting an SQL statement and running it directly from the SQL Editor.例文帳に追加

NetBeans IDE では、「表を作成」ダイアログを使用するか、SQL 文を入力して SQL エディタから直接実行することで、データベースに表を追加できます。 - NetBeans

In the IDE it is possible to add a database table by either using the Create Table dialog, or by inputting an SQL query and running it directly from the SQL Editor.例文帳に追加

NetBeans IDE では、「表を作成」ダイアログを使用するか、SQL クエリーを入力し、SQL エディタから直接実行することで、データベースに表を追加できます。 - NetBeans

例文

You can use the database server bundled with the Sun Java System Application Server or any JDBC-compliant SQL server.発音を聞く 例文帳に追加

Sun Java System Application Server または JDBC-準拠の SQL サーバーにバンドルされているデータベースサーバーを使用できます。 - NetBeans

>>例文の一覧を見る

調べた例文を記録して、 効率よく覚えましょう
Weblio会員登録無料で登録できます!
  • 履歴機能
    履歴機能
    過去に調べた
    単語を確認!
  • 語彙力診断
    語彙力診断
    診断回数が
    増える!
  • マイ単語帳
    マイ単語帳
    便利な
    学習機能付き!
  • マイ例文帳
    マイ例文帳
    文章で
    単語を理解!
  • その他にも便利な機能が満載!
Weblio会員登録(無料)はこちらから

「sql or」の部分一致の例文検索結果

該当件数 : 48



例文

the SQL query or the statement to prepare array $params array to be used in execution of the statement.発音を聞く 例文帳に追加

SQL クエリあるいはプリペアドステートメント。 array$params プリペアドステートメントの実行時に使用される配列。 - PEAR

Literals are values such as strings or numbers which get utilized in places like WHERE, SET and VALUES clauses of SQL statements.発音を聞く 例文帳に追加

リテラルとは文字列や数値のことで、SQL 文のWHERE、SET およびVALUES 句で使用できるものです。 - PEAR

the SQL query or the statement to prepare mixed $col which column to return (integer [column number, starting at 0] or string [column name])発音を聞く 例文帳に追加

SQL クエリあるいはプリペアドステートメント。 mixed$col どのカラムを返すか (integer [0 から始まるカラム番号]あるいは string [カラム名])。 - PEAR

the SQL query or the statement to prepare mixed $params array, string or numeric data to be added to the prepared statement.発音を聞く 例文帳に追加

SQL クエリあるいはプリペアドステートメント。 mixed$params プリペアドステートメントに適用する配列・文字列あるいは数値のデータ。 - PEAR

To make generable an inquiry SQL even not comprehending the physical constitution or SQL grammar of a data base by applying a job name corresponding to the physical name of the data base or category for sorting that physical name.例文帳に追加

データベースの物理名に対する業務名やそれを分類するカテゴリを与えることで、データベースの物理構成やSQL文法を理解していなくても、問合せSQLを作成できるようにする。 - 特許庁

The PLC retransmits the SQL processing group when the empty data are received, or transmits a differential SQL sentence continued to the SQL sentences included in the received SQL processing group when the SQL processing group is received.例文帳に追加

PLCはエンプティデータを受信すればSQL処理群を再送信し、SQL処理群を受信すれば受信したSQL処理群に含まれるSQL文に続く差分のSQL文を送信する。 - 特許庁

In the delete and update methods, the optional $where parameter is a string containing an SQL logical condition that is used to select the rows that should be deleted or updated, respectively.発音を聞く 例文帳に追加

delete および update メソッドでは、オプションのパラメータ$where で SQL の論理条件を文字列で指定します。 - PEAR

例文

A programmer embeds data attributes of each data either in instructions (SQL sentences or the like) to the API or in a setting file outside the program.例文帳に追加

プログラマは、このAPIへの命令(SQL文など)か、またはプログラム外の設定ファイルの中に各データのデータ属性を埋め込む。 - 特許庁

>>例文の一覧を見る

sql orのページの著作権
英和・和英辞典 情報提供元は 参加元一覧 にて確認できます。

   

ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

このモジュールを今後表示しない
みんなの検索ランキング
閲覧履歴
無料会員登録をすると、
単語の閲覧履歴を
確認できます。
無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS