C# 클래스 Deveel.Data.Sql.Types.DateType

상속: DataType
파일 보기 프로젝트 열기: deveel/deveeldb 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DateFormatSql string[]
TimeFormatSql string[]
TsFormatSql string[]

공개 메소드들

메소드 설명
Add ( ISqlObject a, ISqlObject b ) : ISqlObject
CanCastTo ( SqlType destType ) : bool
CastTo ( ISqlObject value, SqlType destType ) : ISqlObject
ConvertTo ( ISqlObject obj, Type destType ) : object
DateType ( SqlTypeCode typeCode ) : System
DeserializeObject ( System.Stream stream ) : ISqlObject
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetObjectType ( ) : Type
GetRuntimeType ( ) : Type
IsCacheable ( ISqlObject value ) : bool
IsComparable ( SqlType type ) : bool
SerializeObject ( System.Stream stream, ISqlObject obj ) : void
Subtract ( ISqlObject a, ISqlObject b ) : ISqlObject

비공개 메소드들

메소드 설명
AssertDateType ( SqlTypeCode sqlType ) : void
ColumnSizeOf ( ISqlObject obj ) : int
DateType ( SerializationInfo info, StreamingContext context ) : System
IsDateType ( SqlTypeCode sqlType ) : bool
ToDate ( SqlDateTime dateTime ) : SqlDateTime
ToString ( SqlDateTime dateTime ) : SqlString
ToTime ( SqlDateTime dateTime ) : SqlDateTime

메소드 상세

Add() 공개 메소드

public Add ( ISqlObject a, ISqlObject b ) : ISqlObject
a ISqlObject
b ISqlObject
리턴 ISqlObject

CanCastTo() 공개 메소드

public CanCastTo ( SqlType destType ) : bool
destType SqlType
리턴 bool

CastTo() 공개 메소드

public CastTo ( ISqlObject value, SqlType destType ) : ISqlObject
value ISqlObject
destType SqlType
리턴 ISqlObject

ConvertTo() 공개 메소드

public ConvertTo ( ISqlObject obj, Type destType ) : object
obj ISqlObject
destType System.Type
리턴 object

DateType() 공개 메소드

public DateType ( SqlTypeCode typeCode ) : System
typeCode SqlTypeCode
리턴 System

DeserializeObject() 공개 메소드

public DeserializeObject ( System.Stream stream ) : ISqlObject
stream System.Stream
리턴 ISqlObject

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetObjectType() 공개 메소드

public GetObjectType ( ) : Type
리턴 System.Type

GetRuntimeType() 공개 메소드

public GetRuntimeType ( ) : Type
리턴 System.Type

IsCacheable() 공개 메소드

public IsCacheable ( ISqlObject value ) : bool
value ISqlObject
리턴 bool

IsComparable() 공개 메소드

public IsComparable ( SqlType type ) : bool
type SqlType
리턴 bool

SerializeObject() 공개 메소드

public SerializeObject ( System.Stream stream, ISqlObject obj ) : void
stream System.Stream
obj ISqlObject
리턴 void

Subtract() 공개 메소드

public Subtract ( ISqlObject a, ISqlObject b ) : ISqlObject
a ISqlObject
b ISqlObject
리턴 ISqlObject

프로퍼티 상세

DateFormatSql 공개적으로 정적으로 프로퍼티

public static string[] DateFormatSql
리턴 string[]

TimeFormatSql 공개적으로 정적으로 프로퍼티

public static string[] TimeFormatSql
리턴 string[]

TsFormatSql 공개적으로 정적으로 프로퍼티

public static string[] TsFormatSql
리턴 string[]