org.sandev.generator
Class HSQLDBStructMapper

java.lang.Object
  extended byorg.sandev.generator.DefaultSQLStructMapper
      extended byorg.sandev.generator.HSQLDBStructMapper
All Implemented Interfaces:
StructMapper

public class HSQLDBStructMapper
extends DefaultSQLStructMapper
implements StructMapper

A StructMapper for HSQLDB database tables. As of this writing, the HSQLDB driver doesn't provide any way to determine column length. By explicitly checking for this mapper the SchemaVerifier can ignore column length checking for HSQLDB columns without compromising other implementations.

Rather than reimplementing methods that are the same, this class extends the default.


Constructor Summary
HSQLDBStructMapper()
           
 
Methods inherited from class org.sandev.generator.DefaultSQLStructMapper
getMappedFieldName, getMappedFieldRelation, getMappedFieldRelationChild, getMappedFieldRelationIndex, getMappedFieldRelationParent, getMappedFieldType, getMappedStructName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.sandev.generator.StructMapper
getMappedFieldName, getMappedFieldRelation, getMappedFieldRelationChild, getMappedFieldRelationIndex, getMappedFieldRelationParent, getMappedFieldType, getMappedStructName
 

Constructor Detail

HSQLDBStructMapper

public HSQLDBStructMapper()