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

All Superinterfaces:
com.hardcode.driverManager.Driver, GDBMSDriver, ReadAccess, TypeConverter
All Known Subinterfaces:
AlphanumericObjectDriver, SpatialObjectDriver

public interface ObjectDriver
extends GDBMSDriver, ReadAccess

Author:
Fernando González Cortés

Method Summary
 java.lang.String[] getPrimaryKeys()
          Returns a string array with the names of all the fields that are primary key
 boolean isReadOnly(int i)
          Returns true if the specified field is read only
 
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

isReadOnly

boolean isReadOnly(int i)
Returns true if the specified field is read only

Specified by:
isReadOnly in interface GDBMSDriver
Parameters:
i -
Returns:

getPrimaryKeys

java.lang.String[] getPrimaryKeys()
Returns a string array with the names of all the fields that are primary key

Returns:


Copyright © 2005-2006 . All Rights Reserved.