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

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