public class ResultSetUtil extends Object
Constructor and Description |
---|
ResultSetUtil() |
Modifier and Type | Method and Description |
---|---|
static int |
columnDisplaySize(int columnType) |
static int |
columnPrecision(int columnType) |
static int |
columnScale(int columnType) |
static String |
prettyFormat(ResultSet res) |
static int |
tajoTypeToSqlType(TajoDataTypes.DataType type) |
static String |
toSqlType(TajoDataTypes.DataType type) |
public static String prettyFormat(ResultSet res) throws SQLException
SQLException
public static String toSqlType(TajoDataTypes.DataType type)
public static int tajoTypeToSqlType(TajoDataTypes.DataType type) throws SQLException
SQLException
public static int columnDisplaySize(int columnType) throws SQLException
SQLException
public static int columnPrecision(int columnType) throws SQLException
SQLException
public static int columnScale(int columnType) throws SQLException
SQLException
Copyright © 2014 Apache Software Foundation. All Rights Reserved.