org.kuali.common.impex.schema
Class OracleSequenceFinder

java.lang.Object
  extended by org.kuali.common.impex.schema.OracleSequenceFinder
All Implemented Interfaces:
SequenceFinder

public class OracleSequenceFinder
extends Object
implements SequenceFinder


Field Summary
protected static String SEQUENCE_NAME_KEY
           
protected static String SEQUENCE_QUERY_PREFIX
           
protected static String SEQUENCE_QUERY_SUFFIX
           
protected static String SEQUENCE_VALUE_KEY
           
static String SUPPORTED_VENDOR
           
 
Constructor Summary
OracleSequenceFinder(Connection connection, String sequenceOwner)
           
 
Method Summary
 List<Sequence> findSequences()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

OracleSequenceFinder

public OracleSequenceFinder(Connection connection,
                            String sequenceOwner)
Method Detail

findSequences

public List<Sequence> findSequences()
                             throws SQLException
Specified by:
findSequences in interface SequenceFinder
Throws:
SQLException


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