Where Am I? Class Hierarchy All Classes All Fields and Methods

Class com.ibm.ivj.db.uibeans.SpecsLocator

java.lang.Object
   |
   +----com.ibm.ivj.db.uibeans.SpecsLocator

public class SpecsLocator
extends Object
implements PropertyValueSpecification, Serializable, Cloneable

SpecsLocator is used by the custom property editor for the query property of the Select bean. It contains information to create the connection alias and SQL specification associated with the query property. The VAJ IDE will serialize the specsLocator of the specifications themselves to save space.

Version:
1.0 06/30/98

Constructor Index

SpecsLocator()

Method Index

clone()
getAsPropertyValue()
getConnectBundleName()
getConnectFullName()
getConnectName()
getConnectSpec()
getSqlBundleName()
getSqlFullName()
getSqlName()
getSqlSpec()
setConnectBundleName(String)
setConnectName(String)
setSqlBundleName(String)
setSqlName(String)

Constructors

SpecsLocator
 public SpecsLocator()

Methods

clone
 public synchronized Object clone()
Overrides:
clone in class Object
getAsPropertyValue
 public Object getAsPropertyValue()
getConnectBundleName
 public String getConnectBundleName()
getConnectFullName
 public String getConnectFullName()
getConnectName
 public String getConnectName()
getConnectSpec
 public DatabaseConnection getConnectSpec() throws ClassNotFoundException, NoSuchMethodException, Throwable
getSqlBundleName
 public String getSqlBundleName()
getSqlFullName
 public String getSqlFullName()
getSqlName
 public String getSqlName()
getSqlSpec
 public StatementMetaData getSqlSpec() throws ClassNotFoundException, NoSuchMethodException, Throwable
setConnectBundleName
 public void setConnectBundleName(String s)
setConnectName
 public void setConnectName(String s)
setSqlBundleName
 public void setSqlBundleName(String s)
setSqlName
 public void setSqlName(String s)

Where Am I? Class Hierarchy All Classes All Fields and Methods