public class SnowflakeColumnMetadata extends Object implements Serializable
Constructor and Description |
---|
SnowflakeColumnMetadata(String name,
int type,
boolean nullable,
int length,
int precision,
int scale,
String typeName,
boolean fixed,
SnowflakeType base,
String columnSrcDatabase,
String columnSrcSchema,
String columnSrcTable) |
Modifier and Type | Method and Description |
---|---|
SnowflakeType |
getBase() |
String |
getColumnSrcDatabase() |
String |
getColumnSrcSchema() |
String |
getColumnSrcTable() |
int |
getLength() |
String |
getName() |
int |
getPrecision() |
int |
getScale() |
int |
getType() |
String |
getTypeName() |
boolean |
isFixed() |
boolean |
isNullable() |
void |
setFixed(boolean fixed) |
void |
setLength(int length) |
void |
setName(String name) |
void |
setNullable(boolean nullable) |
void |
setPrecision(int precision) |
void |
setScale(int scale) |
void |
setType(int type) |
void |
setTypeName(String typeName) |
String |
toString() |
public String getName()
public void setName(String name)
public int getType()
public void setType(int type)
public boolean isNullable()
public void setNullable(boolean nullable)
public int getLength()
public void setLength(int length)
public int getPrecision()
public void setPrecision(int precision)
public int getScale()
public void setScale(int scale)
public String getTypeName()
public void setTypeName(String typeName)
public boolean isFixed()
public void setFixed(boolean fixed)
public SnowflakeType getBase()
public String getColumnSrcTable()
public String getColumnSrcSchema()
public String getColumnSrcDatabase()
Copyright © 2022. All rights reserved.