| 构造器和说明 |
|---|
Table()
Instantiates a new table.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Columns |
getColumns()
Gets the columns.
|
String |
getComment()
Gets the comment.
|
String |
getJavaAccessName()
Gets the java access name.
|
String |
getJavaName()
Gets the java name.
|
String |
getJavaNames()
Gets the java names.
|
String |
getName()
Gets the name.
|
String |
getOwner()
Gets the owner.
|
boolean |
hasAuto()
Checks for auto.
|
boolean |
hasPK()
Checks for PK.
|
void |
setComment(String comment)
Sets the comment.
|
void |
setName(String name)
Sets the name.
|
void |
setOwner(String owner)
Sets the owner.
|
public Columns getColumns()
ITablegetColumns 在接口中 ITablepublic String getComment()
ITablegetComment 在接口中 ITablepublic void setComment(String comment)
ITablesetComment 在接口中 ITablecomment - the new commentpublic String getJavaName()
ITablegetJavaName 在接口中 ITablepublic String getJavaNames()
ITablegetJavaNames 在接口中 ITablepublic String getJavaAccessName()
ITablegetJavaAccessName 在接口中 ITablepublic boolean hasPK()
ITableCopyright © 2018. All rights reserved.