* Make RowSet a public static class to allow its methods to be called by Rhino.
This commit is contained in:
parent
a40d1191ab
commit
a38f504db3
1 changed files with 338 additions and 336 deletions
|
@ -259,13 +259,11 @@ public class DatabaseObject {
|
||||||
}
|
}
|
||||||
return databaseMetaData;
|
return databaseMetaData;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A RowSet object
|
* A RowSet object
|
||||||
*/
|
*/
|
||||||
class RowSet {
|
public static class RowSet {
|
||||||
|
|
||||||
private transient String sql = null;
|
private transient String sql = null;
|
||||||
private transient Statement statement = null;
|
private transient Statement statement = null;
|
||||||
|
@ -629,3 +627,7 @@ class RowSet {
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue