Σημείωση
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να εισέλθετε ή να αλλάξετε καταλόγους.
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να αλλάξετε καταλόγους.
Releases this SQLServerConnection object's database and JDBC resources immediately instead of waiting for them to be automatically released.
Syntax
public void close()
Exceptions
Remarks
This close method is specified by the close method in the java.sql.Connection interface.
Calling the close method in the middle of a transaction causes the transaction to be rolled back.