public class JdbcColumn extends Object
| Constructor and Description |
|---|
JdbcColumn(ResultSet metadata) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDecimalDigits()
Returns the decimalDigits of the column.
|
String |
getName()
Returns the name of the column.
|
int |
getSize()
Returns the size of the column.
|
int |
getType()
Returns the type of the column.
|
boolean |
isNullable()
Returns if the column is nullable.
|
public JdbcColumn(ResultSet metadata) throws SQLException
metadata - the column metadataSQLException - thrown in case of an SQL error.public int getDecimalDigits()
public String getName()
public int getSize()
public int getType()
public boolean isNullable()
Copyright © 2012-2013 Batoo. All Rights Reserved.