Package uk.ac.starlink.table.jdbc
package uk.ac.starlink.table.jdbc
Table classes related to JDBC (SQL database connectivity) handling.
-
ClassDescriptionInterface for objects which can supply a JDBC Connection to a single database.Specifies authentication to make a JDBC connection.Handles conversion of a StarTable into a new table in an RDBMS.Describes a column as it will be written to a table in an RDBMS.A StarTable implementation based on the results of an SQL query on a JDBC table.TableScheme for intepreting JDBC-type URLs.Utilties related to JDBC.StarTable implementation based on a random-access
ResultSet
.StarTable implementation based on aResultSet
.Summarises some aspects of the syntax of an SQL variant, and provides some utilities based on that.Implements JDBCAuthenticator using a GUI.Provides JDBC authentication using the terminal; assumes that someone is sitting atSystem.in
.JDBC authenticator which keeps its data in the models of text GUI components (Document
objects).Determines how JDBC types are mapped to java types.TypeMapper implementation classes.Defines how the data from a particular column of a JDBC table are turned into java objects.Defines how records are written to a database table.