|
jxDBCon 0.9z | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.sourceforge.jxdbcon.postgresql.PGTextTypes
The text types used in the PostgreSQL database system.
Nested Class Summary | |
static class |
PGTextTypes.PGbpchar
CHAR() type. |
static class |
PGTextTypes.PGchar
CHAR(1) type. |
static class |
PGTextTypes.PGname
VARCHAR(32) type. |
static class |
PGTextTypes.PGtext
LONGVARCHAR type. |
static class |
PGTextTypes.PGvarchar
VARCHAR() type. |
Constructor Summary | |
PGTextTypes()
|
Method Summary | |
static Date |
getPGDate(String val)
Get the string value as a Date. |
static Time |
getPGTime(String val)
Get the value as a Time. |
static Timestamp |
getPGTimestamp(String val)
Get the value as a Timestamp. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PGTextTypes()
Method Detail |
public static final Date getPGDate(String val) throws SQLException
SQLException
public static final Time getPGTime(String val) throws SQLException
SQLException
public static final Timestamp getPGTimestamp(String val) throws SQLException
SQLException
|
jxDBCon 0.9z | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |