@vertx/sql-client
Advanced tools
Comparing version 4.0.2 to 4.0.3
@@ -24,5 +24,25 @@ /* | ||
constructor(obj: PoolOptions); | ||
constructor(obj: PoolOptions | { [key: string]: any }); | ||
/** | ||
* Establish an idle timeout for pooled connections. | ||
*/ | ||
getIdleTimeout(): number; | ||
/** | ||
* Establish an idle timeout for pooled connections. | ||
*/ | ||
setIdleTimeout(idleTimeout: number): PoolOptions; | ||
/** | ||
* Establish an idle timeout unit for pooled connections. | ||
*/ | ||
getIdleTimeoutUnit(): any; | ||
/** | ||
* Establish an idle timeout unit for pooled connections. | ||
*/ | ||
setIdleTimeoutUnit(idleTimeoutUnit: any): PoolOptions; | ||
/** | ||
* Set the maximum pool size | ||
@@ -49,2 +69,4 @@ */ | ||
toJson(): { [key: string]: any }; | ||
} | ||
@@ -69,4 +91,8 @@ | ||
constructor(obj: SqlConnectOptions); | ||
constructor(obj: SqlConnectOptions | { [key: string]: any }); | ||
getApplicationLayerProtocols(): string; | ||
setApplicationLayerProtocols(applicationLayerProtocols: string): SqlConnectOptions; | ||
/** | ||
@@ -333,2 +359,4 @@ * Set whether prepared statements cache should be enabled. | ||
toJson(): { [key: string]: any }; | ||
} |
{ | ||
"name" : "@vertx/sql-client", | ||
"description" : "Generated Eclipse Vert.x bindings for 'vertx-sql-client'", | ||
"version" : "4.0.2", | ||
"version" : "4.0.3", | ||
"license" : "Apache-2.0", | ||
@@ -10,6 +10,6 @@ "public" : true, | ||
"artifactId" : "vertx-sql-client", | ||
"version" : "4.0.2" | ||
"version" : "4.0.3" | ||
}, | ||
"dependencies" : { | ||
"@vertx/core" : "4.0.2" | ||
"@vertx/core" : "4.0.3" | ||
}, | ||
@@ -16,0 +16,0 @@ "main" : "index.js", |
53836
1472
+ Added@vertx/core@4.0.3(transitive)
- Removed@vertx/core@4.0.2(transitive)
Updated@vertx/core@4.0.3