|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.javatools.db.SchemaObjectIterator
public class SchemaObjectIterator
An Iterator over all the SchemaObjects in a provider, or set of providers. Can optionally restrict the types of object to iterate over. This iterator is not synchronized, only use on one thread.
| Constructor Summary | |
|---|---|
SchemaObjectIterator(DBObjectProvider... pros)Creates a new Iterator over the SchemaObjects in the given providers. |
|
SchemaObjectIterator(DBObjectProvider pro)Creates a new Iterator over the SchemaObjects in the given provider. |
|
SchemaObjectIterator(java.util.List<? extends DBObjectProvider> pros)Creates a new Iterator over the SchemaObjects in the given providers. |
|
| Method Summary | |
|---|---|
boolean |
hasNext()Tests if there is another object in this iterator (i.e. |
SchemaObject |
next()Gets the next object from this iterator. |
void |
remove()Not supported by this Iterator. |
void |
setTypes(java.lang.String... types)Restricts the iterator to only the given object types. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SchemaObjectIterator(java.util.List<? extends DBObjectProvider> pros)
public SchemaObjectIterator(DBObjectProvider... pros)
public SchemaObjectIterator(DBObjectProvider pro)
| Method Detail |
|---|
public void setTypes(java.lang.String... types)
public boolean hasNext()
hasNext in interface java.util.Iterator<SchemaObject>public void remove()
remove in interface java.util.Iterator<SchemaObject>public SchemaObject next()
hasNext().next in interface java.util.Iterator<SchemaObject>
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||