public interface PGSQLExceptionInfo
Modifier and Type | Method and Description |
---|---|
String |
getColumn() |
String |
getConstraint() |
String |
getDatatype() |
String |
getSchema() |
String |
getTable() |
void |
setColumn(String column) |
void |
setConstraint(String constraint) |
void |
setDatatype(String datatype) |
void |
setSchema(String schema) |
void |
setTable(String table) |
String getSchema()
void setSchema(String schema)
String getTable()
void setTable(String table)
String getColumn()
void setColumn(String column)
String getDatatype()
void setDatatype(String datatype)
String getConstraint()
void setConstraint(String constraint)
Copyright © 2013–2017 impossibl.com. All rights reserved.