C# 클래스 NHibernate.Dialect.BitwiseNativeOperation

상속: ISQLFunction
파일 보기 프로젝트 열기: nhibernate/nhibernate-core

공개 메소드들

메소드 설명
BitwiseNativeOperation ( string sqlOpToken ) : System

creates an instance using the giving token

Use this constructor only if the token DOES NOT represent a NOT-Operation

BitwiseNativeOperation ( string sqlOpToken, bool isNot ) : System

creates an instance using the giving token and the flag indicating a NOT-Operation

Render ( IList args, ISessionFactoryImplementor factory ) : NHibernate.SqlCommand.SqlString
ReturnType ( IType columnType, IMapping mapping ) : IType

비공개 메소드들

메소드 설명
AddFirstArgument ( ) : void
AddRestOfArguments ( ) : void
AddToBuffer ( object arg ) : void
AddToken ( ) : void
Prepare ( IList args ) : void

메소드 상세

BitwiseNativeOperation() 공개 메소드

creates an instance using the giving token
Use this constructor only if the token DOES NOT represent a NOT-Operation
public BitwiseNativeOperation ( string sqlOpToken ) : System
sqlOpToken string /// The operation token ///
리턴 System

BitwiseNativeOperation() 공개 메소드

creates an instance using the giving token and the flag indicating a NOT-Operation
public BitwiseNativeOperation ( string sqlOpToken, bool isNot ) : System
sqlOpToken string
isNot bool
리턴 System

Render() 공개 메소드

public Render ( IList args, ISessionFactoryImplementor factory ) : NHibernate.SqlCommand.SqlString
args IList
factory ISessionFactoryImplementor
리턴 NHibernate.SqlCommand.SqlString

ReturnType() 공개 메소드

public ReturnType ( IType columnType, IMapping mapping ) : IType
columnType IType
mapping IMapping
리턴 IType