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

Definition at line 57 of file TypeReal.java.
Public Member Functions | |
| TypeReal () | |
| TypeReal (int type, int precision) | |
| 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 |
| We don't bother serializing the data, since Java serialization is only used for the type portion of a table column. | |
| void | writeExternal (ObjectOutput out) throws IOException |
| Value | convert (Value v) throws ValueException |
| String | getCreateParams () |
Static Public Attributes | |
| final TypeReal | typeFloat = new TypeReal(Types.FLOAT,23) |
| final TypeReal | typeReal = new TypeReal(Types.REAL,23) |
| final TypeReal | typeDouble = new TypeReal(Types.DOUBLE,53) |
Package Attributes | |
| int | type |
| int | precision |
|
|
Definition at line 65 of file TypeReal.java. |
|
||||||||||||
|
Definition at line 67 of file TypeReal.java. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 158 of file TypeReal.java. References com.quadcap.sql.types.TypeReal.convert(). Referenced by com.quadcap.sql.types.TypeReal.convert(). |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 162 of file TypeReal.java. References com.quadcap.sql.types.TypeReal.type. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 132 of file TypeReal.java. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 87 of file TypeReal.java. References com.quadcap.sql.types.TypeReal.precision, and com.quadcap.sql.types.TypeReal.type. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 85 of file TypeReal.java. References com.quadcap.sql.types.TypeReal.type. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 108 of file TypeReal.java. References com.quadcap.sql.types.TypeReal.type. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 122 of file TypeReal.java. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 120 of file TypeReal.java. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 104 of file TypeReal.java. References com.quadcap.sql.types.TypeReal.precision. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 106 of file TypeReal.java. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 72 of file TypeReal.java. References com.quadcap.sql.types.TypeReal.type. Referenced by com.quadcap.sql.types.TypeReal.toString(). |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 126 of file TypeReal.java. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 124 of file TypeReal.java. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 128 of file TypeReal.java. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 130 of file TypeReal.java. |
|
|
We don't bother serializing the data, since Java serialization is only used for the type portion of a table column.
Definition at line 148 of file TypeReal.java. References com.quadcap.sql.types.TypeReal.precision, com.quadcap.sql.types.TypeReal.readExternal(), and com.quadcap.sql.types.TypeReal.type. Referenced by com.quadcap.sql.types.TypeReal.readExternal(). |
|
|
Definition at line 134 of file TypeReal.java. References com.quadcap.sql.types.TypeReal.getTypeName(), com.quadcap.sql.types.TypeReal.precision, and com.quadcap.sql.types.TypeReal.type. |
|
|
Definition at line 153 of file TypeReal.java. References com.quadcap.sql.types.TypeReal.precision, com.quadcap.sql.types.TypeReal.type, and com.quadcap.sql.types.TypeReal.writeExternal(). Referenced by com.quadcap.sql.types.TypeReal.writeExternal(). |
|
|
|
|
Definition at line 60 of file TypeReal.java. |
|
|
Definition at line 58 of file TypeReal.java. |
|
|
Definition at line 59 of file TypeReal.java. |