com.hardcode.gdbms.engine.data.driver
Interface AlphanumericObjectDriver

All Superinterfaces:
com.hardcode.driverManager.Driver, GDBMSDriver, ObjectDriver, ReadAccess, TypeConverter

public interface AlphanumericObjectDriver
extends ObjectDriver


Method Summary
 void write(DataSource dataWare)
          Writes the content in the DataWare to the specified file
 
Methods inherited from interface com.hardcode.gdbms.engine.data.driver.ObjectDriver
getPrimaryKeys, isReadOnly
 
Methods inherited from interface com.hardcode.gdbms.engine.data.driver.GDBMSDriver
check, getAvailableTypes, getDriverMetadata, getParameters, isValidParameter, setDataSourceFactory
 
Methods inherited from interface com.hardcode.driverManager.Driver
getName
 
Methods inherited from interface com.hardcode.gdbms.engine.data.driver.TypeConverter
getType
 
Methods inherited from interface com.hardcode.gdbms.engine.data.driver.ReadAccess
getFieldValue, getRowCount
 

Method Detail

write

void write(DataSource dataWare)
           throws DriverException
Writes the content in the DataWare to the specified file

Parameters:
dataWare - DataWare with the contents
Throws:
DriverException


Copyright © 2005-2006 . All Rights Reserved.