com.adventnet.services.database
Class DatabaseHandler.JDBCHandlerExt

java.lang.Object
  extended by com.adventnet.utilities.db.JDBCHandler
      extended by com.adventnet.services.database.DatabaseHandler.JDBCHandlerExt
Enclosing class:
DatabaseHandler

 class DatabaseHandler.JDBCHandlerExt
extends com.adventnet.utilities.db.JDBCHandler


Field Summary
 
Fields inherited from class com.adventnet.utilities.db.JDBCHandler
connection, driverName, metaData, password, resultSet, rows, statement, url, userName
 
Constructor Summary
DatabaseHandler.JDBCHandlerExt()
           
 
Method Summary
 int getColumnCount()
          Returns the column count in this table.
 java.lang.String getColumnName(int column)
          Returns the Column Name at the specified column.
 java.lang.String getColumnType(int column)
          Returns the Column in the Database Type at the specified column.
 boolean isIndex(int column)
          Returns whether the Column at the specified position is an index.
 
Methods inherited from class com.adventnet.utilities.db.JDBCHandler
close, connect, executeQuery, executeQuery, executeSetQuery, finalize, getColumnClass, getConnection, getDriverName, getPassword, getRowCount, getRows, getSQLString, getUrl, getUserName, getValueAt, main, setDriverName, setPassword, setUrl, setUserName
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseHandler.JDBCHandlerExt

DatabaseHandler.JDBCHandlerExt()
Method Detail

isIndex

public boolean isIndex(int column)
Returns whether the Column at the specified position is an index.


getColumnName

public java.lang.String getColumnName(int column)
Returns the Column Name at the specified column.

Overrides:
getColumnName in class com.adventnet.utilities.db.JDBCHandler

getColumnType

public java.lang.String getColumnType(int column)
Returns the Column in the Database Type at the specified column.


getColumnCount

public int getColumnCount()
Returns the column count in this table.

Overrides:
getColumnCount in class com.adventnet.utilities.db.JDBCHandler