Package com.invirgance.convirgance.dbms


package com.invirgance.convirgance.dbms
High-performance access to SQL databases for querying, updating, and inserting. Provides simplified database access handling through the use of DataSources which can be pre-configured in your application server or provided by a connection pool.

Start with the DBMS object to learn how to use this package.
  • Class
    Description
    Encapsulates a database operation such as an insert or update within a managed transaction.
    Bulk insert or update a stream of records in a single transaction.
    Primary interface for querying SQL-based database management systems (DBMS) like MySQL, PostgreSQL, SQL Server, Oracle, and others.
    A single SQL query for select, insert, and update operations.
    Base class for all markup of the SQL query.
    Represents the location of a parameter in the SQL query.
    Represents a string identified in the SQL query.
    Encapsulates a Query to ensure parameters are properly bound before execution.
    Represents a set of database operations, such as queries or updates, executed as a single transaction.