Package | Description |
---|---|
com.streamscape.ds.jdbc | |
com.streamscape.runtime.mf.admin.dfo | |
com.streamscape.sdo.rowset | |
java.sql |
Modifier and Type | Class and Description |
---|---|
class |
JDBCSQLXML
The mapping in the JavaTM programming language for the SQL XML type.
|
Modifier and Type | Method and Description |
---|---|
SQLXML |
JDBCConnection.createSQLXML()
Constructs an object that implements the
SQLXML interface. |
SQLXML |
JDBCResultSet.getSQLXML(int columnIndex)
Retrieves the value of the designated column in the current row of
this
ResultSet as a
java.sql.SQLXML object in the Java programming language. |
SQLXML |
JDBCCallableStatement.getSQLXML(int parameterIndex)
Retrieves the value of the designated
SQL XML parameter as a
java.sql.SQLXML object in the Java programming language. |
SQLXML |
JDBCResultSet.getSQLXML(java.lang.String columnLabel)
Retrieves the value of the designated column in the current row of
this
ResultSet as a
java.sql.SQLXML object in the Java programming language. |
SQLXML |
JDBCCallableStatement.getSQLXML(java.lang.String parameterName)
Retrieves the value of the designated
SQL XML parameter as a
java.sql.SQLXML object in the Java programming language. |
Modifier and Type | Method and Description |
---|---|
void |
JDBCPreparedStatement.setSQLXML(int parameterIndex,
SQLXML xmlObject)
Sets the designated parameter to the given
java.sql.SQLXML object. |
void |
JDBCCallableStatement.setSQLXML(java.lang.String parameterName,
SQLXML xmlObject)
Sets the designated parameter to the given
java.sql.SQLXML object. |
void |
JDBCResultSet.updateSQLXML(int columnIndex,
SQLXML xmlObject)
Updates the designated column with a
java.sql.SQLXML value. |
void |
JDBCResultSet.updateSQLXML(java.lang.String columnLabel,
SQLXML xmlObject)
Updates the designated column with a
java.sql.SQLXML value. |
Modifier and Type | Method and Description |
---|---|
SQLXML |
DatabaseConnectionDelegate.createSQLXML() |
SQLXML |
DatabaseCallableConnectionStatement.getSQLXML(int parameterIndex) |
SQLXML |
DatabaseCallableConnectionStatement.getSQLXML(java.lang.String parameterName) |
Modifier and Type | Method and Description |
---|---|
void |
DatabasePreparedConnectionStatement.setSQLXML(int parameterIndex,
SQLXML xmlObject) |
void |
DatabaseCallableConnectionStatement.setSQLXML(java.lang.String parameterName,
SQLXML xmlObject) |
Modifier and Type | Method and Description |
---|---|
SQLXML |
RowSet.getSQLXML(int columnIndex)
This method is not currently implemented.
|
SQLXML |
RowSet.getSQLXML(java.lang.String columnLabel)
This method is not currently implemented.
|
Modifier and Type | Method and Description |
---|---|
void |
RowSet.updateSQLXML(int columnIndex,
SQLXML xmlObject)
This method is not currently implemented.
|
void |
RowSet.updateSQLXML(java.lang.String columnLabel,
SQLXML xmlObject)
This method is not currently implemented.
|
Modifier and Type | Method and Description |
---|---|
SQLXML |
Connection.createSQLXML()
Constructs an object that implements the
SQLXML interface. |
SQLXML |
ResultSet.getSQLXML(int columnIndex)
Retrieves the value of the designated column in the current row of
this
ResultSet as a
java.sql.SQLXML object in the Java programming language. |
SQLXML |
CallableStatement.getSQLXML(int parameterIndex)
Retrieves the value of the designated
SQL XML parameter as a
java.sql.SQLXML object in the Java programming language. |
SQLXML |
ResultSet.getSQLXML(java.lang.String columnLabel)
Retrieves the value of the designated column in the current row of
this
ResultSet as a
java.sql.SQLXML object in the Java programming language. |
SQLXML |
CallableStatement.getSQLXML(java.lang.String parameterName)
Retrieves the value of the designated
SQL XML parameter as a
java.sql.SQLXML object in the Java programming language. |
SQLXML |
SQLInput.readSQLXML()
Reads an SQL
XML value from the stream and returns it as a
SQLXML object in the Java programming language. |
Modifier and Type | Method and Description |
---|---|
void |
PreparedStatement.setSQLXML(int parameterIndex,
SQLXML xmlObject)
Sets the designated parameter to the given
java.sql.SQLXML object. |
void |
CallableStatement.setSQLXML(java.lang.String parameterName,
SQLXML xmlObject)
Sets the designated parameter to the given
java.sql.SQLXML object. |
void |
ResultSet.updateSQLXML(int columnIndex,
SQLXML xmlObject)
Updates the designated column with a
java.sql.SQLXML value. |
void |
ResultSet.updateSQLXML(java.lang.String columnLabel,
SQLXML xmlObject)
Updates the designated column with a
java.sql.SQLXML value. |
void |
SQLOutput.writeSQLXML(SQLXML x)
Writes an SQL
XML value to the stream. |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.