Package oracle.pg.rdbms.pgql
Class PgqlExecuteCallStatement
- java.lang.Object
 - 
- oracle.pg.rdbms.pgql.PgqlExecuteCallStatement
 
 
- 
- All Implemented Interfaces:
 PgqlSqlTrans
public class PgqlExecuteCallStatement extends java.lang.Object implements PgqlSqlTrans
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface oracle.pg.rdbms.pgql.PgqlSqlTrans
PgqlSqlTrans.TranslationType 
 - 
 
- 
Constructor Summary
Constructors Constructor Description PgqlExecuteCallStatement(PgqlConnection pgqlConn, oracle.pgql.lang.ddl.CallStatement callStatement) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()PgqlSqlTrans.TranslationTypegetTranslationType() 
 - 
 
- 
- 
Constructor Detail
- 
PgqlExecuteCallStatement
public PgqlExecuteCallStatement(PgqlConnection pgqlConn, oracle.pgql.lang.ddl.CallStatement callStatement)
 
 - 
 
- 
Method Detail
- 
execute
public void execute()
 
- 
getTranslationType
public PgqlSqlTrans.TranslationType getTranslationType()
- Specified by:
 getTranslationTypein interfacePgqlSqlTrans
 
 - 
 
 -