Package kz.greetgo.security.crypto.jdbc
Interface DbDialect
- All Known Implementing Classes:
AbstractDbDialect,DbDialectOracle,DbDialectPostgres
public interface DbDialect
-
Method Summary
Modifier and Type Method Description java.lang.StringgenerateCreateTableDDL(CreateTable createTable)booleanisNoTable(java.sql.SQLException e)booleanisRecordAlreadyExists(java.sql.SQLException e)
-
Method Details
-
isNoTable
boolean isNoTable(java.sql.SQLException e) -
isRecordAlreadyExists
boolean isRecordAlreadyExists(java.sql.SQLException e) -
generateCreateTableDDL
-