protected class DatabaseMetaData.SingleStringIterator extends DatabaseMetaData.IteratorWithCleanup<java.lang.String>
| Modifier and Type | Field and Description |
|---|---|
(package private) boolean |
onFirst |
(package private) java.lang.String |
value |
| Constructor and Description |
|---|
SingleStringIterator(java.lang.String s) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
close() |
(package private) boolean |
hasNext() |
(package private) java.lang.String |
next() |
void close()
throws java.sql.SQLException
close in class DatabaseMetaData.IteratorWithCleanup<java.lang.String>java.sql.SQLExceptionboolean hasNext()
throws java.sql.SQLException
hasNext in class DatabaseMetaData.IteratorWithCleanup<java.lang.String>java.sql.SQLExceptionjava.lang.String next()
throws java.sql.SQLException
next in class DatabaseMetaData.IteratorWithCleanup<java.lang.String>java.sql.SQLException