Package kz.greetgo.security.crypto.jdbc
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.StringgenerateCreateTableDDL(CreateTable createTable)protected abstract java.lang.StringtypeToStr(FieldType type, int length)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface kz.greetgo.security.crypto.jdbc.DbDialect
isNoTable, isRecordAlreadyExists
-
Constructor Details
-
AbstractDbDialect
public AbstractDbDialect()
-
-
Method Details
-
generateCreateTableDDL
- Specified by:
generateCreateTableDDLin interfaceDbDialect
-
typeToStr
-