Megjegyzés
Az oldalhoz való hozzáféréshez engedély szükséges. Megpróbálhat bejelentkezni vagy módosítani a címtárat.
Az oldalhoz való hozzáféréshez engedély szükséges. Megpróbálhatja módosítani a címtárat.
Returns the value of disableStatementPooling connection property. This setting controls whether statement pooling is enabled or not for this connection.
Syntax
public boolean getDisableStatementPooling();
Return Value
A boolean that contains the value of disableStatementPooling connection property.
Exceptions
Remarks
This method is available from JDBC driver version 6.4 and onward.