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

Definition at line 51 of file ValueByte.java.
Public Member Functions | |
| ValueByte () | |
| ValueByte (byte val) | |
| ValueByte (int v) throws ValueException | |
| final int | intValue () |
| final byte | byteValue () |
| 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, ValueShort 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 |
| 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 (TypeReal type) throws ValueException |
| Value | convert (TypeDecimal type) throws ValueException |
| Type | getType () |
| void | serializeKey (KeyStream out) throws IOException |
Static Public Member Functions | |
| final Value | binop (int op, ValueByte e, ValueByte f) throws ValueException |
Package Attributes | |
| byte | val |
|
|
Definition at line 54 of file ValueByte.java. Referenced by com.quadcap.sql.types.ValueByte.binop(), and com.quadcap.sql.types.ValueByte.unop(). |
|
|
Definition at line 56 of file ValueByte.java. |
|
|
Definition at line 58 of file ValueByte.java. |
|
|
Implements com.quadcap.sql.types.Value. Definition at line 186 of file ValueByte.java. References com.quadcap.sql.types.ValueByte.val. |
|
||||||||||||||||
|
Definition at line 136 of file ValueByte.java. References com.quadcap.sql.types.ValueByte.ValueByte(). |
|
||||||||||||
|
Reimplemented from com.quadcap.sql.types.Value. Definition at line 132 of file ValueByte.java. References com.quadcap.sql.types.Value.binop(), and com.quadcap.sql.types.ValueByte.val. |
|
||||||||||||
|
Reimplemented from com.quadcap.sql.types.Value. Definition at line 128 of file ValueByte.java. References com.quadcap.sql.types.Value.binop(). |
|
||||||||||||
|
Reimplemented from com.quadcap.sql.types.Value. Definition at line 124 of file ValueByte.java. References com.quadcap.sql.types.Value.binop(), and com.quadcap.sql.types.ValueByte.val. |
|
||||||||||||
|
Reimplemented from com.quadcap.sql.types.Value. Definition at line 120 of file ValueByte.java. References com.quadcap.sql.types.Value.binop(), and com.quadcap.sql.types.ValueByte.val. |
|
||||||||||||
|
Reimplemented from com.quadcap.sql.types.Value. Definition at line 116 of file ValueByte.java. References com.quadcap.sql.types.Value.binop(), and com.quadcap.sql.types.ValueByte.val. |
|
||||||||||||
|
Reimplemented from com.quadcap.sql.types.Value. Definition at line 112 of file ValueByte.java. References com.quadcap.sql.types.Value.binop(), and com.quadcap.sql.types.ValueByte.val. |
|
||||||||||||
|
Reimplemented from com.quadcap.sql.types.Value. Definition at line 108 of file ValueByte.java. References com.quadcap.sql.types.Value.binop(), and com.quadcap.sql.types.ValueByte.val. |
|
||||||||||||
|
Reimplemented from com.quadcap.sql.types.Value. Definition at line 86 of file ValueByte.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 ValueByte.java. References com.quadcap.sql.types.ValueByte.binop(). Referenced by com.quadcap.sql.types.ValueByte.binop(). |
|
|
Definition at line 66 of file ValueByte.java. References com.quadcap.sql.types.ValueByte.val. Referenced by com.quadcap.jdbc.ResultSet.getByte(). |
|
|
Reimplemented from com.quadcap.sql.types.Value. Definition at line 228 of file ValueByte.java. References com.quadcap.sql.types.ValueByte.val. |
|
|
Reimplemented from com.quadcap.sql.types.Value. Definition at line 220 of file ValueByte.java. References com.quadcap.sql.types.ValueByte.val. |
|
|
Reimplemented from com.quadcap.sql.types.Value. Definition at line 216 of file ValueByte.java. References com.quadcap.sql.types.ValueByte.val. |
|
|
Reimplemented from com.quadcap.sql.types.Value. Definition at line 212 of file ValueByte.java. References com.quadcap.sql.types.ValueByte.val. |
|
|
Reimplemented from com.quadcap.sql.types.Value. Definition at line 208 of file ValueByte.java. References com.quadcap.sql.types.ValueByte.val. |
|
|
Reimplemented from com.quadcap.sql.types.Value. Definition at line 204 of file ValueByte.java. |
|
|
Reimplemented from com.quadcap.sql.types.Value. Definition at line 200 of file ValueByte.java. References com.quadcap.sql.types.ValueByte.convert(), and com.quadcap.sql.types.ValueByte.val. Referenced by com.quadcap.sql.types.ValueByte.convert(). |
|
|
Implements com.quadcap.sql.types.Value. Definition at line 190 of file ValueByte.java. References com.quadcap.sql.types.ValueByte.fromJavaObject(), and com.quadcap.sql.types.ValueByte.val. Referenced by com.quadcap.sql.types.ValueByte.fromJavaObject(). |
|
|
Implements com.quadcap.sql.types.Value. Definition at line 232 of file ValueByte.java. |
|
|
Definition at line 65 of file ValueByte.java. References com.quadcap.sql.types.ValueByte.val. |
|
|
Definition at line 176 of file ValueByte.java. References com.quadcap.sql.types.ValueByte.readExternal(), and com.quadcap.sql.types.ValueByte.val. Referenced by com.quadcap.sql.types.ValueByte.readExternal(). |
|
|
Implements com.quadcap.sql.types.Value. Definition at line 236 of file ValueByte.java. References com.quadcap.sql.types.ValueByte.serializeKey(), and com.quadcap.sql.types.ValueByte.val. Referenced by com.quadcap.sql.types.ValueByte.serializeKey(). |
|
|
Definition at line 198 of file ValueByte.java. References com.quadcap.sql.types.ValueByte.val. |
|
|
Reimplemented from com.quadcap.sql.types.Value. Definition at line 68 of file ValueByte.java. References com.quadcap.sql.types.ValueByte.unop(), com.quadcap.sql.types.ValueByte.val, and com.quadcap.sql.types.ValueByte.ValueByte(). Referenced by com.quadcap.sql.types.ValueByte.unop(). |
|
|
Definition at line 180 of file ValueByte.java. References com.quadcap.sql.types.ValueByte.val, and com.quadcap.sql.types.ValueByte.writeExternal(). Referenced by com.quadcap.sql.types.ValueByte.writeExternal(). |
|