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

Afficher le fichier Open project: mattleibow/Mono.Data.Sqlite.Orm Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static GetCreateSql ( this table ) : string
table this
Résultat string

GetCreateSql() public static méthode

public static GetCreateSql ( this index, string tableName ) : string
index this
tableName string
Résultat string

GetInsertSql() public static méthode

public static GetInsertSql ( this table, ConflictResolution extra, bool withDefaults ) : string
table this
extra ConflictResolution
withDefaults bool
Résultat string

GetRenameSql() public static méthode

public static GetRenameSql ( this table ) : string
table this
Résultat string

GetSelectSql() public static méthode

public static GetSelectSql ( this table ) : string
table this
Résultat string

Quote() public static méthode

public static Quote ( string name ) : string
name string
Résultat string