|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.jdbc.core.metadata.TableParameterMetaData
public class TableParameterMetaData
Holder of metadata for a specific parameter that is used for table processing.
Constructor Summary | |
---|---|
TableParameterMetaData(String columnName,
int sqlType,
boolean nullable)
Constructor taking all the properties. |
Method Summary | |
---|---|
String |
getParameterName()
Get the parameter name. |
int |
getSqlType()
Get the parameter SQL type. |
boolean |
isNullable()
Get whether the parameter/column is nullable. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TableParameterMetaData(String columnName, int sqlType, boolean nullable)
Method Detail |
---|
public String getParameterName()
public int getSqlType()
public boolean isNullable()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |