org.synchronoss.cpo.jdbc
Class JdbcParameter
java.lang.Object
org.synchronoss.cpo.jdbc.JdbcParameter
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class JdbcParameter
- extends java.lang.Object
- implements java.io.Serializable, java.lang.Cloneable
JdbcParameter is a class that maps traditional java classes to tables in a
jdbc database.
- Author:
- david berry
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JdbcParameter
public JdbcParameter()
JdbcParameter
public JdbcParameter(JdbcAttribute attribute,
java.lang.String type)
throws CpoException
- Throws:
CpoException
setAttribute
public void setAttribute(JdbcAttribute attribute)
setType
public void setType(java.lang.String type)
getAttribute
public JdbcAttribute getAttribute()
getType
public java.lang.String getType()
isInParameter
public boolean isInParameter()
isOutParameter
public boolean isOutParameter()
Copyright © 2010. All Rights Reserved.