The YWMySql type exposes the following members.

Methods

  NameDescription
Public methodBeginTransaction
現在の IsolationLevel 値を使用して、データベース トランザクションを開始します。
(Inherited from YWOleDB.)
Public methodClose
データベース接続を閉じます。
(Inherited from YWOleDB.)
Public methodDispose()()()()
YWOleDB によって使用されているリソースを解放します。
(Inherited from YWOleDB.)
Protected methodDispose(Boolean)
YWOleDB によって使用されているリソースを解放します。
(Inherited from YWOleDB.)
Public methodExecute(String)
Connection に対して SQL ステートメントを実行し、影響を受けた行数を返します。
(Inherited from YWOleDB.)
Public methodExecute(String, YWOleDBParams)
Connection に対して SQL ステートメントを実行し、影響を受けた行数を返します。
(Inherited from YWOleDB.)
Public methodExecuteWithYWDataException
Connection に対して SQL ステートメントを実行し、影響を受けた行数を返します。
(Inherited from YWOleDB.)
Public methodOpen(String)
接続文字列を指定して、データベース接続を開きます。
(Inherited from YWOleDB.)
Public methodOpen(String, String, String)
接続情報を指定して、データベース接続を開きます。
Public methodOpen(String, String, String, String, String, String)
接続情報を指定して、データベース接続を開きます。
Public methodSelect(String)
SQLを発行した結果を格納したデータテーブルを取得します。
(Inherited from YWOleDB.)
Public methodSelect<(Of <<'(T>)>>)(String, YWOleDBParams)
SQLを発行した結果を格納したデータテーブルを取得します。
(Inherited from YWOleDB.)

See Also