Main Page | Class Hierarchy | Class List | Class Members

kddml.Core.DataSources.JDBCConnection Class Reference

List of all members.

Public Member Functions

 JDBCConnection (String user, String password, String database_url) throws InternalTableException
Statement getConnection () throws InternalTableException
void checkParameters () throws InternalTableException

Detailed Description

This class represent a connection to a generic DBMS.

Title: KDDML

Description: Knowledge Discovery in Database Environment

Copyright: Copyright (c) 2003-2005

Company: Universita' di Pisa - Dipartimento di Informatica

Author:
Andrea Romei (romei@di.unipi.it)
Version:
2.0.16


Constructor & Destructor Documentation

kddml.Core.DataSources.JDBCConnection.JDBCConnection String  user,
String  password,
String  database_url
throws InternalTableException
 

Constructor given the user name, the password and the JDBC connection URI.

Parameters:
user String
password String
database_url String
Exceptions:
InternalTableException 


Member Function Documentation

Statement kddml.Core.DataSources.JDBCConnection.getConnection  )  throws InternalTableException
 

Establish a connection to DBMS.

Exceptions:
InternalTableException 
Returns:
Statement

void kddml.Core.DataSources.JDBCConnection.checkParameters  )  throws InternalTableException
 

Checks the connection parameters.

Exceptions:
InternalTableException 


Generated on Thu Feb 23 13:04:43 2006 for kddml by  doxygen 1.4.3