| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
Columns getColumns()
String getComment()
void setComment(String comment)
comment - the new commentString getName()
void setName(String name)
name - the new nameString getOwner()
void setOwner(String owner)
owner - the new ownerString getJavaName()
String getJavaNames()
String getJavaAccessName()
boolean hasPK()
boolean hasAuto()
Copyright © 2018. All rights reserved.