org.apache.ws.jaxme.sqls
public static interface Column.Type
| Field Summary | |
|---|---|
| static Column.Type | BIGINT |
| static Column.Type | BINARY |
| static Column.Type | BIT |
| static Column.Type | BLOB |
| static Column.Type | CHAR |
| static Column.Type | CLOB |
| static Column.Type | DATE |
| static Column.Type | DOUBLE |
| static Column.Type | FLOAT |
| static Column.Type | INTEGER |
| static Column.Type | OTHER |
| static Column.Type | SMALLINT |
| static Column.Type | TIME |
| static Column.Type | TIMESTAMP |
| static Column.Type | TINYINT |
| static Column.Type | VARBINARY |
| static Column.Type | VARCHAR |
| Method Summary | |
|---|---|
| int | getJDBCType() Returns the types JDBC type. |
| String | getName() Returns the types name. |
Returns the types JDBC type. The JDBC type is a constant, as specified by java.sql.Types.
Returns the types name. The types name is human readable.