public interface Return
ResultSetReturn
) or update
counts (UpdateCountReturn
).Modifier and Type | Method and Description |
---|---|
boolean |
isResultSet()
Determine if this return is a result (castable to
ResultSetReturn ). |
boolean isResultSet()
ResultSetReturn
). The alternative is that it is
an update count (castable to UpdateCountReturn
).true
indicates that this
can be safely cast to ResultSetReturn
), other wise
it can be cast to UpdateCountReturn
.Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.