private static class ConvertJSONToSQL.ColumnDescription extends Object
Modifier and Type | Field and Description |
---|---|
private String |
columnName |
private Integer |
columnSize |
private int |
dataType |
private boolean |
required |
Modifier | Constructor and Description |
---|---|
private |
ConvertJSONToSQL.ColumnDescription(String columnName,
int dataType,
boolean required,
Integer columnSize) |
Modifier and Type | Method and Description |
---|---|
static ConvertJSONToSQL.ColumnDescription |
from(ResultSet resultSet) |
String |
getColumnName() |
Integer |
getColumnSize() |
int |
getDataType() |
boolean |
isRequired() |
private final String columnName
private final int dataType
private final boolean required
private final Integer columnSize
public int getDataType()
public Integer getColumnSize()
public String getColumnName()
public boolean isRequired()
public static ConvertJSONToSQL.ColumnDescription from(ResultSet resultSet) throws SQLException
SQLException
Copyright © 2017 Apache NiFi Project. All rights reserved.