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

nz.co.gregs.dbvolution.exceptions.FullAndRightOuterJoinNotSupportedException Maven / Gradle / Ivy

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package nz.co.gregs.dbvolution.exceptions;

/**
 * Placeholder until full outer join emulation is implemented.
 *
 * 

Support DBvolution at * Patreon

* * @author gregorygraham */ public class FullAndRightOuterJoinNotSupportedException extends DBRuntimeException { private static final long serialVersionUID = 1L; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy