C# Класс Tortuga.Chain.PostgreSql.PostgreSqlObjectName

Represents an object in PostgreSql (e.g. table, view, procedure)
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Empty PostgreSqlObjectName

Открытые методы

Метод Описание
Equals ( PostgreSqlObjectName other ) : bool

Equalses the specified other.

Equals ( object obj ) : bool

Determines whether the specified object, is equal to this instance.

GetHashCode ( ) : int

Returns a hash code for this instance.

PostgreSqlObjectName ( string qualifiedName ) : System

Initializes a new instance of the PostgreSqlObjectName struct.

PostgreSqlObjectName ( string schema, string name ) : System

Initializes a new instance of the PostgreSqlObjectName struct.

PostgreSqlObjectName ( string database, string schema, string name ) : System

Initializes a new instance of the PostgreSqlObjectName struct.

ToQuotedString ( ) : string

To the quoted string.

ToString ( ) : string

Returns a string that represents this instance.

operator ( ) : bool

Implements the operator !=.

Описание методов

Equals() публичный Метод

Equalses the specified other.
public Equals ( PostgreSqlObjectName other ) : bool
other PostgreSqlObjectName The other.
Результат bool

Equals() публичный Метод

Determines whether the specified object, is equal to this instance.
public Equals ( object obj ) : bool
obj object The to compare with this instance.
Результат bool

GetHashCode() публичный Метод

Returns a hash code for this instance.
public GetHashCode ( ) : int
Результат int

PostgreSqlObjectName() публичный Метод

Initializes a new instance of the PostgreSqlObjectName struct.
/// Fully qualified name is null or empty.;qualifiedName /// or /// Four-part identifiers are not supported. ///
public PostgreSqlObjectName ( string qualifiedName ) : System
qualifiedName string Name of the qualified.
Результат System

PostgreSqlObjectName() публичный Метод

Initializes a new instance of the PostgreSqlObjectName struct.
public PostgreSqlObjectName ( string schema, string name ) : System
schema string The schema.
name string The name.
Результат System

PostgreSqlObjectName() публичный Метод

Initializes a new instance of the PostgreSqlObjectName struct.
public PostgreSqlObjectName ( string database, string schema, string name ) : System
database string The database.
schema string The schema.
name string The name.
Результат System

ToQuotedString() публичный Метод

To the quoted string.
public ToQuotedString ( ) : string
Результат string

ToString() публичный Метод

Returns a string that represents this instance.
public ToString ( ) : string
Результат string

operator() публичный статический Метод

Implements the operator !=.
public static operator ( ) : bool
Результат bool

Описание свойств

Empty публичное статическое свойство

An empty schema/name pair
public static PostgreSqlObjectName,Tortuga.Chain.PostgreSql Empty
Результат PostgreSqlObjectName