edu.udo.cs.miningmart.storedProcedures
Class DbConnector
java.lang.Object
edu.udo.cs.miningmart.storedProcedures.DbConnector
- public class DbConnector
- extends java.lang.Object
- Version:
- $Id: DbConnector.java,v 1.4 2006/04/11 14:10:16 euler Exp $
- Author:
- Martin Scholz
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DbConnector
public DbConnector(BusinessDbConnectionSource dbc)
throws java.sql.SQLException
- Parameters:
dbc
- is null
, if these classes are used as stored procedures.
Otherwise dbc
is the thread's edu.udo.cs.miningmart.m4.core.utils.Db
object, which is used to request a JDBC connection to the business data schema.
- Throws:
java.sql.SQLException
- if the connection cannot be established
getConnection
public java.sql.Connection getConnection()
close
public void close()
infoOutput
public static void infoOutput(java.lang.String out)
getSelectStringColumnDataType
public java.lang.String getSelectStringColumnDataType(java.lang.String tableName,
java.lang.String owner,
java.lang.String columnName)
Copyright © 2001-2005