|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplanetj.database.DBSystem
planetj.database.PostgreSQLDBSystem
Insert the type's description here. Creation date: (11/29/2002 1:17:00 PM)
Field Summary | |
static java.lang.String |
DRIVER
|
Constructor Summary | |
PostgreSQLDBSystem()
|
Method Summary | |
void |
correctOperation(Operation op)
Corrects the operation to account for syntax differences of different DB systems. |
protected void |
correctTimeInterval(java.lang.String intervalType,
CasedStringBuffer sb)
PostgreSQL has a different syntax for time intervals. |
java.lang.String |
getColumnDataTypeName(FieldDescriptorRow oldFD)
Gets the correct column data type name for the FD on this system. |
int |
getDataType(IParameter param)
Gets the correct data type for the parameter for this DBSystem. |
protected void |
setURL(java.lang.String pURL)
Sets the url of the system. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String DRIVER
Constructor Detail |
public PostgreSQLDBSystem()
Method Detail |
protected void correctTimeInterval(java.lang.String intervalType, CasedStringBuffer sb)
value - 1 month
we have to use
value - interval '1 month'
public void correctOperation(Operation op)
correctOperation
in class DBSystem
public java.lang.String getColumnDataTypeName(FieldDescriptorRow oldFD)
getColumnDataTypeName
in class DBSystem
oldFD
- The FD for the column of the existing tablepublic int getDataType(IParameter param)
getDataType
in class DBSystem
protected void setURL(java.lang.String pURL)
setURL
in class DBSystem
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |