![]() |
Quadcap Embeddable Database |
Inheritance diagram for com.quadcap.sql.types.TypeDecimal:

Definition at line 59 of file TypeDecimal.java.
Public Member Functions | |
| TypeDecimal () | |
| TypeDecimal (int precision, int scale) | |
| String | getTypeName () |
| int | getJDBCType () |
| String | getJDBCClassName () |
| int | getPrecision () |
| int | getScale () |
| int | getMaxPrecision () |
| int | getMinScale () |
| int | getMaxScale () |
| boolean | isCharType () |
| boolean | isCaseSensitive () |
| boolean | isCurrency () |
| boolean | isSigned () |
| int | getDisplayWidth () |
| String | toString () |
| void | readExternal (ObjectInput in) throws IOException |
| void | writeExternal (ObjectOutput out) throws IOException |
| Value | convert (Value v) throws ValueException |
| Value | convertNumber (long n) throws ValueException |
| Utility method to help convert numbers to DECIMALs. | |
| String | getCreateParams () |
Static Public Attributes | |
| final TypeDecimal | typeDecimal = new TypeDecimal() |
Package Attributes | |
| int | precision = -1 |
| int | scale = -1 |
|
|
Definition at line 65 of file TypeDecimal.java. |
|
||||||||||||
|
Definition at line 67 of file TypeDecimal.java. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 118 of file TypeDecimal.java. References com.quadcap.sql.types.TypeDecimal.convert(). Referenced by com.quadcap.sql.types.TypeDecimal.convert(). |
|
|
Utility method to help convert numbers to DECIMALs.
Definition at line 125 of file TypeDecimal.java. References com.quadcap.sql.types.TypeDecimal.convertNumber(), com.quadcap.sql.types.TypeDecimal.precision, and com.quadcap.sql.types.TypeDecimal.scale. Referenced by com.quadcap.sql.types.TypeDecimal.convertNumber(). |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 138 of file TypeDecimal.java. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 98 of file TypeDecimal.java. References com.quadcap.sql.types.TypeDecimal.precision. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 78 of file TypeDecimal.java. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 76 of file TypeDecimal.java. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 84 of file TypeDecimal.java. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 88 of file TypeDecimal.java. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 86 of file TypeDecimal.java. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 80 of file TypeDecimal.java. References com.quadcap.sql.types.TypeDecimal.precision. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 82 of file TypeDecimal.java. References com.quadcap.sql.types.TypeDecimal.scale. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 72 of file TypeDecimal.java. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 92 of file TypeDecimal.java. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 90 of file TypeDecimal.java. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 94 of file TypeDecimal.java. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 96 of file TypeDecimal.java. |
|
|
Definition at line 108 of file TypeDecimal.java. References com.quadcap.sql.types.TypeDecimal.precision, com.quadcap.sql.types.TypeDecimal.readExternal(), and com.quadcap.sql.types.TypeDecimal.scale. Referenced by com.quadcap.sql.types.TypeDecimal.readExternal(). |
|
|
Definition at line 100 of file TypeDecimal.java. References com.quadcap.sql.types.TypeDecimal.precision, and com.quadcap.sql.types.TypeDecimal.scale. |
|
|
Definition at line 113 of file TypeDecimal.java. References com.quadcap.sql.types.TypeDecimal.precision, com.quadcap.sql.types.TypeDecimal.scale, and com.quadcap.sql.types.TypeDecimal.writeExternal(). Referenced by com.quadcap.sql.types.TypeDecimal.writeExternal(). |
|
|
|
|
Definition at line 60 of file TypeDecimal.java. |