All Downloads are FREE. Search and download functionalities are using the official Maven repository.

antlr_supported_sql.postgre.tcl.begin_work.xml Maven / Gradle / Ivy

There is a newer version: 3.1.0
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<sql-cases db-types="PostgreSQL" namespace="postgre.tcl.beginWork">
    <sql-case id="begin" value="BEGIN" />
    <sql-case id="begin_read_committed" value="BEGIN ISOLATION LEVEL READ COMMITTED" />
    <sql-case id="begin_read_only" value="BEGIN READ ONLY" />
</sql-cases>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy