C# Class NLite.Data.Dialect.TypeNames

Show file Open project: netcasewqs/elinq

Public Methods

Method Description
Get ( DBType typecode ) : string
Get ( DBType typecode, int size, int precision, byte scale ) : string
Put ( DBType typecode, int size, string value ) : void
Put ( DBType typecode, string value ) : void

Private Methods

Method Description
Replace ( string type, int size, int precision, byte scale ) : string
ReplaceOnce ( string template, string placeholder, string replacement ) : string

Method Details

Get() public method

public Get ( DBType typecode ) : string
typecode DBType
return string

Get() public method

public Get ( DBType typecode, int size, int precision, byte scale ) : string
typecode DBType
size int
precision int
scale byte
return string

Put() public method

public Put ( DBType typecode, int size, string value ) : void
typecode DBType
size int
value string
return void

Put() public method

public Put ( DBType typecode, string value ) : void
typecode DBType
value string
return void