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

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