com.ibm.di.connector.dpa.provider
Class SelectClassInstancesCommand

java.lang.Object
  extended by com.ibm.di.connector.dpa.provider.SelectClassInstancesCommand

public class SelectClassInstancesCommand
extends Object


Constructor Summary
SelectClassInstancesCommand(DeployedAssetsProvider provider)
           
 
Method Summary
 List<ClassInstance> find(SQLQuery query, String assetClass)
           
 List<ClassInstance> find(String assetClass)
           
 String getSelectQuery(ClassDefinition classDefinition)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectClassInstancesCommand

public SelectClassInstancesCommand(DeployedAssetsProvider provider)
Parameters:
provider -
Method Detail

find

public List<ClassInstance> find(String assetClass)
                         throws SQLException
Parameters:
assetClass -
Returns:
List
Throws:
SQLException

find

public List<ClassInstance> find(SQLQuery query,
                                String assetClass)
                         throws SQLException
Parameters:
query -
assetClass -
Returns:
List
Throws:
SQLException

getSelectQuery

public String getSelectQuery(ClassDefinition classDefinition)
Parameters:
classDefinition -
Returns:
String