C# Class Hyena.Data.Sqlite.SqliteUtils

Show file Open project: codebutler/meshwork Class Usage Examples

Public Methods

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

public static BuildColumnSchema ( string type, string name, string default_value, DatabaseColumnConstraints constraints ) : string
type string
name string
default_value string
constraints DatabaseColumnConstraints
return string

FromDbFormat() public static method

public static FromDbFormat ( Type type, object value ) : object
type System.Type
value object
return object

GetType() public static method

public static GetType ( Type type ) : string
type System.Type
return string

ToDbFormat() public static method

public static ToDbFormat ( Type type, object value ) : object
type System.Type
value object
return object