org.equanda.reporting.bean
Interface ReporterEJB
- All Known Implementing Classes:
- ReporterBean
public interface ReporterEJB
Remote interface for ReporterEJB.
Method Summary |
void |
close()
|
void |
close(int id)
|
RecordBatch |
execute(int id)
|
RecordBatch |
next(int id)
|
int |
prepare(String query)
|
void |
remove()
|
void |
setBoolean(int id,
int i,
boolean b)
|
void |
setDate(int id,
int i,
Date date)
|
void |
setDouble(int id,
int i,
double v)
|
void |
setInt(int id,
int i,
int i1)
|
void |
setNull(int id,
int i,
int i1)
|
void |
setString(int id,
int i,
String s)
|
void |
setTimestamp(int id,
int i,
Timestamp timestamp)
|
prepare
int prepare(String query)
execute
RecordBatch execute(int id)
throws SQLException
- Throws:
SQLException
next
RecordBatch next(int id)
throws SQLException
- Throws:
SQLException
close
void close(int id)
close
void close()
remove
void remove()
setInt
void setInt(int id,
int i,
int i1)
throws SQLException
- Throws:
SQLException
setDouble
void setDouble(int id,
int i,
double v)
throws SQLException
- Throws:
SQLException
setNull
void setNull(int id,
int i,
int i1)
throws SQLException
- Throws:
SQLException
setString
void setString(int id,
int i,
String s)
throws SQLException
- Throws:
SQLException
setBoolean
void setBoolean(int id,
int i,
boolean b)
throws SQLException
- Throws:
SQLException
setDate
void setDate(int id,
int i,
Date date)
throws SQLException
- Throws:
SQLException
setTimestamp
void setTimestamp(int id,
int i,
Timestamp timestamp)
throws SQLException
- Throws:
SQLException
Copyright © 2007-2009. All Rights Reserved.