eu.etaxonomy.cdm.io.berlinModel.out.mapper
Class DbExportMapperBase<STATE extends DbExportStateBase<?>>

java.lang.Object
  extended by eu.etaxonomy.cdm.io.berlinModel.out.mapper.DbExportMapperBase<STATE>

public class DbExportMapperBase<STATE extends DbExportStateBase<?>>
extends Object

Version:
1.0
Author:
a.mueller

Field Summary
protected  int index
           
protected  PreparedStatement preparedStatement
           
 
Constructor Summary
DbExportMapperBase()
           
 
Method Summary
 int getIndex()
           
 PreparedStatement getPreparedStatement()
           
 STATE getState()
           
 String getTableName()
           
 void initialize(PreparedStatement stmt, IndexCounter index, STATE state, String tableName)
           
 void setTableName(String tableName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

preparedStatement

protected PreparedStatement preparedStatement

index

protected int index
Constructor Detail

DbExportMapperBase

public DbExportMapperBase()
Method Detail

initialize

public void initialize(PreparedStatement stmt,
                       IndexCounter index,
                       STATE state,
                       String tableName)

getPreparedStatement

public PreparedStatement getPreparedStatement()
Returns:
the preparedStatement

getIndex

public int getIndex()
Returns:
the index

getState

public STATE getState()
Returns:
the state

getTableName

public String getTableName()
Returns:
the tableName

setTableName

public void setTableName(String tableName)
Parameters:
tableName - the tableName to set


Copyright © 2007-2011 EDIT. All Rights Reserved.