Skip to content

Commit caf4a2d

Browse files
committed
Removing unused method in SqlDataSource.
1 parent 5d1b7a2 commit caf4a2d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/main/java/edu/ie3/datamodel/io/source/sql/SqlDataSource.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -163,16 +163,6 @@ protected interface AddParams {
163163
void addParams(PreparedStatement ps) throws SQLException;
164164
}
165165

166-
/**
167-
* Creates a stream with maps representing a data point in the SQL data source using an entity
168-
* class.
169-
*/
170-
protected Stream<Map<String, String>> buildStreamByEntityClass(
171-
Class<? extends Entity> entityClass, AddParams addParams) {
172-
String query = createBaseQueryString(schemaName, entityClass.getSimpleName());
173-
return executeQuery(query, addParams);
174-
}
175-
176166
/**
177167
* Creates a stream with maps representing a data point in the SQL data source using an explicit
178168
* table name.

0 commit comments

Comments
 (0)