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

All Known Subinterfaces:
AlphanumericDBDriver, AlphanumericFileDriver, AlphanumericObjectDriver, DBDriver, FileDriver, GDBMSDriver, ObjectDriver, SpatialDBDriver, SpatialFileDriver, SpatialObjectDriver
All Known Implementing Classes:
CSVDriver, CSVStringDriver, FooDriver, HSQLDBDriver, HSQLDBTransactionalDriver, MySQLDriver, ODBCDriver, PostgreSQLDriver

public interface TypeConverter


Method Summary
 int getType(java.lang.String driverType)
          Gets the suitable GDBMS type for the given driver specific type
 

Method Detail

getType

int getType(java.lang.String driverType)
Gets the suitable GDBMS type for the given driver specific type

Parameters:
driverType -
Returns:


Copyright © 2005-2006 . All Rights Reserved.