Table of Contents
UnityJDBC supports the majority of the methods in the
Driver
, Connection
,
Statement
, ResultSet
, and
ResultSetMetaData
interfaces. UnityJDBC supports the
PreparedStatement
interface but not the
CallableStatement
interface. UnityJDBC supports
native updates using INSERT
,
DELETE
, and UPDATE
. It is also
possible to use INSERT INTO
to insert query results
into another table. UnityJDBC does not support transactions across
databases. Support for other JDBC methods is also limited by the
underlying support of the JDBC driver for each data source. UnityJDBC
requires a JDK of 1.6 or higher.