public class DbDialectPostgres extends AbstractDbDialect
| Constructor and Description |
|---|
DbDialectPostgres() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNoTable(java.sql.SQLException e) |
boolean |
isRecordAlreadyExists(java.sql.SQLException e) |
protected java.lang.String |
typeToStr(FieldType type,
int length) |
toCreateTableDDLpublic boolean isNoTable(java.sql.SQLException e)
public boolean isRecordAlreadyExists(java.sql.SQLException e)
protected java.lang.String typeToStr(FieldType type, int length)
typeToStr in class AbstractDbDialect