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

org.postgresql.core.types.PGType Maven / Gradle / Ivy

/*
 * Created on May 15, 2005
 *
 * TODO To change the template for this generated file go to
 * Window - Preferences - Java - Code Style - Code Templates
 */
package org.postgresql.core.types;

/**
 * @author davec
 *
 * TODO To change the template for this generated type comment go to
 * Window - Preferences - Java - Code Style - Code Templates
 */
public interface PGType
{
    public String toString();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy