public class SchemaType extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
action |
String |
field |
String |
line |
String |
newName |
String |
typeName |
| Constructor and Description |
|---|
SchemaType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSummary() |
boolean |
isFieldAlter() |
boolean |
isFieldAlterType() |
boolean |
isFieldDelete() |
boolean |
isFieldInsert() |
boolean |
isFieldRename() |
boolean |
isTblDelete() |
boolean |
isTblInsert() |
boolean |
isTblRename() |
String |
toString() |
public String line
public String typeName
public String action
public String field
public String newName
public boolean isTblInsert()
public boolean isFieldInsert()
public boolean isFieldRename()
public boolean isTblDelete()
public boolean isTblRename()
public boolean isFieldDelete()
public boolean isFieldAlter()
public boolean isFieldAlterType()
public String getSummary()
Copyright © 2020. All rights reserved.