appendWhereSelectedRepositories(java.lang.StringBuffer sql,
java.lang.String fieldId,
java.util.List<java.lang.String> selectedRepositoryIds)
Append a sql specific where clause within "()" braces that selects the specific
repository ids provided.
public static void appendWhereSelectedRepositories(java.lang.StringBuffer sql,
java.lang.String fieldId,
java.util.List<java.lang.String> selectedRepositoryIds)
Append a sql specific where clause within "()" braces that selects the specific
repository ids provided.
NOTE: This does not append the "WHERE" statement itself.
Parameters:
sql - the sql buffer to append to.
fieldId - the field id for the repository Id.
selectedRepositoryIds - the list of repository ids to provide.