Response

<p> A common response message for PostgreSQL <a href="https://www.postgresql.org/docs/9.5/static/protocol-error-fields.html">Error and Notice Message Fields</a>

@author <a href="mailto:emad.albloushi@gmail.com">Emad Alblueshi</a>

Members

Functions

getCode
string getCode()
Undocumented in source. Be warned that the author may not have intended to support it.
getColumn
string getColumn()
Undocumented in source. Be warned that the author may not have intended to support it.
getConstraint
string getConstraint()
Undocumented in source. Be warned that the author may not have intended to support it.
getDataType
string getDataType()
Undocumented in source. Be warned that the author may not have intended to support it.
getDetail
string getDetail()
Undocumented in source. Be warned that the author may not have intended to support it.
getFile
string getFile()
Undocumented in source. Be warned that the author may not have intended to support it.
getHint
string getHint()
Undocumented in source. Be warned that the author may not have intended to support it.
getInternalPosition
string getInternalPosition()
Undocumented in source. Be warned that the author may not have intended to support it.
getInternalQuery
string getInternalQuery()
Undocumented in source. Be warned that the author may not have intended to support it.
getLine
string getLine()
Undocumented in source. Be warned that the author may not have intended to support it.
getMessage
string getMessage()
Undocumented in source. Be warned that the author may not have intended to support it.
getPosition
string getPosition()
Undocumented in source. Be warned that the author may not have intended to support it.
getRoutine
string getRoutine()
Undocumented in source. Be warned that the author may not have intended to support it.
getSchema
string getSchema()
Undocumented in source. Be warned that the author may not have intended to support it.
getSeverity
string getSeverity()
Undocumented in source. Be warned that the author may not have intended to support it.
getTable
string getTable()
Undocumented in source. Be warned that the author may not have intended to support it.
getWhere
string getWhere()
Undocumented in source. Be warned that the author may not have intended to support it.
setCode
void setCode(string code)
Undocumented in source. Be warned that the author may not have intended to support it.
setColumn
void setColumn(string column)
Undocumented in source. Be warned that the author may not have intended to support it.
setConstraint
void setConstraint(string constraint)
Undocumented in source. Be warned that the author may not have intended to support it.
setDataType
void setDataType(string dataType)
Undocumented in source. Be warned that the author may not have intended to support it.
setDetail
void setDetail(string detail)
Undocumented in source. Be warned that the author may not have intended to support it.
setFile
void setFile(string file)
Undocumented in source. Be warned that the author may not have intended to support it.
setHint
void setHint(string hint)
Undocumented in source. Be warned that the author may not have intended to support it.
setInternalPosition
void setInternalPosition(string internalPosition)
Undocumented in source. Be warned that the author may not have intended to support it.
setInternalQuery
void setInternalQuery(string internalQuery)
Undocumented in source. Be warned that the author may not have intended to support it.
setLine
void setLine(string line)
Undocumented in source. Be warned that the author may not have intended to support it.
setMessage
void setMessage(string message)
Undocumented in source. Be warned that the author may not have intended to support it.
setPosition
void setPosition(string position)
Undocumented in source. Be warned that the author may not have intended to support it.
setRoutine
void setRoutine(string routine)
Undocumented in source. Be warned that the author may not have intended to support it.
setSchema
void setSchema(string schema)
Undocumented in source. Be warned that the author may not have intended to support it.
setSeverity
void setSeverity(string severity)
Undocumented in source. Be warned that the author may not have intended to support it.
setTable
void setTable(string table)
Undocumented in source. Be warned that the author may not have intended to support it.
setWhere
void setWhere(string where)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta