public class TableParameterMetaData extends Object
Constructor and Description |
---|
TableParameterMetaData(String columnName,
int sqlType,
boolean nullable)
Constructor taking all the properties.
|
Modifier and Type | Method and Description |
---|---|
String |
getParameterName()
Get the parameter name.
|
int |
getSqlType()
Get the parameter SQL type.
|
boolean |
isNullable()
Get whether the parameter/column is nullable.
|
public TableParameterMetaData(String columnName, int sqlType, boolean nullable)
public String getParameterName()
public int getSqlType()
public boolean isNullable()