C# Class WeenyMapper.Sql.SqlClauseBase

ファイルを表示 Open project: erikojebo/WeenyMapper

Public Methods

Method Description
AppendTo ( DbCommand command, IDbCommandFactory commandFactory ) : void
InsertAtMarker ( DbCommand command, string marker, IDbCommandFactory commandFactory ) : void
InsertWithSpaceAtMarker ( DbCommand command, string marker, IDbCommandFactory commandFactory ) : void

Protected Methods

Method Description
SqlClauseBase ( ) : System.Collections.Generic

Private Methods

Method Description
AppendParameters ( DbCommand command, IDbCommandFactory commandFactory ) : void
InsertAtMarker ( DbCommand command, string marker, IDbCommandFactory commandFactory, string prefix ) : void

Method Details

AppendTo() public method

public AppendTo ( DbCommand command, IDbCommandFactory commandFactory ) : void
command System.Data.Common.DbCommand
commandFactory IDbCommandFactory
return void

InsertAtMarker() public method

public InsertAtMarker ( DbCommand command, string marker, IDbCommandFactory commandFactory ) : void
command System.Data.Common.DbCommand
marker string
commandFactory IDbCommandFactory
return void

InsertWithSpaceAtMarker() public method

public InsertWithSpaceAtMarker ( DbCommand command, string marker, IDbCommandFactory commandFactory ) : void
command System.Data.Common.DbCommand
marker string
commandFactory IDbCommandFactory
return void

SqlClauseBase() protected method

protected SqlClauseBase ( ) : System.Collections.Generic
return System.Collections.Generic