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

Definition at line 57 of file TypeBinary.java.
Public Member Functions | |
| TypeBinary () | |
| TypeBinary (int max) | |
| String | getTypeName () |
| int | getMax () |
| 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 |
| Value | convert (ValueBoolean v) throws ValueException |
| String | getCreateParams () |
Static Public Attributes | |
| final TypeBinary | typeBinary = new TypeBinary() |
Package Attributes | |
| int | max = 1 |
|
|
Definition at line 62 of file TypeBinary.java. |
|
|
Definition at line 64 of file TypeBinary.java. |
|
|
Definition at line 125 of file TypeBinary.java. References com.quadcap.sql.types.Value.convert(). |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 121 of file TypeBinary.java. References com.quadcap.sql.types.TypeBinary.convert(). Referenced by com.quadcap.sql.types.TypeBinary.convert(). |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 129 of file TypeBinary.java. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 96 of file TypeBinary.java. References com.quadcap.sql.types.TypeBinary.max. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 76 of file TypeBinary.java. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 74 of file TypeBinary.java. |
|
|
Definition at line 72 of file TypeBinary.java. References com.quadcap.sql.types.TypeBinary.max. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 82 of file TypeBinary.java. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 86 of file TypeBinary.java. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 84 of file TypeBinary.java. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 78 of file TypeBinary.java. References com.quadcap.sql.types.TypeBinary.max. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 80 of file TypeBinary.java. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 68 of file TypeBinary.java. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 90 of file TypeBinary.java. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 88 of file TypeBinary.java. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 92 of file TypeBinary.java. |
|
|
Implements com.quadcap.sql.types.Type. Definition at line 94 of file TypeBinary.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 113 of file TypeBinary.java. References com.quadcap.sql.types.TypeBinary.max, and com.quadcap.sql.types.TypeBinary.readExternal(). Referenced by com.quadcap.sql.types.TypeBinary.readExternal(). |
|
|
Definition at line 98 of file TypeBinary.java. References com.quadcap.sql.types.TypeBinary.max. |
|
|
Definition at line 117 of file TypeBinary.java. References com.quadcap.sql.types.TypeBinary.max, and com.quadcap.sql.types.TypeBinary.writeExternal(). Referenced by com.quadcap.sql.types.TypeBinary.writeExternal(). |
|
|
|
Definition at line 58 of file TypeBinary.java. |