C# Class Mono.Data.Sqlite.Orm.SqliteWriter

Mostra file Open project: mattleibow/Mono.Data.Sqlite.Orm Class Usage Examples

Public Methods

Method Description
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

Method Details

GetCreateSql() public static method

public static GetCreateSql ( this table ) : string
table this
return string

GetCreateSql() public static method

public static GetCreateSql ( this index, string tableName ) : string
index this
tableName string
return string

GetInsertSql() public static method

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

GetRenameSql() public static method

public static GetRenameSql ( this table ) : string
table this
return string

GetSelectSql() public static method

public static GetSelectSql ( this table ) : string
table this
return string

Quote() public static method

public static Quote ( string name ) : string
name string
return string