프로퍼티 | 타입 | 설명 | |
---|---|---|---|
rand |
메소드 | 설명 | |
---|---|---|
AlterTable ( |
Alter a table from source to destination
|
|
CreateTable ( |
||
DeleteRow ( string table, List |
||
InsertValues ( string table, List |
||
ReadColumn ( string table, List |
||
RenameTable ( string from, string to ) : string | ||
UpdateValue ( string table, List |
메소드 | 설명 | |
---|---|---|
BuildWhere ( List |
||
EscapeTableName ( string table ) : string |
public AlterTable ( |
||
from | Must have name and column names. Column types are not required | |
to | Must have column names and column types. | |
리턴 | string |
public abstract CreateTable ( |
||
table | ||
리턴 | string |
public DeleteRow ( string table, List |
||
table | string | |
wheres | List |
|
리턴 | string |
protected abstract EscapeTableName ( string table ) : string | ||
table | string | |
리턴 | string |
public InsertValues ( string table, List |
||
table | string | |
values | List |
|
리턴 | string |
public ReadColumn ( string table, List |
||
table | string | |
wheres | List |
|
리턴 | string |
public abstract RenameTable ( string from, string to ) : string | ||
from | string | |
to | string | |
리턴 | string |
public UpdateValue ( string table, List |
||
table | string | |
values | List |
|
wheres | List |
|
리턴 | string |