C# 클래스 Mono.Data.Sqlite.Orm.SqliteWriter

파일 보기 프로젝트 열기: mattleibow/Mono.Data.Sqlite.Orm 1 사용 예제들

공개 메소드들

메소드 설명
GetCreateSql ( this table ) : string
GetCreateSql ( this index, string tableName ) : string
GetInsertSql ( this table, ConflictResolution extra, bool withDefaults ) : string
GetRenameSql ( this table ) : string
GetSelectSql ( this table ) : string
Quote ( string name ) : string

메소드 상세

GetCreateSql() 공개 정적인 메소드

public static GetCreateSql ( this table ) : string
table this
리턴 string

GetCreateSql() 공개 정적인 메소드

public static GetCreateSql ( this index, string tableName ) : string
index this
tableName string
리턴 string

GetInsertSql() 공개 정적인 메소드

public static GetInsertSql ( this table, ConflictResolution extra, bool withDefaults ) : string
table this
extra ConflictResolution
withDefaults bool
리턴 string

GetRenameSql() 공개 정적인 메소드

public static GetRenameSql ( this table ) : string
table this
리턴 string

GetSelectSql() 공개 정적인 메소드

public static GetSelectSql ( this table ) : string
table this
리턴 string

Quote() 공개 정적인 메소드

public static Quote ( string name ) : string
name string
리턴 string