| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
action |
protected String |
catalog |
protected String |
comment |
protected List<String> |
ddls |
protected String |
definition |
protected boolean |
drop |
protected boolean |
getmap |
protected String |
name |
protected Long |
objectId |
protected T |
origin |
protected String |
schema |
protected boolean |
setmap |
protected Table |
table |
protected T |
update |
| 构造器和说明 |
|---|
BaseMetadata() |
protected String catalog
protected String schema
protected String name
protected String comment
protected Long objectId
protected Table table
protected String definition
protected T extends BaseMetadata origin
protected T extends BaseMetadata update
protected boolean setmap
protected boolean getmap
protected boolean drop
protected String action
public String getCatalog()
public String getSchema()
public String getName()
public String getComment()
public T delete()
public boolean isDelete()
public T setDelete(boolean drop)
public String getAction()
public void drop()
public boolean isDrop()
public T setDrop(boolean drop)
public Table getTable(boolean update)
update - 是否检测upatepublic void setTable(Table table)
public String getTableName(boolean update)
public String getDefinition()
public String getDdl()
public void addDdl(String ddl)
public String ddl()
public String ddl(boolean init)
public String getDdl(boolean init)
public Long getObjectId()
public void setObjectId(Long objectId)
public T getUpdate()
public T update()
public T update(boolean setmap, boolean getmap)
Copyright © 2023. All rights reserved.