Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Autopsy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IRT
Autopsy
Commits
11a2bc36
Commit
11a2bc36
authored
6 years ago
by
U-BASIS\dsmyda
Browse files
Options
Downloads
Patches
Plain Diff
Final cleanup of comments
parent
d516660a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Core/src/org/sleuthkit/autopsy/sqlitereader/SQLiteReader.java
+6
-2
6 additions, 2 deletions
.../src/org/sleuthkit/autopsy/sqlitereader/SQLiteReader.java
with
6 additions
and
2 deletions
Core/src/org/sleuthkit/autopsy/sqlitereader/SQLiteReader.java
+
6
−
2
View file @
11a2bc36
...
@@ -227,8 +227,7 @@ public List<Map<String, Object>> getRowsFromTable(String tableName,
...
@@ -227,8 +227,7 @@ public List<Map<String, Object>> getRowsFromTable(String tableName,
}
}
/**
/**
* Converts a ResultSet (row results from a table read) and converts
* Converts a ResultSet (row results from a table read) into a list.
* them into a collection view.
*
*
* @param resultSet row results from a table read
* @param resultSet row results from a table read
* @return List of rows, where each row is
* @return List of rows, where each row is
...
@@ -261,6 +260,11 @@ private List<Map<String, Object>> resultSetToList(ResultSet resultSet) throws SQ
...
@@ -261,6 +260,11 @@ private List<Map<String, Object>> resultSetToList(ResultSet resultSet) throws SQ
return
rowMap
;
return
rowMap
;
}
}
/**
* Closes underlying JDBC connection.
*
* @throws SQLException
*/
@Override
@Override
public
void
close
()
throws
SQLException
{
public
void
close
()
throws
SQLException
{
connection
.
close
();
connection
.
close
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment