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

java.lang.Object
  extended by com.hardcode.gdbms.engine.data.edition.MetadataEditionSupport
      extended by com.hardcode.gdbms.engine.data.edition.DBMetadataEditionSupport
Direct Known Subclasses:
SpatialDBMetadataEditionSupport

public class DBMetadataEditionSupport
extends MetadataEditionSupport


Nested Class Summary
 
Nested classes/interfaces inherited from class com.hardcode.gdbms.engine.data.edition.MetadataEditionSupport
MetadataEditionSupport.ModifiedDriverMetadata, MetadataEditionSupport.ModifiedMetadata, MetadataEditionSupport.SpatialModifiedDriverMetadata
 
Field Summary
 
Fields inherited from class com.hardcode.gdbms.engine.data.edition.MetadataEditionSupport
ds, fields
 
Constructor Summary
DBMetadataEditionSupport(EditableDataSource ids, java.lang.String tableName, DBDriver dbDriver)
           
 
Method Summary
protected  boolean isPK(Field field)
           
 void removeField(int index)
           
 void setFieldName(int index, java.lang.String name)
           
 void start()
           
 
Methods inherited from class com.hardcode.gdbms.engine.data.edition.MetadataEditionSupport
addField, addMetadataEditionListener, getDataSourceMetadata, getDriverMetadata, getField, getFieldCount, getFieldIndexByName, getFields, getOriginalFieldCount, getOriginalMetadata, getSpatialFieldIndex, getStrings, removeMetadataEditionListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBMetadataEditionSupport

public DBMetadataEditionSupport(EditableDataSource ids,
                                java.lang.String tableName,
                                DBDriver dbDriver)
Method Detail

removeField

public void removeField(int index)
                 throws DriverException
Overrides:
removeField in class MetadataEditionSupport
Throws:
DriverException

isPK

protected boolean isPK(Field field)
                throws DriverException
Throws:
DriverException

start

public void start()
Overrides:
start in class MetadataEditionSupport

setFieldName

public void setFieldName(int index,
                         java.lang.String name)
                  throws DriverException
Overrides:
setFieldName in class MetadataEditionSupport
Throws:
DriverException


Copyright © 2005-2006 . All Rights Reserved.