Property | Type | Description | |
---|---|---|---|
lockObj | object |
Property | Type | Description | |
---|---|---|---|
CreateColumn | string | ||
GetColumns | List |
||
GetIndexScript | List |
||
GetModelKey | string | ||
GetpPrimaryKeyValue | int | ||
SetColumnDbType | void | ||
this | object |
Method | Description | |
---|---|---|
CheckColumnExists ( DBExtend helper ) : string |
检查对应的字段是否存在,不存在则创建
|
|
CheckData ( ) : string |
数据校验方法
|
|
CheckIndexExists ( DBExtend helper ) : void |
检查索引
|
|
Clone ( ) : object |
创建当前对象的浅表副本
|
|
CreateTable ( DBExtend helper, string &message ) : bool |
创建表 会检查表是否存在,如果存在则检查字段
|
|
CreateTable ( DBExtend helper ) : string |
创建表
|
|
ToJson ( ) : string |
Method | Description | |
---|---|---|
SetChanges ( string name, object value ) : void |
表示值被更改了
|
Method | Description | |
---|---|---|
CreateColumn ( DBExtend helper, |
||
GetColumns ( DBAdapter dbAdapter ) : List |
获取列
|
|
GetIndexScript ( DBExtend helper ) : List |
||
GetModelKey ( ) : string | ||
GetpPrimaryKeyValue ( ) : int | ||
SetColumnDbType ( DBAdapter dbAdapter, |
||
this ( string key ) : object |
public CheckColumnExists ( DBExtend helper ) : string | ||
helper | DBExtend | |
return | string |
public CheckIndexExists ( DBExtend helper ) : void | ||
helper | DBExtend | |
return | void |
public CreateTable ( DBExtend helper, string &message ) : bool | ||
helper | DBExtend | |
message | string | |
return | bool |
public CreateTable ( DBExtend helper ) : string | ||
helper | DBExtend | |
return | string |
protected SetChanges ( string name, object value ) : void | ||
name | string | |
value | object | |
return | void |