Difference between revisions of "SQLdb tab/ja"

From Free Pascal wiki
Jump to navigationJump to search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{SQLdb_tab}}
 
{{SQLdb_tab}}
 
{{Infobox databases/ja}}
 
{{Infobox databases/ja}}
The '''SQLdb tab''' of the [[Component Palette]] contains non-visible components for access to "large" database systems.
 
  
[[Image:Component_Palette_SQLdb.png]]
+
[[Image:Component_Palette_SQLdb.png]]  
 +
 
 +
'''SQLdb tab'''([[Component Palette/ja]])には、「大規模な」データベース システムにアクセスするための非表示コンポーネントが含まれている。
  
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
! Icon || Component || Description
 
! Icon || Component || Description
 
|-
 
|-
| [[image:tsqlquery.png]] || [[TSQLQuery/ja]] || Needed to read/write data from/to a [[DataSet]] using SQL commands
+
| [[image:tsqlquery.png]] || [[TSQLQuery/ja]] || SQLコマンドを用いて[[DataSet]]から/へデータを読み/書きするために必要とされる
 
|-
 
|-
| [[image:tsqltransaction.png]] || [[TSQLTransaction/ja]] || Defines how changes are transferred to the databasse
+
| [[image:tsqltransaction.png]] || [[TSQLTransaction/ja]] || 変更をデータベースに転送する方法を定義する
 
|-
 
|-
| [[image:tsqlscript.png]] || [[TSQLScript]] || Scripting for execution of multiple SQL commands
+
| [[image:tsqlscript.png]] || [[TSQLScript/ja]] || 複数の SQL コマンドを実行するためのスクリプト
 
|-
 
|-
| [[image:tsqlconnector.png]] || [[TSQLConnector]] || General connection component; the database engine is defined by property <code>ConnectorType</code>
+
| [[image:tsqlconnector.png]] || [[TSQLConnector/ja]] || 一般的な接続コンポーネント; データベース エンジンはプロパティ <code>ConnectorType</code>
 
|-
 
|-
 
| [[image:tmssqlconnection.png]] || [[TMSSQLConnection]] || Connection component to '''MS SQL''' database engine
 
| [[image:tmssqlconnection.png]] || [[TMSSQLConnection]] || Connection component to '''MS SQL''' database engine
Line 42: Line 43:
 
| [[image:tmysql57connection.png]] || [[TMySQL57Connection]] || Connection component to '''MySQL 5.7'''
 
| [[image:tmysql57connection.png]] || [[TMySQL57Connection]] || Connection component to '''MySQL 5.7'''
 
|-
 
|-
| [[image:tsqlite3connection-n.png]] || [[TSQLite3Connection]] || Connection component for '''SQLite3''' database files.
+
| [[image:tsqlite3connection-n.png]] || [[TSQLite3Connection/ja]] || '''SQLite3'''データベースファイルに接続するコンポーネント
 
|-
 
|-
 
| [[image:tibconnection.png]] || [[TIBConnection]] || Connection component to '''InterBase/[[Firebird]]'''
 
| [[image:tibconnection.png]] || [[TIBConnection]] || Connection component to '''InterBase/[[Firebird]]'''

Latest revision as of 16:29, 31 March 2024

English (en) français (fr) 日本語 (ja) русский (ru)

データベースのポータル

参照:

チュートリアル/練習となる記事:

各種データベース

Advantage - MySQL - MSSQL - Postgres - Interbase - Firebird - Oracle - ODBC - Paradox - SQLite - dBASE - MS Access - Zeos

Component Palette SQLdb.png

SQLdb tab(Component Palette/ja)には、「大規模な」データベース システムにアクセスするための非表示コンポーネントが含まれている。

Icon Component Description
tsqlquery.png TSQLQuery/ja SQLコマンドを用いてDataSetから/へデータを読み/書きするために必要とされる
tsqltransaction.png TSQLTransaction/ja 変更をデータベースに転送する方法を定義する
tsqlscript.png TSQLScript/ja 複数の SQL コマンドを実行するためのスクリプト
tsqlconnector.png TSQLConnector/ja 一般的な接続コンポーネント; データベース エンジンはプロパティ ConnectorType
tmssqlconnection.png TMSSQLConnection Connection component to MS SQL database engine
tsybaseconnection.png TSybaseConnection Connection component to Sybase database engine
tpqconnection.png TPQConnection Connection component to Postgres SQL server
tpqteventmonitor.png TPQTEventMonitor Monitors events sent from the Postgres SQL database server
toracleconnection.png TOracleConnection Connection component to Oracle database server
todbcconnection.png TODBCConnection Connection component to an ODBC (Open Database Connectivity) data source
tmysql40connection.png TMySQL40Connection Connection component to MySQL 4.0
tmysql41connection.png TMySQL41Connection Connection component to MySQL 4.1
tmysql50connection.png TMySQL50Connection Connection component to MySQL 5.0
tmysql51connection.png TMySQL51Connection Connection component to MySQL 5.1
tmysql55connection.png TMySQL55Connection Connection component to MySQL 5.5
tmysql56connection.png TMySQL56Connection Connection component to MySQL 5.6
tmysql57connection.png TMySQL57Connection Connection component to MySQL 5.7
tsqlite3connection-n.png TSQLite3Connection/ja SQLite3データベースファイルに接続するコンポーネント
tibconnection.png TIBConnection Connection component to InterBase/Firebird
tfbadmin.png TFBAdmin Component for Interbase/Firebird administration tasks
tfbeventmonitor.png TFBEventMonitor Monitors events sent from the Interbase/Firebird server
tsqldblibraryloader.png TSQLDBLibraryLoader Specifies the names and locations of SQLDB database libraries
Component Palette/ja
Standard - Additional - Common Controls - Dialogs - Data Controls - Data Access - System - Misc - LazControls - RTTI - SQLdb - Pascal Script - SynEdit - Chart - IPro