@vertx/jdbc-client
Advanced tools
Comparing version 4.0.3 to 4.1.0
@@ -17,2 +17,6 @@ /* | ||
import { TransactionIsolation } from './enums'; | ||
import { FetchDirection } from './enums'; | ||
import { ResultSetConcurrency } from './enums'; | ||
import { ResultSetType } from './enums'; | ||
import { TracingPolicy } from '@vertx/core/enums'; | ||
@@ -26,2 +30,14 @@ | ||
isAutoGeneratedKeys(): boolean; | ||
setAutoGeneratedKeys(autoGeneratedKeys: boolean): JDBCConnectOptions; | ||
getAutoGeneratedKeysIndexes(): any[]; | ||
setAutoGeneratedKeysIndexes(autoGeneratedKeysIndexes: any[]): JDBCConnectOptions; | ||
getCatalog(): string; | ||
setCatalog(catalog: string): JDBCConnectOptions; | ||
getConnectTimeout(): number; | ||
@@ -39,2 +55,10 @@ | ||
getFetchDirection(): FetchDirection; | ||
setFetchDirection(fetchDirection: FetchDirection): JDBCConnectOptions; | ||
getFetchSize(): number; | ||
setFetchSize(fetchSize: number): JDBCConnectOptions; | ||
getIdleTimeout(): number; | ||
@@ -48,2 +72,6 @@ | ||
getMaxRows(): number; | ||
setMaxRows(maxRows: number): JDBCConnectOptions; | ||
isMetricsEnabled(): boolean; | ||
@@ -57,2 +85,22 @@ | ||
getQueryTimeout(): number; | ||
setQueryTimeout(queryTimeout: number): JDBCConnectOptions; | ||
isReadOnly(): boolean; | ||
setReadOnly(readOnly: boolean): JDBCConnectOptions; | ||
getResultSetConcurrency(): ResultSetConcurrency; | ||
setResultSetConcurrency(resultSetConcurrency: ResultSetConcurrency): JDBCConnectOptions; | ||
getResultSetType(): ResultSetType; | ||
setResultSetType(resultSetType: ResultSetType): JDBCConnectOptions; | ||
getSchema(): string; | ||
setSchema(schema: string): JDBCConnectOptions; | ||
/** | ||
@@ -68,2 +116,6 @@ * Set the tracing policy for the client behavior when Vert.x has tracing enabled. | ||
getTransactionIsolation(): TransactionIsolation; | ||
setTransactionIsolation(transactionIsolation: TransactionIsolation): JDBCConnectOptions; | ||
getUser(): string; | ||
@@ -158,6 +210,2 @@ | ||
import { TransactionIsolation } from './enums'; | ||
import { FetchDirection } from './enums'; | ||
import { ResultSetConcurrency } from './enums'; | ||
import { ResultSetType } from './enums'; | ||
@@ -164,0 +212,0 @@ /** |
{ | ||
"name" : "@vertx/jdbc-client", | ||
"description" : "Generated Eclipse Vert.x bindings for 'vertx-jdbc-client'", | ||
"version" : "4.0.3", | ||
"version" : "4.1.0", | ||
"license" : "Apache-2.0", | ||
@@ -10,7 +10,7 @@ "public" : true, | ||
"artifactId" : "vertx-jdbc-client", | ||
"version" : "4.0.3" | ||
"version" : "4.1.0" | ||
}, | ||
"dependencies" : { | ||
"@vertx/core" : "4.0.3", | ||
"@vertx/sql-client" : "4.0.3" | ||
"@vertx/core" : "4.1.0", | ||
"@vertx/sql-client" : "4.1.0" | ||
}, | ||
@@ -17,0 +17,0 @@ "main" : "index.js", |
50523
1084
+ Added@vertx/core@4.1.0(transitive)
+ Added@vertx/sql-client@4.1.0(transitive)
- Removed@vertx/core@4.0.3(transitive)
- Removed@vertx/sql-client@4.0.3(transitive)
Updated@vertx/core@4.1.0
Updated@vertx/sql-client@4.1.0