Java.Sql.Statement Members

The members of Java.Sql.Statement are listed below.

See Also: Inherited members from System.Object

Public Fields

const
CloseAllResultsint (3). Passing this constant to Statement.getMoreResults() implies that all ResultSet objects previously kept open should be closed.
const
CloseCurrentResultint (1). Passing this constant to Statement.getMoreResults() implies that the current ResultSet object should be closed.
const
ExecuteFailedint (-3). Indicates that an error was encountered during execution of a batch statement.
const
KeepCurrentResultint (2). Passing this constant to getMoreResults implies that the current ResultSet object should not be closed.
const
NoGeneratedKeysint (2). Indicates that generated keys should not be accessible for retrieval.
const
ReturnGeneratedKeysint (1). Indicates that generated keys should be accessible for retrieval.
const
SuccessNoInfoint (-2). Indicates that a batch statement was executed with a successful result, but a count of the number of rows it affected is unavailable.