Java.Sql.IStatement: Property Members

The properties of Java.Sql.IStatement are listed below. For a list of all members, see the IStatement Members list.

Public Properties

[read-only]
ConnectionIConnection. Gets the Connection object which created this statement.
FetchDirectionint. Gets the default direction for fetching rows for ResultSets generated from this statement.
FetchSizeint. Gets the default number of rows for a fetch for the ResultSet objects returned from this statement.
[read-only]
GeneratedKeysIResultSet. Returns auto generated keys created by executing this statement.
[read-only]
IsClosedbool. Returns true if this statement has been closed, false otherwise.
[read-only]
IsCloseOnCompletionbool. Documentation for this section has not yet been entered.
MaxFieldSizeint. Gets the maximum number of bytes which can be returned as values from character and binary type columns in a ResultSet derived from this statement.
MaxRowsint. Gets the maximum number of rows that a ResultSet can contain when produced from this statement.
[read-only]
MoreResultsbool. Moves to this statement's next result.
Poolablebool. Returns true if this statement is poolable, false otherwise.
QueryTimeoutint. Gets the timeout value for the statement's execution time.
[read-only]
ResultSetIResultSet. Gets the current result.
[read-only]
ResultSetConcurrencyint. Gets the concurrency setting for ResultSet objects generated by this statement.
[read-only]
ResultSetHoldabilityint. Gets the cursor hold setting for ResultSet objects generated by this statement.
[read-only]
ResultSetTypeint. Gets the ResultSet type setting for ResultSets derived from this statement.
[read-only]
UpdateCountint. Gets an update count for the current result if it is not a ResultSet.
[read-only]
WarningsSQLWarning. Retrieves the first SQLWarning reported by calls on this statement.