public class ColumnSetValue extends ColumnValue
Constructor and Description |
---|
ColumnSetValue(Column column,
Object value,
boolean id,
boolean nullable,
boolean autoIncrease) |
Modifier and Type | Method and Description |
---|---|
boolean |
isAutoIncrease()
Gets the value of autoIncrease
|
boolean |
isId()
Gets the value of id
|
boolean |
isNullable()
Gets the value of nullable
|
void |
setAutoIncrease(boolean autoIncrease)
Sets the autoIncrease
|
void |
setId(boolean id)
Sets the id
|
void |
setNullable(boolean nullable)
Sets the nullable
|
public boolean isId()
public void setId(boolean id)
You can use getId() to get the value of id
id
- idpublic boolean isNullable()
public void setNullable(boolean nullable)
You can use getNullable() to get the value of nullable
nullable
- nullablepublic boolean isAutoIncrease()
public void setAutoIncrease(boolean autoIncrease)
You can use getAutoIncrease() to get the value of autoIncrease
autoIncrease
- autoIncreaseCopyright © 2020 IBIT程序猿. All rights reserved.