C# 클래스 Hyena.Data.Sqlite.SqliteUtils

파일 보기 프로젝트 열기: codebutler/meshwork 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

BuildColumnSchema() 공개 정적인 메소드

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

FromDbFormat() 공개 정적인 메소드

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

GetType() 공개 정적인 메소드

public static GetType ( Type type ) : string
type System.Type
리턴 string

ToDbFormat() 공개 정적인 메소드

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