public class TableMetaStub extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TableMetaStub.ColumnMetaStub |
| Constructor and Description |
|---|
TableMetaStub() |
| Modifier and Type | Method and Description |
|---|---|
List<TableMetaStub.ColumnMetaStub> |
getColumns() |
String |
getREF_GENERATION() |
String |
getREMARKS() |
String |
getSELF_REFERENCING_COL_NAME() |
static long |
getSerialversionuid() |
String |
getTABLE_CAT() |
String |
getTABLE_NAME() |
String |
getTABLE_SCHEM() |
String |
getTABLE_TYPE() |
String |
getTYPE_CAT() |
String |
getTYPE_NAME() |
String |
getTYPE_SCHEM() |
void |
setColumns(List<TableMetaStub.ColumnMetaStub> columns) |
void |
setREF_GENERATION(String rEF_GENERATION) |
void |
setREMARKS(String rEMARKS) |
void |
setSELF_REFERENCING_COL_NAME(String sELF_REFERENCING_COL_NAME) |
void |
setTABLE_CAT(String tABLE_CAT) |
void |
setTABLE_NAME(String tABLE_NAME) |
void |
setTABLE_SCHEM(String tABLE_SCHEM) |
void |
setTABLE_TYPE(String tABLE_TYPE) |
void |
setTYPE_CAT(String tYPE_CAT) |
void |
setTYPE_NAME(String tYPE_NAME) |
void |
setTYPE_SCHEM(String tYPE_SCHEM) |
public String getTABLE_CAT()
public void setTABLE_CAT(String tABLE_CAT)
public String getTABLE_SCHEM()
public void setTABLE_SCHEM(String tABLE_SCHEM)
public String getTABLE_NAME()
public void setTABLE_NAME(String tABLE_NAME)
public String getTABLE_TYPE()
public void setTABLE_TYPE(String tABLE_TYPE)
public String getREMARKS()
public void setREMARKS(String rEMARKS)
public String getTYPE_CAT()
public void setTYPE_CAT(String tYPE_CAT)
public String getTYPE_SCHEM()
public void setTYPE_SCHEM(String tYPE_SCHEM)
public String getTYPE_NAME()
public void setTYPE_NAME(String tYPE_NAME)
public String getSELF_REFERENCING_COL_NAME()
public void setSELF_REFERENCING_COL_NAME(String sELF_REFERENCING_COL_NAME)
public String getREF_GENERATION()
public void setREF_GENERATION(String rEF_GENERATION)
public List<TableMetaStub.ColumnMetaStub> getColumns()
public void setColumns(List<TableMetaStub.ColumnMetaStub> columns)
public static long getSerialversionuid()
Copyright © 2014–2017 Apache Software Foundation. All rights reserved.