Uses of Interface
com.sas.metadata.remote.QueryClause
Packages that use QueryClause
Package
Description
Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture.
Provides the implementation of the remote java interface to the SAS Metadata Server.
-
Uses of QueryClause in com.sas.metadata.remote
Subinterfaces of QueryClause in com.sas.metadata.remoteModifier and TypeInterfaceDescriptioninterfaceDEPRECATED: Has an association to the columns used to group this data.interfaceDEPRECATED: Represents a Having clause in an SQL statement.interfaceDEPRECATED: Represents an SQL ON clause.interfaceHas an association to columns used to order the data.interfaceUsed to document a SAS DATA step SELECT statement.interfaceDEPRECATED: Represents a Where SQL Clause.Methods in com.sas.metadata.remote that return QueryClauseModifier and TypeMethodDescriptionText.getAssociatedQueryClause()Gets theQueryClauseforAssociatedQueryClauseMethods in com.sas.metadata.remote with parameters of type QueryClauseModifier and TypeMethodDescriptionvoidText.setAssociatedQueryClause(QueryClause inObject) Sets theAssociatedQueryClauseslist 0th element to beinObject. -
Uses of QueryClause in com.sas.metadata.remote.impl
Methods in com.sas.metadata.remote.impl that return QueryClauseModifier and TypeMethodDescriptionTextImpl.getAssociatedQueryClause()Gets theQueryClauseforAssociatedQueryClauseNOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.Methods in com.sas.metadata.remote.impl with parameters of type QueryClauseModifier and TypeMethodDescriptionvoidTextImpl.setAssociatedQueryClause(QueryClause inObject) Sets theAssociatedQueryClauseslist 0th element to beinObject.