Package kz.greetgo.security.crypto.jdbc
Class DbDialectOracle
- java.lang.Object
-
- kz.greetgo.security.crypto.jdbc.AbstractDbDialect
-
- kz.greetgo.security.crypto.jdbc.DbDialectOracle
-
- All Implemented Interfaces:
DbDialect
public class DbDialectOracle extends AbstractDbDialect
-
-
Constructor Summary
Constructors Constructor Description DbDialectOracle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisNoTable(java.sql.SQLException e)booleanisRecordAlreadyExists(java.sql.SQLException e)protected java.lang.StringtypeToStr(FieldType type, int length)-
Methods inherited from class kz.greetgo.security.crypto.jdbc.AbstractDbDialect
generateCreateTableDDL
-
-
-
-
Method Detail
-
isNoTable
public boolean isNoTable(java.sql.SQLException e)
-
isRecordAlreadyExists
public boolean isRecordAlreadyExists(java.sql.SQLException e)
-
typeToStr
protected java.lang.String typeToStr(FieldType type, int length)
- Specified by:
typeToStrin classAbstractDbDialect
-
-