Overview | Package | Class | Tree | Deprecated | Index | Help
PREV PACKAGE | NEXT PACKAGE FRAMES  | NO FRAMES

Package com.imaginary.sql.msql

Interface Summary
ParsedRow Uniform interface for any object representing a row parsed from the database.
 

Class Summary
ColumnIterator Enables an application to run through a rows columns using the Iterator interface.
ColumnResults This class represents a ResultSet containing information about the columns in an mSQL table.
ColumnResultsRow This class represents the odd unification of JDBC column meta-data requirements and the format in which mSQL presents them via the mSQL socket protocol.
MsqlAsciiInputStream An MsqlAsciiInputStream is used for the JDBC ResultSet getAsciiStream() method to represent an ascii stream from a query.
MsqlBlob Implements the JDBC 2.0 Blob interface.
MsqlColumn This class holds meta information about mSQL columns in a result set.
MsqlConnection The MsqlConnection class is an implementation of the JDBC Connection interface that represents a database transaction.
MsqlDatabaseMetaData This class is not yet done.
MsqlDataSource JDBC 2.0 standard extension data source for JNDI access to an mSQL data source.
MsqlDataSourceFactory JNDI factory class for MsqlDataSource and MsqlPooledDataSource objects.
MsqlDriver The MsqlDriver class implements the JDBC Driver interface from the JDBC specification.
MsqlEmptyResultSet The MsqlEmptyResultSet class implements the JDBC ResultSet interface for fake result sets with no data.
MsqlInputStream The MsqlInputStream class handles communication between the mSQL database and the JDBC implementation.
MsqlLog Provides logging for objects in the mSQL-JDBC driver.
MsqlOutputStream Represents a stream of data going to the mSQL database.
MsqlPooledConnection Represents a logical database connection using pooled connection resources.
MsqlPooledDataSource The mSQL-JDBC implementation of the JDBC 2.0 standard extension connection pooling API. Connection pooling is actually something transparent to application developers.
MsqlPreparedStatement The MsqlPreparedStatement is an mSQL implementation of the JDBC PreparedStatement interface.
MsqlQueryData The MsqlQueryData class is new to mSQL-JDBC 2.0 and replaces the functionality of the old MsqlResultSet class.
MsqlResultSet As of mSQL-JDBC 2.0, MsqlResultSet is an abstract base class for all of the different kinds of result sets supported by mSQL-JDBC.
Last modified $Date: 1999/07/06 05:56:19 $
MsqlResultSetMetaData The MsqlResultSetMetaData class is the mSQL implementation of the JDBC ResultSetMetaData interface.
MsqlRow Represents a row from an mSQL database.
MsqlStatement The MsqlStatement class implements the JDBC Statement interface.
MsqlTypes Provides tools for moving around among SQL and mSQL data types using both the SQL Types constants and the mSQL socket protocol constants.
MsqlUnicodeInputStream Last modified $Date: 1999/07/06 05:56:19 $
PrimaryKeyResults This class represents a ResultSet containing information about the primary key columns in an mSQL table.
RowTokenizer Represents a row parsed straight from mSQL. It takes in a row of raw data from a connection to mSQL and parses it into a list of columns values.
TableResults This class represents a ResultSet containing information about the tables in an mSQL database.
TableResultsRow This class represents the odd unification of JDBC table meta-data requirements and the format in which mSQL presents them via the mSQL socket protocol.
 

Exception Summary
MsqlException This class is an SQLException that has special constructors for messages directly from mSQL.
Last modified $Date: 1999/07/06 05:56:19 $
 

Description

Contains the JDBC driver for the mSQL database. No one should ever write code directly against the classes in this package, but instead should use them indirectly through the JDBC API. This documentation is useful for understanding any nuances about the mSQL implementation.


Overview | Package | Class | Tree | Deprecated | Index | Help
PREV PACKAGE | NEXT PACKAGE FRAMES  | NO FRAMES