Package | Description |
---|---|
com.streamscape.ds.jdbc | |
com.streamscape.runtime.mf.admin.dfo | |
com.streamscape.sdo.rowset | |
java.sql |
Modifier and Type | Method and Description |
---|---|
SQLWarning |
JDBCStatement.getWarnings()
Retrieves the first warning reported by calls on this
Statement object. |
SQLWarning |
JDBCResultSet.getWarnings()
Retrieves the first warning reported by calls on this
ResultSet object. |
SQLWarning |
JDBCPreparedStatement.getWarnings()
Retrieves the first warning reported by calls on this
Statement object. |
SQLWarning |
JDBCConnection.getWarnings()
Retrieves the first warning reported by calls on this
Connection object. |
static SQLWarning |
Util.sqlWarning(com.streamscape.ds.result.Result r) |
Modifier and Type | Method and Description |
---|---|
SQLWarning |
DatabaseConnectionStatement.getWarnings() |
SQLWarning |
DatabaseConnectionDelegate.getWarnings() |
Modifier and Type | Method and Description |
---|---|
SQLWarning |
RowSet.getWarnings()
This method is not currently implemented.
|
Modifier and Type | Class and Description |
---|---|
class |
DataTruncation
An exception thrown as a
DataTruncation exception
(on writes) or reported as a
DataTruncation warning (on reads)
when a data values is unexpectedly truncated for reasons other than its having
execeeded MaxFieldSize . |
Modifier and Type | Method and Description |
---|---|
SQLWarning |
SQLWarning.getNextWarning()
Retrieves the warning chained to this
SQLWarning object by
setNextWarning . |
SQLWarning |
Statement.getWarnings()
Retrieves the first warning reported by calls on this
Statement object. |
SQLWarning |
ResultSet.getWarnings()
Retrieves the first warning reported by calls on this
ResultSet object. |
SQLWarning |
Connection.getWarnings()
Retrieves the first warning reported by calls on this
Connection object. |
Modifier and Type | Method and Description |
---|---|
void |
SQLWarning.setNextWarning(SQLWarning w)
Adds a
SQLWarning object to the end of the chain. |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.