Click or drag to resize
PostgresqlSqlStatement Class

[Missing <summary> documentation for "T:Activsoft.Engine.Db.Postgresql.PostgresqlSqlStatement"]

Inheritance Hierarchy
SystemObject
  Activsoft.Engine.DbSqlStatement
    Activsoft.Engine.Db.PostgresqlPostgresqlSqlStatement

Namespace: Activsoft.Engine.Db.Postgresql
Assembly: Activsoft.Engine.Db.Postgresql (in Activsoft.Engine.Db.Postgresql.dll) Version: 6.0.0.0 (6.0.0.0)
Syntax
public class PostgresqlSqlStatement : SqlStatement

The PostgresqlSqlStatement type exposes the following members.

Constructors
  NameDescription
Public methodPostgresqlSqlStatement
Initializes a new instance of the PostgresqlSqlStatement class
Top
Methods
  NameDescription
Public methodAppend(Char) (Inherited from SqlStatement.)
Public methodAppend(Int32) (Inherited from SqlStatement.)
Public methodAppend(String) (Inherited from SqlStatement.)
Public methodAppendFormat(String, Object) (Inherited from SqlStatement.)
Public methodAppendFormat(IFormatProvider, String, Object) (Inherited from SqlStatement.)
Public methodEndExclusion (Inherited from SqlStatement.)
Public methodEndString (Inherited from SqlStatement.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodEvaluate (Inherited from SqlStatement.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFunction (Overrides SqlStatementFunction(String, Object).)
Public methodFunctionAsString (Overrides SqlStatementFunctionAsString(String, Object).)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetParameter (Inherited from SqlStatement.)
Public methodGetParameters (Inherited from SqlStatement.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodIsEmpty (Inherited from SqlStatement.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodParameter(SqlParameter) (Inherited from SqlStatement.)
Public methodParameter(SqlType, String) (Inherited from SqlStatement.)
Public methodParameter(SqlType, String, Object) (Inherited from SqlStatement.)
Public methodParameter(SqlType, String, Object, Transformer) (Inherited from SqlStatement.)
Public methodParameter(SqlType, String, Object, Transformer, ParameterDirection) (Inherited from SqlStatement.)
Public methodParameter(SqlType, String, Object, Transformer, ParameterDirection, Int32) (Inherited from SqlStatement.)
Public methodParameterAsString (Overrides SqlStatementParameterAsString(String).)
Public methodPrepareParameterForFunction (Inherited from SqlStatement.)
Public methodPrepareParameterForFunctionAsString (Inherited from SqlStatement.)
Public methodReset (Inherited from SqlStatement.)
Public methodStartExclusion (Inherited from SqlStatement.)
Public methodStartString (Inherited from SqlStatement.)
Public methodToString (Inherited from SqlStatement.)
Public methodToString(Config, String, Boolean, SqlParameter) (Inherited from SqlStatement.)
Top
Fields
  NameDescription
Protected fieldexclusionDepth (Inherited from SqlStatement.)
Protected fieldformatters (Inherited from SqlStatement.)
Protected fieldparameters (Inherited from SqlStatement.)
Protected fieldtokens (Inherited from SqlStatement.)
Top
Properties
  NameDescription
Public propertyFormatters (Inherited from SqlStatement.)
Top
See Also