Skip to content

Commit 4e1b281

Browse files
committed
Added Database Tools classes
Signed-off-by: Joshua Gager <[email protected]>
1 parent a3faeb6 commit 4e1b281

File tree

122 files changed

+1290
-454
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+1290
-454
lines changed

docs/allclasses-frame.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Tue Mar 28 23:07:00 EDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Mar 28 23:38:55 EDT 2017 -->
66
<title>All Classes</title>
77
<meta name="date" content="2017-03-28">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
@@ -15,6 +15,9 @@ <h1 class="bar">All&nbsp;Classes</h1>
1515
<li><a href="com/jgcomptech/tools/CommandInfo.html" title="class in com.jgcomptech.tools" target="classFrame">CommandInfo</a></li>
1616
<li><a href="com/jgcomptech/tools/CommandInfo.Output.html" title="class in com.jgcomptech.tools" target="classFrame">CommandInfo.Output</a></li>
1717
<li><a href="com/jgcomptech/tools/ComputerInfo.html" title="class in com.jgcomptech.tools" target="classFrame">ComputerInfo</a></li>
18+
<li><a href="com/jgcomptech/tools/databasetools/Database.html" title="class in com.jgcomptech.tools.databasetools" target="classFrame">Database</a></li>
19+
<li><a href="com/jgcomptech/tools/databasetools/DatabaseConnectionInfo.html" title="class in com.jgcomptech.tools.databasetools" target="classFrame">DatabaseConnectionInfo</a></li>
20+
<li><a href="com/jgcomptech/tools/databasetools/DatabaseType.html" title="enum in com.jgcomptech.tools.databasetools" target="classFrame">DatabaseType</a></li>
1821
<li><a href="com/jgcomptech/tools/dialogs/DialogResult.html" title="class in com.jgcomptech.tools.dialogs" target="classFrame">DialogResult</a></li>
1922
<li><a href="com/jgcomptech/tools/HWInfo.html" title="class in com.jgcomptech.tools" target="classFrame">HWInfo</a></li>
2023
<li><a href="com/jgcomptech/tools/HWInfo.BIOS.html" title="class in com.jgcomptech.tools" target="classFrame">HWInfo.BIOS</a></li>
@@ -74,7 +77,9 @@ <h1 class="bar">All&nbsp;Classes</h1>
7477
<li><a href="com/jgcomptech/tools/SecurityTools.PasswordHashes.html" title="class in com.jgcomptech.tools" target="classFrame">SecurityTools.PasswordHashes</a></li>
7578
<li><a href="com/jgcomptech/tools/SecurityTools.RSAFiles.html" title="class in com.jgcomptech.tools" target="classFrame">SecurityTools.RSAFiles</a></li>
7679
<li><a href="com/jgcomptech/tools/SecurityTools.RSAHashes.html" title="class in com.jgcomptech.tools" target="classFrame">SecurityTools.RSAHashes</a></li>
80+
<li><a href="com/jgcomptech/tools/databasetools/Settings.html" title="class in com.jgcomptech.tools.databasetools" target="classFrame">Settings</a></li>
7781
<li><a href="com/jgcomptech/tools/tests/Tests.html" title="class in com.jgcomptech.tools.tests" target="classFrame">Tests</a></li>
82+
<li><a href="com/jgcomptech/tools/databasetools/Users.html" title="class in com.jgcomptech.tools.databasetools" target="classFrame">Users</a></li>
7883
<li><a href="com/jgcomptech/tools/enums/VERSuite.html" title="enum in com.jgcomptech.tools.enums" target="classFrame">VERSuite</a></li>
7984
<li><a href="com/jgcomptech/tools/WebTools.html" title="class in com.jgcomptech.tools" target="classFrame">WebTools</a></li>
8085
<li><a href="com/jgcomptech/tools/WebTools.HTML.html" title="class in com.jgcomptech.tools" target="classFrame">WebTools.HTML</a></li>

docs/allclasses-noframe.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Tue Mar 28 23:07:00 EDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Mar 28 23:38:55 EDT 2017 -->
66
<title>All Classes</title>
77
<meta name="date" content="2017-03-28">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
@@ -15,6 +15,9 @@ <h1 class="bar">All&nbsp;Classes</h1>
1515
<li><a href="com/jgcomptech/tools/CommandInfo.html" title="class in com.jgcomptech.tools">CommandInfo</a></li>
1616
<li><a href="com/jgcomptech/tools/CommandInfo.Output.html" title="class in com.jgcomptech.tools">CommandInfo.Output</a></li>
1717
<li><a href="com/jgcomptech/tools/ComputerInfo.html" title="class in com.jgcomptech.tools">ComputerInfo</a></li>
18+
<li><a href="com/jgcomptech/tools/databasetools/Database.html" title="class in com.jgcomptech.tools.databasetools">Database</a></li>
19+
<li><a href="com/jgcomptech/tools/databasetools/DatabaseConnectionInfo.html" title="class in com.jgcomptech.tools.databasetools">DatabaseConnectionInfo</a></li>
20+
<li><a href="com/jgcomptech/tools/databasetools/DatabaseType.html" title="enum in com.jgcomptech.tools.databasetools">DatabaseType</a></li>
1821
<li><a href="com/jgcomptech/tools/dialogs/DialogResult.html" title="class in com.jgcomptech.tools.dialogs">DialogResult</a></li>
1922
<li><a href="com/jgcomptech/tools/HWInfo.html" title="class in com.jgcomptech.tools">HWInfo</a></li>
2023
<li><a href="com/jgcomptech/tools/HWInfo.BIOS.html" title="class in com.jgcomptech.tools">HWInfo.BIOS</a></li>
@@ -74,7 +77,9 @@ <h1 class="bar">All&nbsp;Classes</h1>
7477
<li><a href="com/jgcomptech/tools/SecurityTools.PasswordHashes.html" title="class in com.jgcomptech.tools">SecurityTools.PasswordHashes</a></li>
7578
<li><a href="com/jgcomptech/tools/SecurityTools.RSAFiles.html" title="class in com.jgcomptech.tools">SecurityTools.RSAFiles</a></li>
7679
<li><a href="com/jgcomptech/tools/SecurityTools.RSAHashes.html" title="class in com.jgcomptech.tools">SecurityTools.RSAHashes</a></li>
80+
<li><a href="com/jgcomptech/tools/databasetools/Settings.html" title="class in com.jgcomptech.tools.databasetools">Settings</a></li>
7781
<li><a href="com/jgcomptech/tools/tests/Tests.html" title="class in com.jgcomptech.tools.tests">Tests</a></li>
82+
<li><a href="com/jgcomptech/tools/databasetools/Users.html" title="class in com.jgcomptech.tools.databasetools">Users</a></li>
7883
<li><a href="com/jgcomptech/tools/enums/VERSuite.html" title="enum in com.jgcomptech.tools.enums">VERSuite</a></li>
7984
<li><a href="com/jgcomptech/tools/WebTools.html" title="class in com.jgcomptech.tools">WebTools</a></li>
8085
<li><a href="com/jgcomptech/tools/WebTools.HTML.html" title="class in com.jgcomptech.tools">WebTools.HTML</a></li>

docs/com/jgcomptech/tools/CommandInfo.Output.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Tue Mar 28 23:06:58 EDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Mar 28 23:38:54 EDT 2017 -->
66
<title>CommandInfo.Output</title>
77
<meta name="date" content="2017-03-28">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

docs/com/jgcomptech/tools/CommandInfo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Tue Mar 28 23:06:58 EDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Mar 28 23:38:53 EDT 2017 -->
66
<title>CommandInfo</title>
77
<meta name="date" content="2017-03-28">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

docs/com/jgcomptech/tools/ComputerInfo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Tue Mar 28 23:06:58 EDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Mar 28 23:38:54 EDT 2017 -->
66
<title>ComputerInfo</title>
77
<meta name="date" content="2017-03-28">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

docs/com/jgcomptech/tools/HWInfo.BIOS.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Tue Mar 28 23:06:58 EDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Mar 28 23:38:54 EDT 2017 -->
66
<title>HWInfo.BIOS</title>
77
<meta name="date" content="2017-03-28">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

docs/com/jgcomptech/tools/HWInfo.BIOSObject.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Tue Mar 28 23:06:58 EDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Mar 28 23:38:54 EDT 2017 -->
66
<title>HWInfo.BIOSObject</title>
77
<meta name="date" content="2017-03-28">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

docs/com/jgcomptech/tools/HWInfo.DriveObject.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Tue Mar 28 23:06:58 EDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Mar 28 23:38:54 EDT 2017 -->
66
<title>HWInfo.DriveObject</title>
77
<meta name="date" content="2017-03-28">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

docs/com/jgcomptech/tools/HWInfo.HWObject.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Tue Mar 28 23:06:58 EDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Mar 28 23:38:54 EDT 2017 -->
66
<title>HWInfo.HWObject</title>
77
<meta name="date" content="2017-03-28">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

docs/com/jgcomptech/tools/HWInfo.Network.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_121) on Tue Mar 28 23:06:58 EDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Mar 28 23:38:54 EDT 2017 -->
66
<title>HWInfo.Network</title>
77
<meta name="date" content="2017-03-28">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

0 commit comments

Comments
 (0)