|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a Commerce Payments instance database.
Method Summary | |
---|---|
void |
executeSQLUpdate(java.lang.String statement)
Executes an SQL INSERT, UPDATE or DELETE statement. |
java.sql.Connection |
getConnection()
Obtains a new connection to the PM Database. |
java.lang.String |
getDbName()
Gets the name of the Payments instance database. |
java.lang.String |
getDbOwnerId()
Gets the user id of the owner of the Payments instance tables. |
java.lang.String |
getDbUserId()
Gets the user id of the db user currently connected to the Payments instance database. |
java.lang.String |
getType()
Gets the type of the PM database. |
Method Detail |
public java.lang.String getType()
#DB2
#ORACLE
public java.lang.String getDbOwnerId()
public java.lang.String getDbUserId()
public java.lang.String getDbName()
public void executeSQLUpdate(java.lang.String statement) throws DatabaseOperationFailedException
DatabaseOperationFailedException
- Thrown if the database operation failspublic java.sql.Connection getConnection()
null
if a connection cannot be created
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |