Class AbstractDbDialect

java.lang.Object
kz.greetgo.security.crypto.jdbc.AbstractDbDialect
All Implemented Interfaces:
DbDialect
Direct Known Subclasses:
DbDialectOracle, DbDialectPostgres

public abstract class AbstractDbDialect
extends java.lang.Object
implements DbDialect
  • Constructor Summary

    Constructors 
    Constructor Description
    AbstractDbDialect()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String generateCreateTableDDL​(CreateTable createTable)  
    protected abstract java.lang.String typeToStr​(FieldType type, int length)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface kz.greetgo.security.crypto.jdbc.DbDialect

    isNoTable, isRecordAlreadyExists