The distance in terms of AU is stored in the database
columns of the types: BINARY_FLOAT, BINARY_DOUBLE and NUMBER. Depending on
the precision these datatypes offer, the above value is stored in the database.
A clear difference in the value can be seen when these values are retrieved.
|
File
|
Description
|
|
Readme.html
|
This file.
|
|
Install.html
|
Install document
to test and run the sample application.
|
|
File
|
Description
|
|
IeeeApplication.java
|
Runnable
Java class that demonstrates the IEEE datatypes BINARY_FLOAT and
BINARY_DOBLE.
|
| IeeeFrame.java |
This
is a SWING frame class that displays the application GUI. The GUI
has a jtable that displays records from the database table and a
few buttons like 'Insert', 'Clear' and 'Exit'. |
| GenTableModel.java |
The source file for the GenTableModel class,
which handles the JTable data.
|
| PopulateTable.java |
This
class actually creates the database table: planet_au_distance in
the database when the application is run. It creates the table if
it does not exist. |
| Connection.properties |
File
where database details like hostname, port, sid, username, passwords
are stored. This file is read by IeeeApplication.java during execution. |
|
run.bat
|
Batch file for executing the sample application
automatically on the Windows platform. Make sure to set environmental
variables mentioned in Install.html
before this is run.
|
| run.sh |
Batch
file for executing the sample application automatically on the Linux
platform. The script when executed will prompt the user to set environmental
variables mentioned in Install.html. |
| UsingIEEEDataTypes.jws |
The
Oracle9i JDeveloper workspace
file. |
|
UsingIEEEDataTypes.jpr
|
The Oracle9i
JDeveloper project file.
|
Please refer the Install.html
for running the sample application.