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

Definition at line 51 of file ValueShort.java.
Public Member Functions | |
| ValueShort () | |
| ValueShort (short val) | |
| ValueShort (int v) throws ValueException | |
| final int | intValue () |
| final short | shortValue () |
| Value | unop (int op) throws ValueException |
| Value | binop (int op, Value l) throws ValueException |
| Two-level virtual operator dispatch. | |
| Value | binop (int op, ValueNull r) throws ValueException |
| Value | binop (int op, ValueDouble r) throws ValueException |
| Value | binop (int op, ValueFloat r) throws ValueException |
| Value | binop (int op, ValueInteger r) throws ValueException |
| Value | binop (int op, ValueLong r) throws ValueException |
| Value | binop (int op, ValueByte r) throws ValueException |
| Value | binop (int op, ValueScaledInteger r) throws ValueException |
| Value | binop (int op, ValueShort r) throws ValueException |
| void | readExternal (ObjectInput in) throws IOException |
| void | writeExternal (ObjectOutput out) throws IOException |
| Object | asJavaObject () |
| void | fromJavaObject (Object obj) throws ValueException |
| String | toString () |
| Value | convert (TypeBoolean type) throws ValueException |
| Value | convert (TypeTinyInt type) throws ValueException |
| Value | convert (TypeSmallInt type) throws ValueException |
| Value | convert (TypeInt type) throws ValueException |
| Value | convert (TypeBigInt type) throws ValueException |
| Value | convert (TypeDecimal type) throws ValueException |
| Value | convert (TypeReal type) throws ValueException |
| Type | getType () |
| void | serializeKey (KeyStream out) throws IOException |
Static Public Member Functions | |
| final Value | binop (int op, ValueShort e, ValueShort f) throws ValueException |
Package Attributes | |
| short | val |
|
|
Definition at line 54 of file ValueShort.java. Referenced by com.quadcap.sql.types.ValueShort.binop(), and com.quadcap.sql.types.ValueShort.unop(). |
|
|
Definition at line 56 of file ValueShort.java. |
|
|
Definition at line 58 of file ValueShort.java. |
|
|
Implements com.quadcap.sql.types.Value. Definition at line 186 of file ValueShort.java. References com.quadcap.sql.types.ValueShort.val. |
|
||||||||||||||||
|
Definition at line 136 of file ValueShort.java. References com.quadcap.sql.types.ValueShort.ValueShort(). |
|
||||||||||||
|
Reimplemented from com.quadcap.sql.types.Value. Definition at line 132 of file ValueShort.java. References com.quadcap.sql.types.Value.binop(). |
|
||||||||||||
|
Reimplemented from com.quadcap.sql.types.Value. Definition at line 128 of file ValueShort.java. References com.quadcap.sql.types.Value.binop(), and com.quadcap.sql.types.ValueShort.val. |
|
||||||||||||
|
Reimplemented from com.quadcap.sql.types.Value. Definition at line 124 of file ValueShort.java. References com.quadcap.sql.types.Value.binop(), and com.quadcap.sql.types.ValueShort.ValueShort(). |
|
||||||||||||
|
Reimplemented from com.quadcap.sql.types.Value. Definition at line 120 of file ValueShort.java. References com.quadcap.sql.types.Value.binop(), and com.quadcap.sql.types.ValueShort.val. |
|
||||||||||||
|
Reimplemented from com.quadcap.sql.types.Value. Definition at line 116 of file ValueShort.java. References com.quadcap.sql.types.Value.binop(), and com.quadcap.sql.types.ValueShort.val. |
|
||||||||||||
|
Reimplemented from com.quadcap.sql.types.Value. Definition at line 112 of file ValueShort.java. References com.quadcap.sql.types.Value.binop(), and com.quadcap.sql.types.ValueShort.val. |
|
||||||||||||
|
Reimplemented from com.quadcap.sql.types.Value. Definition at line 108 of file ValueShort.java. References com.quadcap.sql.types.Value.binop(), and com.quadcap.sql.types.ValueShort.val. |
|
||||||||||||
|
Reimplemented from com.quadcap.sql.types.Value. Definition at line 86 of file ValueShort.java. |
|
||||||||||||
|
Two-level virtual operator dispatch. Each subtype implements the same basic template for this abstract function:
Value binop(int op, Value l) { return l.binop(op, this); }
Then, type overloading allows for each type to implement all ops for which it can be the left hand side for all allowed types on the right hand side: Value binop(int op, ValueInteger l); Value binop(int op, ValueLong l); ... Implements com.quadcap.sql.types.Value. Definition at line 82 of file ValueShort.java. References com.quadcap.sql.types.ValueShort.binop(). Referenced by com.quadcap.sql.types.ValueShort.binop(). |
|
|
Reimplemented from com.quadcap.sql.types.Value. Definition at line 224 of file ValueShort.java. References com.quadcap.sql.types.ValueShort.val. |
|
|
Reimplemented from com.quadcap.sql.types.Value. Definition at line 220 of file ValueShort.java. References com.quadcap.sql.types.ValueShort.val. |
|
|
Reimplemented from com.quadcap.sql.types.Value. Definition at line 216 of file ValueShort.java. References com.quadcap.sql.types.ValueShort.val. |
|
|
Reimplemented from com.quadcap.sql.types.Value. Definition at line 212 of file ValueShort.java. References com.quadcap.sql.types.ValueShort.val. |
|
|
Reimplemented from com.quadcap.sql.types.Value. Definition at line 208 of file ValueShort.java. |
|
|
Reimplemented from com.quadcap.sql.types.Value. Definition at line 204 of file ValueShort.java. References com.quadcap.sql.types.ValueShort.val. |
|
|
Reimplemented from com.quadcap.sql.types.Value. Definition at line 200 of file ValueShort.java. References com.quadcap.sql.types.ValueShort.convert(), and com.quadcap.sql.types.ValueShort.val. Referenced by com.quadcap.sql.types.ValueShort.convert(). |
|
|
Implements com.quadcap.sql.types.Value. Definition at line 190 of file ValueShort.java. References com.quadcap.sql.types.ValueShort.fromJavaObject(), and com.quadcap.sql.types.ValueShort.val. Referenced by com.quadcap.sql.types.ValueShort.fromJavaObject(). |
|
|
Implements com.quadcap.sql.types.Value. Definition at line 232 of file ValueShort.java. |
|
|
Definition at line 65 of file ValueShort.java. References com.quadcap.sql.types.ValueShort.val. |
|
|
Definition at line 176 of file ValueShort.java. References com.quadcap.sql.types.ValueShort.readExternal(), and com.quadcap.sql.types.ValueShort.val. Referenced by com.quadcap.sql.types.ValueShort.readExternal(). |
|
|
Implements com.quadcap.sql.types.Value. Definition at line 236 of file ValueShort.java. References com.quadcap.sql.types.ValueShort.serializeKey(), and com.quadcap.sql.types.ValueShort.val. Referenced by com.quadcap.sql.types.ValueShort.serializeKey(). |
|
|
Definition at line 66 of file ValueShort.java. References com.quadcap.sql.types.ValueShort.val. Referenced by com.quadcap.jdbc.ResultSet.getShort(). |
|
|
Definition at line 198 of file ValueShort.java. References com.quadcap.sql.types.ValueShort.val. |
|
|
Reimplemented from com.quadcap.sql.types.Value. Definition at line 68 of file ValueShort.java. References com.quadcap.sql.types.ValueShort.unop(), com.quadcap.sql.types.ValueShort.val, and com.quadcap.sql.types.ValueShort.ValueShort(). Referenced by com.quadcap.sql.types.ValueShort.unop(). |
|
|
Definition at line 180 of file ValueShort.java. References com.quadcap.sql.types.ValueShort.val, and com.quadcap.sql.types.ValueShort.writeExternal(). Referenced by com.quadcap.sql.types.ValueShort.writeExternal(). |
|