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

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

There is a newer version: 2.1.0
Show newest version
package de.akquinet.jbosscc.guttenbase.meta;

import java.util.UUID;

/**
 * Extension for internal access.
 * 
 * 

* © 2012 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 setColumnId(UUID columnId); void setPrimaryKey(final boolean primaryKey); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy