C# 클래스 SubSonic.DataProviders.DB2.DB2Generator

상속: SubSonic.SqlGeneration.ANSISqlGenerator
파일 보기 프로젝트 열기: rally25rs/SubSonic-3.0

공개 메소드들

메소드 설명
BuildInsertStatement ( ) : string

Builds the insert statement.

BuildPagedSelectStatement ( ) : string

Builds the paged select statement.

BuildUpdateStatement ( ) : string

Builds the update statement.

DB2Generator ( SqlQuery query ) : System

Initializes a new instance of the DB2Generator class.

GenerateConstraints ( ) : string

Generates the constraints.

GetParameterPrefix ( ) : string

비공개 메소드들

메소드 설명
stripBraces ( string toStrip ) : string

메소드 상세

BuildInsertStatement() 공개 메소드

Builds the insert statement.
public BuildInsertStatement ( ) : string
리턴 string

BuildPagedSelectStatement() 공개 메소드

Builds the paged select statement.
public BuildPagedSelectStatement ( ) : string
리턴 string

BuildUpdateStatement() 공개 메소드

Builds the update statement.
public BuildUpdateStatement ( ) : string
리턴 string

DB2Generator() 공개 메소드

Initializes a new instance of the DB2Generator class.
public DB2Generator ( SqlQuery query ) : System
query SqlQuery The query.
리턴 System

GenerateConstraints() 공개 메소드

Generates the constraints.
public GenerateConstraints ( ) : string
리턴 string

GetParameterPrefix() 공개 메소드

public GetParameterPrefix ( ) : string
리턴 string