Table of Contents

PostgresEngine 类

命名空间
ShadowSql.Engines.Postgres
程序集
ShadowSql.Core.dll

Postgres

public class PostgresEngine : EngineBase, ISqlEngine, ISqlValueComponent
继承
PostgresEngine
实现
继承成员
扩展方法

构造函数

PostgresEngine()

Postgres

public PostgresEngine()

PostgresEngine(ISelectComponent, ISqlValueComponent, IPluginProvider?)

Postgres

public PostgresEngine(ISelectComponent select, ISqlValueComponent sqlVales, IPluginProvider? components)

参数

select ISelectComponent
sqlVales ISqlValueComponent
components IPluginProvider

方法

Identifier(StringBuilder, string)

标识符格式化

public override void Identifier(StringBuilder sql, string name)

参数

sql StringBuilder
name string

InsertedIdentity(StringBuilder)

插入自增列sql

public override bool InsertedIdentity(StringBuilder sql)

参数

sql StringBuilder

返回

bool