Home
last modified time | relevance | path

Searched refs:existingReports (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/sleuthkit/sleuthkit-4.7.0/bindings/java/src/org/sleuthkit/datamodel/
H A DSleuthkitCase.java1584 ResultSet existingReports = null; in updateFromSchema7dot2toSchema8dot0() local
1598 existingReports = getExistingReportsStatement.executeQuery("SELECT * FROM old_reports"); in updateFromSchema7dot2toSchema8dot0()
1599 while (existingReports.next()) { in updateFromSchema7dot2toSchema8dot0()
1600 String path = existingReports.getString(2); in updateFromSchema7dot2toSchema8dot0()
1601 long crtime = existingReports.getInt(3); in updateFromSchema7dot2toSchema8dot0()
1602 String sourceModule = existingReports.getString(4); in updateFromSchema7dot2toSchema8dot0()
1603 String reportName = existingReports.getString(5); in updateFromSchema7dot2toSchema8dot0()
1633 closeResultSet(existingReports); in updateFromSchema7dot2toSchema8dot0()