public class Column extends Object
| Constructor and Description |
|---|
Column() |
Column(String name,
int type,
Integer length,
Boolean primarykey,
String encode,
String compress,
String level) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCompress() |
String |
getEncode() |
Integer |
getLength() |
String |
getLevel() |
String |
getName() |
int |
getType() |
int |
hashCode() |
Boolean |
isPrimarykey() |
void |
setCompress(String compress) |
void |
setEncode(String encode) |
void |
setLength(Integer length) |
void |
setLevel(String level) |
void |
setName(String name) |
void |
setPrimarykey(Boolean primarykey) |
void |
setType(int type) |
public String getName()
public void setName(String name)
public int getType()
public void setType(int type)
public Integer getLength()
public void setLength(Integer length)
public Boolean isPrimarykey()
public void setPrimarykey(Boolean primarykey)
public String getEncode()
public void setEncode(String encode)
public String getCompress()
public void setCompress(String compress)
public String getLevel()
public void setLevel(String level)
Copyright © 2025. All rights reserved.