Modifier and Type | Class and Description |
---|---|
class |
JDBCCallableStatement
Title: Dataspace Framework
|
class |
JDBCConnection
Title: Data Space JDBC Driver
|
class |
JDBCDatabaseMetaData
Title: Dataspace Framework
|
class |
JDBCDataSource
Title: Dataspace Framework
|
class |
JDBCParameterMetaData
Title: Dataspace Framework
|
class |
JDBCPreparedStatement
Title: Dataspace Framework
|
class |
JDBCResultSet
Title: Dataspace Framework
|
class |
JDBCResultSetMetaData
Title: Dataspace Framework
|
class |
JDBCStatement
Title: Dataspace Framework
|
Modifier and Type | Class and Description |
---|---|
class |
JDBCXAConnectionWrapper
Title: Dataspace Framework
|
Modifier and Type | Class and Description |
---|---|
class |
DatabaseCallableConnectionStatement
Title: Open Service Framework
|
class |
DatabaseConnectionDelegate
Title: Service Event Fabric Runtime
|
class |
DatabaseConnectionStatement
Title: Open Service Framework
|
class |
DatabasePreparedConnectionStatement
Title: Open Service Framework
|
Modifier and Type | Interface and Description |
---|---|
interface |
RowSetInterface
Title: Structured Data Objects
|
Modifier and Type | Class and Description |
---|---|
class |
RowSet
Title: Structured Data Objects
|
class |
RowSetProxy
Title: Structured Data Objects
|
Modifier and Type | Class and Description |
---|---|
class |
com.streamscape.sef.dispatcher.AbstractRowSetProxy
Title: Structured Data Objects
|
Modifier and Type | Interface and Description |
---|---|
interface |
DatabaseConnection
Title: Open Service Framework
|
Modifier and Type | Interface and Description |
---|---|
interface |
CallableStatement
The interface used to execute SQL stored procedures.
|
interface |
Connection
A connection (session) with a specific
database.
|
interface |
DatabaseMetaData
Comprehensive information about the database as a whole.
|
interface |
ParameterMetaData
An object that can be used to get information about the types
and properties for each parameter marker in a
PreparedStatement object. |
interface |
PreparedStatement
An object that represents a precompiled SQL statement.
|
interface |
ResultSet
A table of data representing a database result set, which
is usually generated by executing a statement that queries the database.
|
interface |
ResultSetMetaData
An object that can be used to get information about the types
and properties of the columns in a
ResultSet object. |
interface |
Statement
The object used for executing a static SQL statement
and returning the results it produces.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.