ReferenceTableInfo Class
- java.
lang. Object - TableInfo
- com.
microsoft. azure. elasticdb. shard. schema. ReferenceTableInfo
- com.
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:
ReferenceTableInfo
public ReferenceTableInfo(String schemaName, String tableName)
Initializes a new instance of the ReferenceTableInfo class.
Parameters:
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:
Returns:
hashCode
public int hashCode()
Calculates the hash code for this instance.
Returns:
Applies to
Azure SDK for Java