Public Member Functions | |
| CDSload () throws SQLException | |
| void | setDBName (String db) |
| String | getDBName () |
| String | getorgidstr (String orgname) throws SQLException |
| void | formwrite (Result r, FileWriter out, char fmrna) throws AceException, SQLException, IOException |
Static Public Member Functions | |
| static void | main (String[] args) |
Private Attributes | |
| int | cdsid = 1 |
| String | dbname = null |
Static Private Attributes | |
| static PreparedStatement | orgidstmt = null |
| String CDSload::getDBName | ( | ) | [inline] |
| String CDSload::getorgidstr | ( | String | orgname | ) | throws SQLException [inline] |
| void CDSload::formwrite | ( | Result | r, | |
| FileWriter | out, | |||
| char | fmrna | |||
| ) | throws AceException, SQLException, IOException [inline] |
dump the whole result to file out, fmrna is t or f.
References ace, cdsid, getDBName(), and getorgidstr().
Referenced by main().
| static void CDSload::main | ( | String[] | args | ) | [inline, static] |
References ace, aceid, cdsid, CDSload(), AceException::err, formwrite(), prtid, seqset, and setDBName().
PreparedStatement CDSload::orgidstmt = null [static, private] |
Referenced by CDSload(), and getorgidstr().
int CDSload::cdsid = 1 [private] |
Referenced by formwrite(), and main().
String CDSload::dbname = null [private] |
Referenced by getDBName(), and setDBName().
1.5.6