public class DatabaseUpgrade extends Object
| 构造器和说明 |
|---|
DatabaseUpgrade() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getComment() |
java.time.LocalDateTime |
getCreatedAt() |
long |
getId() |
String |
getSql() |
java.time.LocalDateTime |
getUpdatedAt() |
boolean |
isSuccess() |
void |
setComment(String comment) |
void |
setCreatedAt(java.time.LocalDateTime createdAt) |
void |
setId(long id) |
void |
setSql(String sql) |
void |
setSuccess(boolean success) |
void |
setUpdatedAt(java.time.LocalDateTime updatedAt) |
public long getId()
public void setId(long id)
public String getComment()
public void setComment(String comment)
public String getSql()
public void setSql(String sql)
public boolean isSuccess()
public void setSuccess(boolean success)
public java.time.LocalDateTime getCreatedAt()
public void setCreatedAt(java.time.LocalDateTime createdAt)
public java.time.LocalDateTime getUpdatedAt()
public void setUpdatedAt(java.time.LocalDateTime updatedAt)
Copyright © 2024. All rights reserved.