The members of Java.Sql.Statement are listed below.
See Also: Inherited members from System.Object
const | CloseAllResults | int (3). Passing this constant to Statement.getMoreResults() implies that all ResultSet objects previously kept open should be closed. |
const | CloseCurrentResult | int (1). Passing this constant to Statement.getMoreResults() implies that the current ResultSet object should be closed. |
const | ExecuteFailed | int (-3). Indicates that an error was encountered during execution of a batch statement. |
const | KeepCurrentResult | int (2). Passing this constant to getMoreResults implies that the current ResultSet object should not be closed. |
const | NoGeneratedKeys | int (2). Indicates that generated keys should not be accessible for retrieval. |
const | ReturnGeneratedKeys | int (1). Indicates that generated keys should be accessible for retrieval. |
const | SuccessNoInfo | int (-2). Indicates that a batch statement was executed with a successful result, but a count of the number of rows it affected is unavailable. |