public class KeyColumnUsage extends Object implements Serializable, XMLAppendable
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() |
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()
public void setColumnName(String value)
public String getConstraintCatalog()
public void setConstraintCatalog(String value)
public String getConstraintSchema()
public void setConstraintSchema(String value)
public String getConstraintName()
public void setConstraintName(String value)
public int getOrdinalPosition()
public void setOrdinalPosition(int value)
public String getTableCatalog()
public void setTableCatalog(String value)
public String getTableSchema()
public void setTableSchema(String value)
public String getTableName()
public void setTableName(String value)
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)
public final void appendTo(XMLBuilder builder)
appendTo
in interface XMLAppendable
Copyright © 2021. All rights reserved.