public class ColumnMetadata extends Object implements Serializable
| Constructor and Description |
|---|
ColumnMetadata(String name,
int type,
int precision,
int scale,
int dfColIndex) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDfColIndex() |
String |
getName() |
int |
getPrecision() |
int |
getScale() |
int |
getType() |
public ColumnMetadata(String name, int type, int precision, int scale, int dfColIndex)
public String getName()
public int getType()
public int getPrecision()
public int getScale()
public int getDfColIndex()
Copyright © 2023 com.microsoft.azure. All rights reserved.