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

de.akquinet.jbosscc.guttenbase.tools.MaxNumberOfDataItems Maven / Gradle / Ivy

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

import de.akquinet.jbosscc.guttenbase.meta.TableMetaData;

/**
 * How many data items may the INSERT statement have in total. I.e., how many '?' placeholders does the database support in a single
 * statement.
 *
 * 

* © 2012-2034 akquinet tech@spree *

* * @author M. Dahm */ public interface MaxNumberOfDataItems { int getMaxNumberOfDataItems(TableMetaData targetTableMetaData); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy