public class KeyColumnUsage extends Object implements Serializable
Java class for KeyColumnUsage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyColumnUsage"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="column_name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="constraint_catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="constraint_schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="constraint_name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ordinal_position" type="{http://www.w3.org/2001/XMLSchema}int"/> <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"/> </all> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
columnName |
protected String |
constraintCatalog |
protected String |
constraintName |
protected String |
constraintSchema |
protected int |
ordinalPosition |
protected String |
tableCatalog |
protected String |
tableName |
protected String |
tableSchema |
Constructor and Description |
---|
KeyColumnUsage() |
Modifier and Type | Method and Description |
---|---|
String |
getColumnName()
Gets the value of the columnName property.
|
String |
getConstraintCatalog()
Gets the value of the constraintCatalog property.
|
String |
getConstraintName()
Gets the value of the constraintName property.
|
String |
getConstraintSchema()
Gets the value of the constraintSchema 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.
|
void |
setColumnName(String value)
Sets the value of the columnName property.
|
void |
setConstraintCatalog(String value)
Sets the value of the constraintCatalog property.
|
void |
setConstraintName(String value)
Sets the value of the constraintName property.
|
void |
setConstraintSchema(String value)
Sets the value of the constraintSchema 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.
|
KeyColumnUsage |
withColumnName(String value) |
KeyColumnUsage |
withConstraintCatalog(String value) |
KeyColumnUsage |
withConstraintName(String value) |
KeyColumnUsage |
withConstraintSchema(String value) |
KeyColumnUsage |
withOrdinalPosition(int value) |
KeyColumnUsage |
withTableCatalog(String value) |
KeyColumnUsage |
withTableName(String value) |
KeyColumnUsage |
withTableSchema(String value) |
protected String columnName
protected String constraintCatalog
protected String constraintSchema
protected String constraintName
protected int ordinalPosition
protected String tableCatalog
protected String tableSchema
protected String tableName
public String getColumnName()
String
public void setColumnName(String value)
value
- allowed object is
String
public String getConstraintCatalog()
String
public void setConstraintCatalog(String value)
value
- allowed object is
String
public String getConstraintSchema()
String
public void setConstraintSchema(String value)
value
- allowed object is
String
public String getConstraintName()
String
public void setConstraintName(String value)
value
- allowed object is
String
public int getOrdinalPosition()
public void setOrdinalPosition(int value)
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 KeyColumnUsage withColumnName(String value)
public KeyColumnUsage withConstraintCatalog(String value)
public KeyColumnUsage withConstraintSchema(String value)
public KeyColumnUsage withConstraintName(String value)
public KeyColumnUsage withOrdinalPosition(int value)
public KeyColumnUsage withTableCatalog(String value)
public KeyColumnUsage withTableSchema(String value)
public KeyColumnUsage withTableName(String value)
Copyright © 2017. All Rights Reserved.