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