Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

PostgreSqlObjectName Members

The PostgreSqlObjectName type exposes the following members.

Constructors


  Name Description
Public method PostgreSqlObjectName(Nullable<(Of <<'(String>)>>), String)
Initializes a new instance of the PostgreSqlObjectName struct.
Public method PostgreSqlObjectName(String, String, String)
Initializes a new instance of the PostgreSqlObjectName struct.
Public method PostgreSqlObjectName(String)
Initializes a new instance of the PostgreSqlObjectName struct.

Methods


  Name Description
Public method Equals(Nullable<(Of <<'(Object>)>>))
Determines whether the specified Object, is equal to this instance.
Public method Equals(AbstractObjectName)
Equalses the specified other.
Public method Equals(System.Object) (Inherited from ValueType.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode
Returns a hash code for this instance.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToQuotedString
To the quoted string.
Public method ToString
Returns a String that represents this instance.

Operators


  Name Description
Public operator Static member Equality
Implements the operator ==.
Public operator Static member Implicit Widening Implicit Implicit Implicit (String to PostgreSqlObjectName)
Perform an implicit conversion from String to PostgreSqlObjectName.
Public operator Static member Inequality
Implements the operator !=.

Fields


  Name Description
Public field Static member Empty
An empty schema/name pair

Properties


  Name Description
Public property Database
Gets the database.
Public property Name
Gets the name.
Public property Schema
Gets the schema.