SQL/MX Programming Manual for Java
HP NonStop SQL/MX Programming Manual for Java—523726-003
B-1
B SQLJ Runtime Package
This appendix provides a quick reference for the interfaces and classes of the
sqlj.runtime package, as implemented in SQL/MX. The sqlj.runtime package
is based on the International Standard Database Language SQL—Part 10: Object
Language Bindings (SQL/OLB) specification.
This appendix describes only the interfaces and classes that SQL/MX supports and
that you can code explicitly in an SQLJ application. It does not describe internal or
unsupported interfaces, classes, methods, or variables of the sqlj.runtime
package.
Interfaces
•
sqlj.runtime.ConnectionContext Interface on page B-2
•
sqlj.runtime.ForUpdate Interface on page B-5
•
sqlj.runtime.NamedIterator Interface on page B-5
•
sqlj.runtime.PositionedIterator Interface on page B-6
•
sqlj.runtime.ResultSetIterator Interface on page B-7
Classes
•
sqlj.runtime.AsciiStream Class on page B-10
•
sqlj.runtime.ExecutionContext Class on page B-12
•
sqlj.runtime.CharacterStream Class on page B-16
•
sqlj.runtime.ref.DefaultContext Class on page B-18