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