public class IndexColumnUsage
extends java.lang.Object
implements java.io.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 java.lang.String |
columnName |
protected java.lang.String |
indexCatalog |
protected java.lang.String |
indexName |
protected java.lang.String |
indexSchema |
protected java.lang.Boolean |
isDescending |
protected int |
ordinalPosition |
protected java.lang.String |
tableCatalog |
protected java.lang.String |
tableName |
protected java.lang.String |
tableSchema |
Constructor and Description |
---|
IndexColumnUsage() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getColumnName()
Gets the value of the columnName property.
|
java.lang.String |
getIndexCatalog()
Gets the value of the indexCatalog property.
|
java.lang.String |
getIndexName()
Gets the value of the indexName property.
|
java.lang.String |
getIndexSchema()
Gets the value of the indexSchema property.
|
int |
getOrdinalPosition()
Gets the value of the ordinalPosition property.
|
java.lang.String |
getTableCatalog()
Gets the value of the tableCatalog property.
|
java.lang.String |
getTableName()
Gets the value of the tableName property.
|
java.lang.String |
getTableSchema()
Gets the value of the tableSchema property.
|
java.lang.Boolean |
isIsDescending()
Gets the value of the isDescending property.
|
void |
setColumnName(java.lang.String value)
Sets the value of the columnName property.
|
void |
setIndexCatalog(java.lang.String value)
Sets the value of the indexCatalog property.
|
void |
setIndexName(java.lang.String value)
Sets the value of the indexName property.
|
void |
setIndexSchema(java.lang.String value)
Sets the value of the indexSchema property.
|
void |
setIsDescending(java.lang.Boolean value)
Sets the value of the isDescending property.
|
void |
setOrdinalPosition(int value)
Sets the value of the ordinalPosition property.
|
void |
setTableCatalog(java.lang.String value)
Sets the value of the tableCatalog property.
|
void |
setTableName(java.lang.String value)
Sets the value of the tableName property.
|
void |
setTableSchema(java.lang.String value)
Sets the value of the tableSchema property.
|
IndexColumnUsage |
withColumnName(java.lang.String value) |
IndexColumnUsage |
withIndexCatalog(java.lang.String value) |
IndexColumnUsage |
withIndexName(java.lang.String value) |
IndexColumnUsage |
withIndexSchema(java.lang.String value) |
IndexColumnUsage |
withIsDescending(java.lang.Boolean value) |
IndexColumnUsage |
withOrdinalPosition(int value) |
IndexColumnUsage |
withTableCatalog(java.lang.String value) |
IndexColumnUsage |
withTableName(java.lang.String value) |
IndexColumnUsage |
withTableSchema(java.lang.String value) |
protected java.lang.String indexCatalog
protected java.lang.String indexSchema
protected java.lang.String indexName
protected java.lang.String tableCatalog
protected java.lang.String tableSchema
protected java.lang.String tableName
protected java.lang.String columnName
protected int ordinalPosition
protected java.lang.Boolean isDescending
public java.lang.String getIndexCatalog()
String
public void setIndexCatalog(java.lang.String value)
value
- allowed object is
String
public java.lang.String getIndexSchema()
String
public void setIndexSchema(java.lang.String value)
value
- allowed object is
String
public java.lang.String getIndexName()
String
public void setIndexName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTableCatalog()
String
public void setTableCatalog(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTableSchema()
String
public void setTableSchema(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTableName()
String
public void setTableName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getColumnName()
String
public void setColumnName(java.lang.String value)
value
- allowed object is
String
public int getOrdinalPosition()
public void setOrdinalPosition(int value)
public java.lang.Boolean isIsDescending()
Boolean
public void setIsDescending(java.lang.Boolean value)
value
- allowed object is
Boolean
public IndexColumnUsage withIndexCatalog(java.lang.String value)
public IndexColumnUsage withIndexSchema(java.lang.String value)
public IndexColumnUsage withIndexName(java.lang.String value)
public IndexColumnUsage withTableCatalog(java.lang.String value)
public IndexColumnUsage withTableSchema(java.lang.String value)
public IndexColumnUsage withTableName(java.lang.String value)
public IndexColumnUsage withColumnName(java.lang.String value)
public IndexColumnUsage withOrdinalPosition(int value)
public IndexColumnUsage withIsDescending(java.lang.Boolean value)
Copyright © 2018. All Rights Reserved.