org.kuali.common.impex.schema
Class OracleViewFinder
java.lang.Object
org.kuali.common.impex.schema.OracleViewFinder
- All Implemented Interfaces:
- ViewFinder
public class OracleViewFinder
- extends Object
- implements ViewFinder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
OracleViewFinder
public OracleViewFinder()
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.