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

de.akquinet.jbosscc.guttenbase.meta.InternalColumnMetaData Maven / Gradle / Ivy

The newest version!
package de.akquinet.jbosscc.guttenbase.meta;

import java.util.UUID;

/**
 * Extension for internal access.
 *
 * 

* © 2012-2034 akquinet tech@spree *

* * @author M. Dahm */ public interface InternalColumnMetaData extends ColumnMetaData { /** * Make columns globally uniq since the name may not be uniq within the data base. */ UUID getColumnId(); void setPrimaryKey(final boolean primaryKey); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy