gr.uoa.di.madgik.searchlibrary.operatorlibrary.extjdbc
Class JDBCConnectorProfile

java.lang.Object
  extended by gr.uoa.di.madgik.searchlibrary.operatorlibrary.extjdbc.JDBCConnectorProfile

public class JDBCConnectorProfile
extends Object

This class reads a configuration XML file and sets the behaviour of the operator as far as its JDBC connection behaviour is concerned. Currently, everything is hard coded.

Author:
UoA

Field Summary
static int FetchDirection
          Query Constant
static int ResultSetConcurreny
          Query Constant
static int ResultSetHoldability
          Query Constant
static int ResultSetType
          Query Constant
 
Constructor Summary
JDBCConnectorProfile()
          Creates a new Instance of the class
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ResultSetType

public static int ResultSetType
Query Constant


ResultSetConcurreny

public static int ResultSetConcurreny
Query Constant


ResultSetHoldability

public static int ResultSetHoldability
Query Constant


FetchDirection

public static int FetchDirection
Query Constant

Constructor Detail

JDBCConnectorProfile

public JDBCConnectorProfile()
Creates a new Instance of the class



Copyright © 2013. All Rights Reserved.