C# 클래스 Nemo.Data.PostgresDialectProvider

상속: DialectProvider
파일 보기 프로젝트 열기: stepaside/Nemo

공개 프로퍼티들

프로퍼티 타입 설명
Instance PostgresDialectProvider

공개 메소드들

메소드 설명
AssignVariable ( string variableName, object value ) : string
ComputeAutoIncrement ( string variableName, Func tableNameFactory ) : string
CreateTableIfNotExists ( string tableName, int>.Dictionary coulmns ) : string
CreateTemporaryTable ( string tableName, DbType>.Dictionary coulmns ) : string
DeclareVariable ( string variableName, DbType dbType ) : string
EvaluateVariable ( string variableName ) : string
GetTemporaryTableName ( string tableName ) : string

보호된 메소드들

메소드 설명
PostgresDialectProvider ( ) : System

메소드 상세

AssignVariable() 공개 메소드

public AssignVariable ( string variableName, object value ) : string
variableName string
value object
리턴 string

ComputeAutoIncrement() 공개 메소드

public ComputeAutoIncrement ( string variableName, Func tableNameFactory ) : string
variableName string
tableNameFactory Func
리턴 string

CreateTableIfNotExists() 공개 메소드

public CreateTableIfNotExists ( string tableName, int>.Dictionary coulmns ) : string
tableName string
coulmns int>.Dictionary
리턴 string

CreateTemporaryTable() 공개 메소드

public CreateTemporaryTable ( string tableName, DbType>.Dictionary coulmns ) : string
tableName string
coulmns DbType>.Dictionary
리턴 string

DeclareVariable() 공개 메소드

public DeclareVariable ( string variableName, DbType dbType ) : string
variableName string
dbType DbType
리턴 string

EvaluateVariable() 공개 메소드

public EvaluateVariable ( string variableName ) : string
variableName string
리턴 string

GetTemporaryTableName() 공개 메소드

public GetTemporaryTableName ( string tableName ) : string
tableName string
리턴 string

PostgresDialectProvider() 보호된 메소드

protected PostgresDialectProvider ( ) : System
리턴 System

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

public static PostgresDialectProvider,Nemo.Data Instance
리턴 PostgresDialectProvider