|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.sandev.generator.DefaultSQLStructMapper
org.sandev.generator.HSQLDBStructMapper
public class HSQLDBStructMapper
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()
|
|
| Method Summary |
|---|
| 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 |
|---|
public HSQLDBStructMapper()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||