C# Class Hyena.Data.Sqlite.SqliteUtils

Afficher le fichier Open project: codebutler/meshwork Class Usage Examples

Méthodes publiques

Méthode Description
BuildColumnSchema ( string type, string name, string default_value, DatabaseColumnConstraints constraints ) : string
FromDbFormat ( Type type, object value ) : object
GetType ( Type type ) : string
ToDbFormat ( Type type, object value ) : object

Method Details

BuildColumnSchema() public static méthode

public static BuildColumnSchema ( string type, string name, string default_value, DatabaseColumnConstraints constraints ) : string
type string
name string
default_value string
constraints DatabaseColumnConstraints
Résultat string

FromDbFormat() public static méthode

public static FromDbFormat ( Type type, object value ) : object
type System.Type
value object
Résultat object

GetType() public static méthode

public static GetType ( Type type ) : string
type System.Type
Résultat string

ToDbFormat() public static méthode

public static ToDbFormat ( Type type, object value ) : object
type System.Type
value object
Résultat object