org.kuali.common.impex.schema
Class OracleSequenceFinder
java.lang.Object
org.kuali.common.impex.schema.OracleSequenceFinder
- All Implemented Interfaces:
- SequenceFinder
public class OracleSequenceFinder
- extends Object
- implements SequenceFinder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SEQUENCE_QUERY_PREFIX
protected static final String SEQUENCE_QUERY_PREFIX
- See Also:
- Constant Field Values
SEQUENCE_QUERY_SUFFIX
protected static final String SEQUENCE_QUERY_SUFFIX
- See Also:
- Constant Field Values
SEQUENCE_NAME_KEY
protected static final String SEQUENCE_NAME_KEY
- See Also:
- Constant Field Values
SEQUENCE_VALUE_KEY
protected static final String SEQUENCE_VALUE_KEY
- See Also:
- Constant Field Values
SUPPORTED_VENDOR
public static final String SUPPORTED_VENDOR
- See Also:
- Constant Field Values
OracleSequenceFinder
public OracleSequenceFinder(Connection connection,
String sequenceOwner)
findSequences
public List<Sequence> findSequences()
throws SQLException
- Specified by:
findSequences
in interface SequenceFinder
- Throws:
SQLException
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.