Class SqlUtils
java.lang.Object
org.qubership.atp.mia.model.pot.db.SqlUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DbTablestatic DbTableresultSetToDbTable(ResultSet rs, int limitRecords)
-
Constructor Details
-
SqlUtils
public SqlUtils()
-
-
Method Details
-
resultSetToDbTable
- Parameters:
rs-ResultSetitself.- Returns:
DbTable.- Throws:
SQLException- if error occurres.
-
resultSetToDbTable
- Parameters:
rs-ResultSetitself.limitRecords- to Limit Processing Of Records to improve performance- Returns:
DbTable.- Throws:
SQLException- if error occurres.
-