C# Class Deveel.Data.Sql.Types.DataTypeMeta

Exibir arquivo Open project: deveel/deveeldb Class Usage Examples

Public Methods

Method Description
DataTypeMeta ( string name, string value ) : System
ToInt32 ( ) : int
ToInt64 ( ) : long

Method Details

DataTypeMeta() public method

public DataTypeMeta ( string name, string value ) : System
name string
value string
return System

ToInt32() public method

public ToInt32 ( ) : int
return int

ToInt64() public method

public ToInt64 ( ) : long
return long