org.synchronoss.cpo.jdbc
Class JdbcCpoArgument

java.lang.Object
  extended by org.synchronoss.cpo.meta.bean.CpoArgumentBean
      extended by org.synchronoss.cpo.meta.domain.CpoArgument
          extended by org.synchronoss.cpo.jdbc.JdbcCpoArgument
All Implemented Interfaces:
Serializable, Cloneable

public class JdbcCpoArgument
extends CpoArgument
implements Serializable, Cloneable

JdbcCpoArgument is a class that defines the arguments to a JDBC expression

Author:
david berry
See Also:
Serialized Form

Constructor Summary
JdbcCpoArgument()
           
 
Method Summary
 JdbcCpoAttribute getAttribute()
           
 String getScope()
           
 String getTypeInfo()
           
 boolean isInParameter()
           
 boolean isOutParameter()
           
 void setScope(String scope)
           
 void setTypeInfo(String typeInfo)
           
 
Methods inherited from class org.synchronoss.cpo.meta.domain.CpoArgument
setAttribute, toString, toStringFull
 
Methods inherited from class org.synchronoss.cpo.meta.bean.CpoArgumentBean
equals, getAttributeName, getDescription, hashCode, setAttributeName, setDescription
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JdbcCpoArgument

public JdbcCpoArgument()
Method Detail

getAttribute

public JdbcCpoAttribute getAttribute()
Overrides:
getAttribute in class CpoArgument

isInParameter

public boolean isInParameter()

isOutParameter

public boolean isOutParameter()

getScope

public String getScope()

setScope

public void setScope(String scope)

getTypeInfo

public String getTypeInfo()

setTypeInfo

public void setTypeInfo(String typeInfo)


Copyright © 2014. All Rights Reserved.