Package com.sun.slamd.scripting.jdbc

The com.sun.slamd.scripting.jdbc package contains the code that defines the variables that may be used for interacting with databases using JDBC through a SLAMD script.

See:
          Description

Class Summary
JDBCConnectionVariable This class defines a variable that provides an interface to the JDBC Connection object that can be used to interact with relational databases.
JDBCPreparedStatementVariable This class defines a variable that provides a set of methods for interacting with a JDBC prepared statement.
JDBCResultSetVariable This class defines a variable that provides a set of methods for interacting with the results of a query executed using a JDBC connection.
 

Package com.sun.slamd.scripting.jdbc Description

The com.sun.slamd.scripting.jdbc package contains the code that defines the variables that may be used for interacting with databases using JDBC through a SLAMD script.