Package org.synchronoss.cpo.jdbc
Class JdbcCpoArgument
java.lang.Object
org.synchronoss.cpo.core.meta.bean.CpoClassBean
org.synchronoss.cpo.core.meta.domain.CpoArgument
org.synchronoss.cpo.jdbc.JdbcCpoArgument
- All Implemented Interfaces:
Serializable,Cloneable
JdbcCpoArgument is a class that defines the arguments to a JDBC expression
- Author:
- david berry
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetScope()Gets the scope of this argumentGet the type info for this argumentbooleanIs this attribute an IN parameterbooleanIs this attribute an OUT parametervoidSets this arguments scopevoidsetTypeInfo(String typeInfo) Sets the type info for this argumentMethods inherited from class org.synchronoss.cpo.core.meta.domain.CpoArgument
setAttribute, toString, toStringFullMethods inherited from class org.synchronoss.cpo.core.meta.bean.CpoClassBean
equals, getDescription, getName, hashCode, setDescription, setName
-
Constructor Details
-
JdbcCpoArgument
public JdbcCpoArgument()Construct a JdbcCpoArgument
-
-
Method Details
-
getAttribute
- Overrides:
getAttributein classCpoArgument
-
isInParameter
public boolean isInParameter()Is this attribute an IN parameter- Returns:
- true if this attribute is an IN parameter
-
isOutParameter
public boolean isOutParameter()Is this attribute an OUT parameter- Returns:
- true if this attribute is an OUT parameter
-
getScope
Gets the scope of this argument- Returns:
- The scope
-
setScope
Sets this arguments scope- Parameters:
scope- - The scope of the argument
-
getTypeInfo
Get the type info for this argument- Returns:
- The type info for this argument
-
setTypeInfo
Sets the type info for this argument- Parameters:
typeInfo- - The type info to set
-