public class SQLColumnSchema extends Object implements Jsonizable
| Constructor and Description |
|---|
SQLColumnSchema(String name,
ColumnType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName()
获取 SQL 列的名称
|
ColumnType |
getType()
获取 SQL 列的类型
|
int |
hashCode() |
String |
jsonize() |
void |
jsonize(StringBuilder sb,
String newline) |
String |
toString() |
public SQLColumnSchema(String name, ColumnType type)
public String getName()
public ColumnType getType()
public String jsonize()
jsonize in interface Jsonizablepublic void jsonize(StringBuilder sb, String newline)
jsonize in interface JsonizableCopyright © 2024. All Rights Reserved.