New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vertx/jdbc-client

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vertx/jdbc-client - npm Package Compare versions

Comparing version 4.0.3 to 4.1.0

56

options.d.ts

@@ -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 @@ /**

8

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc