テーブルアクセス

C# | Visual Basic | Visual C++ |
public class TableAccess<T> where T : new(), AbstractTableRow
Public Class TableAccess(Of T As {New, AbstractTableRow})
generic<typename T> where T : gcnew(), AbstractTableRow public ref class TableAccess

- T
[Missing <typeparam name="T"/> documentation for "T:CFW.Database.TableAccess`1"]

すべてのメンバ | コンストラクタ | メソッド | |||
メンバ | 説明 | |
---|---|---|
![]() | TableAccess<(Of <(T>)>)(Connection) |
既存の接続を使用する構築
|
![]() | Delete(TableDeleteCommand) |
行の削除
|
![]() | Exists(TableSelectCommand) |
存在確認
|
![]() | Get(TableSelectCommand) |
行取得
主キーを元に1行だけ取得する。
ほとんどのクライアントからは使用しないはずだが、テスト用として使用可能
|
![]() | GetList(TableSelectCommand) |
行取得
ユーザー設定条件に該当する行をすべて取得する。
ほとんどのクライアントからは使用しないはずだが、テスト用として使用可能
|
![]() | Insert(TableInsertCommand) |
行の挿入
|
![]() | Update(TableUpdateCommand) |
行の更新
|

Object | |
![]() | TableAccess<(Of <(T>)>) |