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

sql.ddl.truncate.xml Maven / Gradle / Ivy

There is a newer version: 3.1.0
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<sql-cases>
    <sql-case id="truncate_table" value="TRUNCATE TABLE t_log" />
    <sql-case id="truncate_table_only" value="TRUNCATE TABLE ONLY t_log" db-types="PostgreSQL" />
</sql-cases>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy