Aracılığıyla paylaş


ReferenceTableInfo Class

  • java.lang.Object
    • TableInfo
      • com.microsoft.azure.elasticdb.shard.schema.ReferenceTableInfo

public class ReferenceTableInfo extends TableInfo

Represents information about a single reference table.

Constructor Summary

Constructor Description
ReferenceTableInfo()
ReferenceTableInfo(String tableName)

Initializes a new instance of the ReferenceTableInfo class.

ReferenceTableInfo(String schemaName, String tableName)

Initializes a new instance of the ReferenceTableInfo class.

Method Summary

Modifier and Type Method and Description
boolean equals(Object obj)

Overrides the Equals() method of Object class. Determines whether the specified object is equal to the current object.

int hashCode()

Calculates the hash code for this instance.

Inherited Members

Constructor Details

ReferenceTableInfo

public ReferenceTableInfo()

ReferenceTableInfo

public ReferenceTableInfo(String tableName)

Initializes a new instance of the ReferenceTableInfo class.

Parameters:

tableName - Reference table name.

ReferenceTableInfo

public ReferenceTableInfo(String schemaName, String tableName)

Initializes a new instance of the ReferenceTableInfo class.

Parameters:

schemaName - Schema name of the reference table.
tableName - Reference table name.

Method Details

equals

public boolean equals(Object obj)

Overrides the Equals() method of Object class. Determines whether the specified object is equal to the current object.

Parameters:

obj - The object to compare with the current ReferenceTableInfo object.

Returns:

true if the specified object is equal to the current ReferenceTableInfo object; otherwise, false.

hashCode

public int hashCode()

Calculates the hash code for this instance.

Returns:

Hash code for the object.

Applies to