public class IndexColumnUsage extends Object implements Serializable
Java class for IndexColumnUsage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IndexColumnUsage"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="index_catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="index_schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="index_name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="table_catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="table_schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="table_name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="column_name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ordinal_position" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="is_descending" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
columnName |
protected String |
indexCatalog |
protected String |
indexName |
protected String |
indexSchema |
protected Boolean |
isDescending |
protected int |
ordinalPosition |
protected String |
tableCatalog |
protected String |
tableName |
protected String |
tableSchema |
Constructor and Description |
---|
IndexColumnUsage() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object that) |
String |
getColumnName()
Gets the value of the columnName property.
|
String |
getIndexCatalog()
Gets the value of the indexCatalog property.
|
String |
getIndexName()
Gets the value of the indexName property.
|
String |
getIndexSchema()
Gets the value of the indexSchema property.
|
int |
getOrdinalPosition()
Gets the value of the ordinalPosition property.
|
String |
getTableCatalog()
Gets the value of the tableCatalog property.
|
String |
getTableName()
Gets the value of the tableName property.
|
String |
getTableSchema()
Gets the value of the tableSchema property.
|
int |
hashCode() |
Boolean |
isIsDescending()
Gets the value of the isDescending property.
|
void |
setColumnName(String value)
Sets the value of the columnName property.
|
void |
setIndexCatalog(String value)
Sets the value of the indexCatalog property.
|
void |
setIndexName(String value)
Sets the value of the indexName property.
|
void |
setIndexSchema(String value)
Sets the value of the indexSchema property.
|
void |
setIsDescending(Boolean value)
Sets the value of the isDescending property.
|
void |
setOrdinalPosition(int value)
Sets the value of the ordinalPosition property.
|
void |
setTableCatalog(String value)
Sets the value of the tableCatalog property.
|
void |
setTableName(String value)
Sets the value of the tableName property.
|
void |
setTableSchema(String value)
Sets the value of the tableSchema property.
|
String |
toString() |
IndexColumnUsage |
withColumnName(String value) |
IndexColumnUsage |
withIndexCatalog(String value) |
IndexColumnUsage |
withIndexName(String value) |
IndexColumnUsage |
withIndexSchema(String value) |
IndexColumnUsage |
withIsDescending(Boolean value) |
IndexColumnUsage |
withOrdinalPosition(int value) |
IndexColumnUsage |
withTableCatalog(String value) |
IndexColumnUsage |
withTableName(String value) |
IndexColumnUsage |
withTableSchema(String value) |
protected String indexCatalog
protected String indexSchema
protected String indexName
protected String tableCatalog
protected String tableSchema
protected String tableName
protected String columnName
protected int ordinalPosition
protected Boolean isDescending
public String getIndexCatalog()
String
public void setIndexCatalog(String value)
value
- allowed object is
String
public String getIndexSchema()
String
public void setIndexSchema(String value)
value
- allowed object is
String
public String getIndexName()
String
public void setIndexName(String value)
value
- allowed object is
String
public String getTableCatalog()
String
public void setTableCatalog(String value)
value
- allowed object is
String
public String getTableSchema()
String
public void setTableSchema(String value)
value
- allowed object is
String
public String getTableName()
String
public void setTableName(String value)
value
- allowed object is
String
public String getColumnName()
String
public void setColumnName(String value)
value
- allowed object is
String
public int getOrdinalPosition()
public void setOrdinalPosition(int value)
public Boolean isIsDescending()
Boolean
public void setIsDescending(Boolean value)
value
- allowed object is
Boolean
public IndexColumnUsage withIndexCatalog(String value)
public IndexColumnUsage withIndexSchema(String value)
public IndexColumnUsage withIndexName(String value)
public IndexColumnUsage withTableCatalog(String value)
public IndexColumnUsage withTableSchema(String value)
public IndexColumnUsage withTableName(String value)
public IndexColumnUsage withColumnName(String value)
public IndexColumnUsage withOrdinalPosition(int value)
public IndexColumnUsage withIsDescending(Boolean value)
Copyright © 2019. All rights reserved.