| [static initializer] | com.quadcap.sql.types.Value | [package, static] |
| [static initializer] | com.quadcap.sql.types.Value | [package, static] |
| asJavaObject() | com.quadcap.sql.types.Value | [pure virtual] |
| badBinop(int op, Value l, Value r) | com.quadcap.sql.types.Value | [static] |
| badBinop(int op, Value v) | com.quadcap.sql.types.Value | |
| badType(Type type) | com.quadcap.sql.types.Value | [package] |
| binop(int op, Value l) | com.quadcap.sql.types.Value | [pure virtual] |
| binop(int op, Value l, Value r) | com.quadcap.sql.types.Value | [static] |
| binop(int op, ValueBlob v) | com.quadcap.sql.types.Value | |
| binop(int op, ValueBoolean v) | com.quadcap.sql.types.Value | |
| binop(int op, ValueByte v) | com.quadcap.sql.types.Value | |
| binop(int op, ValueClob v) | com.quadcap.sql.types.Value | |
| binop(int op, ValueDate v) | com.quadcap.sql.types.Value | |
| binop(int op, ValueDouble v) | com.quadcap.sql.types.Value | |
| binop(int op, ValueFloat v) | com.quadcap.sql.types.Value | |
| binop(int op, ValueInteger v) | com.quadcap.sql.types.Value | |
| binop(int op, ValueInterval v) | com.quadcap.sql.types.Value | |
| binop(int op, ValueLong v) | com.quadcap.sql.types.Value | |
| binop(int op, ValueNull v) | com.quadcap.sql.types.Value | |
| binop(int op, ValueOctets v) | com.quadcap.sql.types.Value | |
| binop(int op, ValuePattern v) | com.quadcap.sql.types.Value | |
| binop(int op, ValueScaledInteger v) | com.quadcap.sql.types.Value | |
| binop(int op, ValueShort v) | com.quadcap.sql.types.Value | |
| binop(int op, ValueString l) | com.quadcap.sql.types.Value | |
| binop(int op, ValueTime v) | com.quadcap.sql.types.Value | |
| binop(int op, ValueTimestamp v) | com.quadcap.sql.types.Value | |
| binop(int op, ValueUnknown v) | com.quadcap.sql.types.Value | |
| boolOp(int op, Value l, Value r) | com.quadcap.sql.types.Value | [static] |
| bytes(Value val) | com.quadcap.sql.types.Value | [static] |
| convert(TypeBigInt type) | com.quadcap.sql.types.Value | |
| convert(TypeBinary type) | com.quadcap.sql.types.Value | |
| convert(TypeBlob type) | com.quadcap.sql.types.Value | |
| convert(TypeBoolean type) | com.quadcap.sql.types.Value | |
| convert(TypeChar type) | com.quadcap.sql.types.Value | |
| convert(TypeClob type) | com.quadcap.sql.types.Value | |
| convert(TypeDate type) | com.quadcap.sql.types.Value | |
| convert(TypeDecimal type) | com.quadcap.sql.types.Value | |
| convert(TypeInt type) | com.quadcap.sql.types.Value | |
| convert(TypeInterval type) | com.quadcap.sql.types.Value | |
| convert(TypeReal type) | com.quadcap.sql.types.Value | |
| convert(TypeSmallInt type) | com.quadcap.sql.types.Value | |
| convert(TypeVarChar type) | com.quadcap.sql.types.Value | |
| convert(TypeVarBinary type) | com.quadcap.sql.types.Value | |
| convert(TypeTime type) | com.quadcap.sql.types.Value | |
| convert(TypeTimestamp type) | com.quadcap.sql.types.Value | |
| convert(TypeTinyInt type) | com.quadcap.sql.types.Value | |
| fromBytes(byte[] b) | com.quadcap.sql.types.Value | [static] |
| fromJavaObject(Object obj) | com.quadcap.sql.types.Value | [pure virtual] |
| fromObject(Object obj) | com.quadcap.sql.types.Value | [static] |
| getType() | com.quadcap.sql.types.Value | [pure virtual] |
| isCaseSensitive | com.quadcap.sql.types.Value | [static] |
| isNull(Value val) | com.quadcap.sql.types.Value | [static] |
| isTrue(Value ret) | com.quadcap.sql.types.Value | [static] |
| javaTypes | com.quadcap.sql.types.Value | [package, static] |
| jc(String javaClass, String valueClass) | com.quadcap.sql.types.Value | [package, static] |
| jdbcType(int typeNum, Type type) | com.quadcap.sql.types.Value | [package, static] |
| jdbcTypes | com.quadcap.sql.types.Value | [package, static] |
| serializeKey(KeyStream out) | com.quadcap.sql.types.Value | [pure virtual] |
| setDatafile(Datafile db) | com.quadcap.sql.types.Value | |
| tn(Value v) | com.quadcap.sql.types.Value | [static] |
| typeForJdbcType(int type) | com.quadcap.sql.types.Value | [static] |
| unop(int op) | com.quadcap.sql.types.Value | |
| Value() | com.quadcap.sql.types.Value | |