-
Notifications
You must be signed in to change notification settings - Fork 6
DapperAid.Ddl
hnx8 edited this page Jun 16, 2024
·
2 revisions
(開発/テスト向け支援機能用) DDL生成内容をカスタマイズする属性です。
public class DapperAid.Ddl.DDLAttribute
: Attribute, _AttributeProperties
| Type | Name | Summary |
|---|---|---|
String |
Specifics | DBデータ型/制約等の指定内容 |
Static Methods
| Type | Name | Summary |
|---|---|---|
String |
GenerateCreateSQL(QueryBuilder queryBuilder = null) |
テーブルマッピングクラスの定義内容をもとに、CreateTableのSQLを生成します。 |
String |
GenerateCreateSQL(Type type, QueryBuilder queryBuilder = null) |
テーブルマッピングクラスの定義内容をもとに、CreateTableのSQLを生成します。 |
String |
GenerateTableDefTSV(QueryBuilder queryBuilder = null) |
テーブルマッピングクラスの定義内容をもとに、テーブル定義内容のタブ区切りテキストを生成します。 |