com.hardcode.gdbms.engine.data.edition
Class InsertEditionInfo

java.lang.Object
  extended by com.hardcode.gdbms.engine.data.edition.InsertEditionInfo
All Implemented Interfaces:
EditionInfo

public class InsertEditionInfo
extends java.lang.Object
implements EditionInfo


Constructor Summary
InsertEditionInfo(java.lang.String tableName, InternalBuffer internalBuffer, long internalBufferIndex, java.lang.String[] fieldNames, DBDriver driver)
           
 
Method Summary
 java.lang.String getSQL()
          Gets the SQL to modify the data source or null if the data source does not have to be modified
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsertEditionInfo

public InsertEditionInfo(java.lang.String tableName,
                         InternalBuffer internalBuffer,
                         long internalBufferIndex,
                         java.lang.String[] fieldNames,
                         DBDriver driver)
Method Detail

getSQL

public java.lang.String getSQL()
                        throws DriverException
Description copied from interface: EditionInfo
Gets the SQL to modify the data source or null if the data source does not have to be modified

Specified by:
getSQL in interface EditionInfo
Returns:
SQL statement or null
Throws:
DriverException - if cannot get the SQL statement


Copyright © 2005-2006 . All Rights Reserved.