Σημείωση
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να εισέλθετε ή να αλλάξετε καταλόγους.
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να αλλάξετε καταλόγους.
Retrieves the current auto-commit mode for this SQLServerConnection object.
Syntax
public boolean getAutoCommit()
Return Value
true if auto-commit mode is enabled, false if it is not.
Exceptions
Remarks
This getAutoCommit method is specified by the getAutoCommit method in the java.sql.Connection interface.