Annotation of FM2SQL/com/fmi/jdbc/SQLStateStrings.properties, revision 1.1
1.1 ! rogo 1: #
! 2: # fminc.jdbc.SQLStateStrings
! 3: #
! 4: # SQL State strings for default locale
! 5: #
! 6: 00000=Successful completion
! 7: 01000=Warning
! 8: 01001=Cursor operation conflict
! 9: 01002=Disconnect error
! 10: 01003=Null value eliminated in set function
! 11: 01004=String data, right truncation
! 12: 01005=Insufficient item descriptor areas
! 13: 01006=Privilege not revoked
! 14: 01007=Privilege not granted
! 15: 01008=Implicit zero-bit padding
! 16: 01009=Search condition too long for information schema
! 17: 0100A=Query expression too long for information schema
! 18: 02000=No Data
! 19: 07000=Dynamic SQL error
! 20: 07001=Using clause does not match dynamic parameters
! 21: 07002=Using clause does not match target specifications
! 22: 07003=Cursor specification cannot be executed
! 23: 07004=Using clause required for dynamic parameters
! 24: 07005=Prepared statement not a cursor specification
! 25: 07006=Restricted data type attribute violation
! 26: 07007=Using clause required for result fields
! 27: 07008=Invalid descriptor count
! 28: 07009=Invalid descriptor index
! 29: 08000=Connection exception
! 30: 08001=SQL-client unable to establish SQL-connection
! 31: 08002=Connection name in use
! 32: 08003=Connection does not exist
! 33: 08004=SQL-server rejected establishment of SQL-connection
! 34: 08006=Connection failure
! 35: 08007=Transaction resolution unknown
! 36: 0A000=Feature not supported
! 37: 0A001=Multiple server transactions
! 38: 21000=Cardinality violation
! 39: 22000=Data exception
! 40: 22001=String data, right truncation
! 41: 22002=Null value, no indicator
! 42: 22003=Numeric value out of range
! 43: 22005=Error in assignment
! 44: 22007=Invalid datetime format
! 45: 22008=Datetime field overflow
! 46: 22009=Invalid time zone displacement value
! 47: 22011=Substring error
! 48: 22012=Division by zero
! 49: 22015=Interval field overflow
! 50: 22018=Invalid character value for cast
! 51: 22019=Invalid escape character
! 52: 22021=Character not in repertoire
! 53: 22022=Indicator overflow
! 54: 22023=Invalid parameter value
! 55: 22024=Unterminated C string
! 56: 22025=Invalid escape sequence
! 57: 22026=String data, length mismatch
! 58: 22027=Trim error
! 59: 23000=Integrity constraint violation
! 60: 24000=Invalid cursor state
! 61: 25000=Invalid transaction state
! 62: 26000=Invalid SQL statement name
! 63: 27000=Triggered data change violation
! 64: 28000=Invalid authorization specification
! 65: 2A000=Syntax error or access rule violation in direct SQL statement
! 66: 2B000=Dependent privilege descriptors still exist
! 67: 2C000=Invalid character set name
! 68: 2D000=Invalid transaction termination
! 69: 2E000=Invalid connection name
! 70: 33000=Invalid SQL descriptor name
! 71: 34000=Invalid cursor name
! 72: 35000=Invalid condition number
! 73: 37000=Syntax error or access rule violation in dynamic SQL statement
! 74: 3C000=Ambiguous cursor name
! 75: 3D000=Invalid catalog name
! 76: 3F000=Invalid schema name
! 77: 40000=Transaction rollback
! 78: 40001=Serialization failure
! 79: 40002=Integrity constraint violation
! 80: 40003=Statement completion unknown
! 81: 42000=Synstax error or access violation
! 82: 44000=With check options violation
! 83:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>