java.lang.Object | +----com.ibm.ivj.db.uibeans.SpecsLocator
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.
public SpecsLocator()
public synchronized Object clone()
public Object getAsPropertyValue()getConnectBundleName
public String getConnectBundleName()getConnectFullName
public String getConnectFullName()getConnectName
public String getConnectName()getConnectSpec
public DatabaseConnection getConnectSpec() throws ClassNotFoundException, NoSuchMethodException, ThrowablegetSqlBundleName
public String getSqlBundleName()getSqlFullName
public String getSqlFullName()
public String getSqlName()getSqlSpec
public StatementMetaData getSqlSpec() throws ClassNotFoundException, NoSuchMethodException, ThrowablesetConnectBundleName
public void setConnectBundleName(String s)setConnectName
public void setConnectName(String s)setSqlBundleName
public void setSqlBundleName(String s)setSqlName
public void setSqlName(String s)