Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
com.mysql.jdbc

Classes in com.mysql.jdbc used by com.mysql.jdbc
AssertionFailedException
          Assertions for empty code paths that should never be executed.
Buffer
          Buffer contains code to read and write packets from/to the MySQL server.
Connection
          A Connection represents a session with a specific database.
DatabaseMetaData
          JDBC Interface to Mysql functions
Field
          Field is a class used to describe fields in a ResultSet
MysqlIO
          This class is used by Connection for communicating with the MySQL server.
NonRegisteringDriver
          The Java SQL framework allows for multiple database drivers.
OutputStreamWatcher
          Objects that want to be notified of lifecycle events on a WatchableOutputStream should implement this interface, and register themselves with setWatcher() on the WatchableOutputStream instance.
PreparedStatement
          A SQL Statement is pre-compiled and stored in a PreparedStatement object.
PreparedStatement.ParseInfo
           
ResultSet
          A ResultSet provides access to a table of data generated by executing a Statement.
RowData
          This interface abstracts away how row data is accessed by the result set.
SingleByteCharsetConverter
          Converter for char[]->byte[] and byte[]->char[] for single-byte character sets.
SocketFactory
          Interface to allow pluggable socket creation in the driver
Statement
          A Statement object is used for executing a static SQL statement and obtaining the results produced by it.
Util
          Various utility methods for the driver.
Util.RandStructcture
           
WatchableOutputStream
          A java.io.OutputStream used to write ASCII data into Blobs and Clobs
WatchableWriter
          A java.io.Writer used to write unicode data into Blobs and Clobs
WriterWatcher
          Objects that want to be notified of lifecycle events on a WatchableWriter should implement this interface, and register themselves with setWatcher() on the WatchableWriter instance.