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

Definition at line 57 of file TypeInt.java.
Public Member Functions | |
| TypeInt () | |
| String | getTypeName () |
| int | getJDBCType () |
| String | getJDBCClassName () |
| int | getPrecision () |
| int | getScale () |
| int | getMaxPrecision () |
| int | getMinScale () |
| int | getMaxScale () |
| boolean | isCharType () |
| boolean | isCaseSensitive () |
| boolean | isCurrency () |
| boolean | isSigned () |
| String | toString () |
| int | getDisplayWidth () |
| void | readExternal (ObjectInput in) |
| void | writeExternal (ObjectOutput out) |
| Value | convert (Value v) throws ValueException |
| String | getCreateParams () |
Static Public Member Functions | |
| ValueInteger | convertNumber (long n) throws ValueException |
| Utility method to help convert numbers to INTs. | |
| ValueInteger | convertNumber (float n) throws ValueException |
| Utility method to help convert floats to INTs. | |
| ValueInteger | convertNumber (double n) throws ValueException |
| Utility method to help convert doubles to INTs. | |
Static Public Attributes | |
| final TypeInt | typeInt = new TypeInt() |
|
|
Definition at line 60 of file TypeInt.java. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 100 of file TypeInt.java. References com.quadcap.sql.types.TypeInt.convert(). Referenced by com.quadcap.sql.types.TypeInt.convert(). |
|
|
Utility method to help convert doubles to INTs.
Definition at line 127 of file TypeInt.java. |
|
|
Utility method to help convert floats to INTs.
Definition at line 117 of file TypeInt.java. |
|
|
Utility method to help convert numbers to INTs.
Definition at line 107 of file TypeInt.java. References com.quadcap.sql.types.TypeInt.convertNumber(). Referenced by com.quadcap.sql.types.TypeInt.convertNumber(). |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 134 of file TypeInt.java. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 92 of file TypeInt.java. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 68 of file TypeInt.java. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 66 of file TypeInt.java. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 74 of file TypeInt.java. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 78 of file TypeInt.java. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 76 of file TypeInt.java. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 70 of file TypeInt.java. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 72 of file TypeInt.java. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 62 of file TypeInt.java. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 82 of file TypeInt.java. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 80 of file TypeInt.java. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 84 of file TypeInt.java. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 86 of file TypeInt.java. |
|
|
Definition at line 94 of file TypeInt.java. References com.quadcap.sql.types.TypeInt.readExternal(). Referenced by com.quadcap.sql.types.TypeInt.readExternal(). |
|
|
Definition at line 88 of file TypeInt.java. |
|
|
Definition at line 97 of file TypeInt.java. References com.quadcap.sql.types.TypeInt.writeExternal(). Referenced by com.quadcap.sql.types.TypeInt.writeExternal(). |
|
|
Definition at line 58 of file TypeInt.java. |