C# Класс NHibernate.Dialect.BitwiseNativeOperation

Наследование: ISQLFunction
Показать файл Открыть проект

Открытые методы

Метод Описание
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