Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

Package java.sql


Classes

interface  Array
 A Java representation of the SQL ARRAY type. More...
class  BatchUpdateException
 An exception thrown if a problem occurs during a batch update operation. More...
interface  Blob
 A Java interface mapping for the SQL BLOB type. More...
interface  CallableStatement
 An interface used to call Stored Procedures. More...
interface  Clob
 A Java interface mapping for the SQL CLOB type. More...
interface  Connection
 A Connection represents a link from a Java application to a database. More...
class  DataTruncation
 An exception which is thrown when a JDBC driver unexpectedly truncates a data value either when reading or when writing data. More...
interface  DatabaseMetaData
 An interface which provides comprehensive information about the database. More...
class  Date
 A Date class which can consume and produce dates in SQL Date format. More...
interface  Driver
 An Interface to a JDBC Driver. More...
class  DriverManager
 Provides facilities for managing JDBC Drivers. More...
class  DriverPropertyInfo
 A class holding information about Driver Properties for making a Connection. More...
interface  ParameterMetaData
 An interface used to get information about the types and properties of parameters in a PreparedStatement object. More...
interface  PreparedStatement
 An interface for a Precompiled SQL Statement. More...
interface  Ref
 A manifestation of the SQL REF type - a reference to an SQL type contained in the database. More...
interface  ResultSet
 An interface to an Object which represents a Table of Data, typically returned as the result of a Query to a Database. More...
interface  ResultSetMetaData
 Provides information about the columns in a ResultSet. More...
interface  SQLData
 An interface for the custom mapping of an SQL User Defined Type (UDT) to a Java Class. More...
class  SQLException
 An Exception class that is used in conjunction with JDBC operations. More...
interface  SQLInput
 The SQLInput interface defines operations which apply to a type of input stream which carries a series of values which represent an instance of an SQL structured type or SQL distinct type. More...
interface  SQLOutput
 The interface for an output stream used to write attributes of an SQL User Defined Type to the database. More...
class  SQLPermission
 Permission relating to security access control in the java.sql package. More...
class  SQLWarning
 An exception class that holds information about Database access warnings. More...
interface  Savepoint
 A Savepoint is an instant during the current transaction that can be utilized by a Rollback from the Connection.rollback method. More...
interface  Statement
 Interface used for executing static SQL statements and returning their results. More...
interface  Struct
 An interface which provides facilities for mapping an SQL structured type to Java. More...
class  Time
 Java representation of an SQL TIME value. More...
class  Timestamp
 A Java representation of the SQL TIMESTAMP type. More...
class  Types
 A class which defines constants used to identify generic SQL types, also called JDBC types. More...