C# Class NHibernate.Dialect.BitwiseNativeOperation

Inheritance: ISQLFunction
Afficher le fichier Open project: nhibernate/nhibernate-core

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
AddFirstArgument ( ) : void
AddRestOfArguments ( ) : void
AddToBuffer ( object arg ) : void
AddToken ( ) : void
Prepare ( IList args ) : void

Method Details

BitwiseNativeOperation() public méthode

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 ///
Résultat System

BitwiseNativeOperation() public méthode

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
Résultat System

Render() public méthode

public Render ( IList args, ISessionFactoryImplementor factory ) : NHibernate.SqlCommand.SqlString
args IList
factory ISessionFactoryImplementor
Résultat NHibernate.SqlCommand.SqlString

ReturnType() public méthode

public ReturnType ( IType columnType, IMapping mapping ) : IType
columnType IType
mapping IMapping
Résultat IType