| 构造器和说明 |
|---|
SdTableAttribute() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getRefGeneration()
specifies how values inSELF_REFERENCING_COL_NAME are created.
|
String |
getRemarks()
explanatory comment on the table
|
String |
getSelfReferencingColName()
name of the designated"identifier" column of a typed table (may be null)
|
String |
getTableCat()
table catalog (may be null)
|
String |
getTableName()
table name
|
String |
getTableSchem()
table schema (may be null)
|
String |
getTableType()
table type.
|
String |
getTypeCat()
the types catalog (may be null)
|
String |
getTypeName()
type name (may be null)
|
String |
getTypeSchem()
the types schema (may be null)
|
SdTableAttribute |
setRefGeneration(String refGeneration)
specifies how values inSELF_REFERENCING_COL_NAME are created.
|
SdTableAttribute |
setRemarks(String remarks)
explanatory comment on the table
|
SdTableAttribute |
setSelfReferencingColName(String selfReferencingColName)
name of the designated"identifier" column of a typed table (may be null)
|
SdTableAttribute |
setTableCat(String tableCat)
table catalog (may be null)
|
SdTableAttribute |
setTableName(String tableName)
table name
|
SdTableAttribute |
setTableSchem(String tableSchem)
table schema (may be null)
|
SdTableAttribute |
setTableType(String tableType)
table type.
|
SdTableAttribute |
setTypeCat(String typeCat)
the types catalog (may be null)
|
SdTableAttribute |
setTypeName(String typeName)
type name (may be null)
|
SdTableAttribute |
setTypeSchem(String typeSchem)
the types schema (may be null)
|
String |
toString() |
public String getTableCat()
public SdTableAttribute setTableCat(String tableCat)
tableCat - public String getTableSchem()
public SdTableAttribute setTableSchem(String tableSchem)
tableSchem - public String getTableName()
public SdTableAttribute setTableName(String tableName)
tableName - public String getTableType()
public SdTableAttribute setTableType(String tableType)
tableType - public String getRemarks()
public SdTableAttribute setRemarks(String remarks)
remarks - public String getTypeCat()
public SdTableAttribute setTypeCat(String typeCat)
typeCat - public String getTypeSchem()
public SdTableAttribute setTypeSchem(String typeSchem)
typeSchem - public String getTypeName()
public SdTableAttribute setTypeName(String typeName)
typeName - public String getSelfReferencingColName()
public SdTableAttribute setSelfReferencingColName(String selfReferencingColName)
selfReferencingColName - public String getRefGeneration()
public SdTableAttribute setRefGeneration(String refGeneration)
refGeneration - Copyright © 2019 Mirren Tools. All rights reserved.