Package uk.ac.starlink.table.jdbc

Table classes related to JDBC (SQL database connectivity) handling.

See:
          Description

Interface Summary
Connector Interface for objects which can supply a JDBC Connection to a single database.
JDBCAuthenticator Specifies authentication to make a JDBC connection.
 

Class Summary
JDBCFormatter Handles conversion of a StarTable into a new table in an RDBMS.
JDBCFormatter.SqlColumn Describes a column as it will be written to a table in an RDBMS.
JDBCHandler  
JDBCStarTable A StarTable implementation based on the results of an SQL query on a JDBC table.
RandomResultSetStarTable StarTable implementation based on a random-access ResultSet.
SequentialResultSetStarTable StarTable implementation based on a ResultSet.
SqlReserved Provides a list of all known SQL reserved words.
SwingAuthenticator Implements JDBCAuthenticator using a GUI.
TerminalAuthenticator Provides JDBC authentication using the terminal; assumes that someone is sitting at System.in.
TextModelsAuthenticator JDBC authenticator which keeps its data in the models of text GUI components (Document objects).
 

Package uk.ac.starlink.table.jdbc Description

Table classes related to JDBC (SQL database connectivity) handling.


Copyright © 2004 CLRC: Central Laboratory of the Research Councils. All rights reserved.