org.kuali.common.impex.schema
Class OracleViewFinder

java.lang.Object
  extended by org.kuali.common.impex.schema.OracleViewFinder
All Implemented Interfaces:
ViewFinder

public class OracleViewFinder
extends Object
implements ViewFinder


Field Summary
protected static String ORACLE_FIND_VIEWS_STATEMENT
           
static String SUPPORTED_VENDOR
           
protected static int VIEW_NAME_INDEX
           
protected static int VIEW_TEXT_INDEX
           
 
Constructor Summary
OracleViewFinder()
           
 
Method Summary
 List<View> findViews(Connection connection, String schema, org.kuali.common.util.StringFilter nameFilter)
           
protected  List<View> getViews(Connection connection, String schema)
          Connect to a database and extract view information
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VIEW_NAME_INDEX

protected static final int VIEW_NAME_INDEX
See Also:
Constant Field Values

VIEW_TEXT_INDEX

protected static final int VIEW_TEXT_INDEX
See Also:
Constant Field Values

ORACLE_FIND_VIEWS_STATEMENT

protected static final String ORACLE_FIND_VIEWS_STATEMENT
See Also:
Constant Field Values

SUPPORTED_VENDOR

public static final String SUPPORTED_VENDOR
See Also:
Constant Field Values
Constructor Detail

OracleViewFinder

public OracleViewFinder()
Method Detail

findViews

public List<View> findViews(Connection connection,
                            String schema,
                            org.kuali.common.util.StringFilter nameFilter)
                     throws SQLException
Specified by:
findViews in interface ViewFinder
Throws:
SQLException

getViews

protected List<View> getViews(Connection connection,
                              String schema)
                       throws SQLException
Connect to a database and extract view information

Throws:
SQLException


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.