| 构造器和说明 |
|---|
SdTablePrimaryKeyAttribute() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getColumnName()
column name
|
String |
getKeySeq()
sequence number within primary key( a valueof 1 represents the first column
of the primary key, a value of 2 wouldrepresent the second column within
the primary key).
|
String |
getPkName()
primary key name (may be null)
|
String |
getTableCat()
table catalog (may be null)
|
String |
getTableName()
table name
|
String |
getTableSchem()
table schema (may be null)
|
SdTablePrimaryKeyAttribute |
setColumnName(String columnName)
column name
|
SdTablePrimaryKeyAttribute |
setKeySeq(String keySeq)
sequence number within primary key( a valueof 1 represents the first column
of the primary key, a value of 2 wouldrepresent the second column within
the primary key).
|
SdTablePrimaryKeyAttribute |
setPkName(String pkName)
primary key name (may be null)
|
SdTablePrimaryKeyAttribute |
setTableCat(String tableCat)
table catalog (may be null)
|
SdTablePrimaryKeyAttribute |
setTableName(String tableName)
table name
|
SdTablePrimaryKeyAttribute |
setTableSchem(String tableSchem)
table schema (may be null)
|
String |
toString() |
public String getTableCat()
public SdTablePrimaryKeyAttribute setTableCat(String tableCat)
tableCat - public String getTableSchem()
public SdTablePrimaryKeyAttribute setTableSchem(String tableSchem)
tableSchem - public String getTableName()
public SdTablePrimaryKeyAttribute setTableName(String tableName)
public String getColumnName()
public SdTablePrimaryKeyAttribute setColumnName(String columnName)
columnName - public String getKeySeq()
public SdTablePrimaryKeyAttribute setKeySeq(String keySeq)
keySeq - public String getPkName()
public SdTablePrimaryKeyAttribute setPkName(String pkName)
pkName - Copyright © 2019 Mirren Tools. All rights reserved.