|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.jdbc.utils.opgen.RdbStatement.Parameter
public static class RdbStatement.Parameter
Class the contains an input/output/template parameter
| Constructor Summary | |
|---|---|
RdbStatement.Parameter(java.lang.String name,
java.lang.String javaType)
Create a new parameter with the given type |
|
RdbStatement.Parameter(java.lang.String name,
java.lang.String jdbcType,
boolean canBeNull)
Create a new parameter with the given type |
|
| Method Summary | |
|---|---|
boolean |
canBeNull()
Get whether or not this parameter can be bull |
java.lang.String |
getJavaType()
Get the JavaType for the parameter |
java.lang.String |
getJdbcType()
Get the JdbcType for the parameter |
java.lang.String |
getName()
Get the name of the parameter |
java.lang.String |
getPrimitiveType()
Return the primitive type for this value |
java.lang.String |
getRdbProperty()
Get the RDB property |
java.lang.String |
getResultSetProperty()
Get the result set property |
boolean |
isBoxed()
Return if this value is boxed |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RdbStatement.Parameter(java.lang.String name,
java.lang.String javaType)
name - name of the parameterjavaType - type of the parameter
public RdbStatement.Parameter(java.lang.String name,
java.lang.String jdbcType,
boolean canBeNull)
name - name of the parameterjdbcType - type of the parametercanBeNull - true if this value can be null| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getJavaType()
public java.lang.String getJdbcType()
public java.lang.String getResultSetProperty()
public java.lang.String getRdbProperty()
public boolean canBeNull()
public boolean isBoxed()
public java.lang.String getPrimitiveType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||