mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 21:49:33 +00:00
45 lines
935 B
C
45 lines
935 B
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __javax_sql_RowSetInternal__
|
||
|
#define __javax_sql_RowSetInternal__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <java/lang/Object.h>
|
||
|
#include <gcj/array.h>
|
||
|
|
||
|
extern "Java"
|
||
|
{
|
||
|
namespace java
|
||
|
{
|
||
|
namespace sql
|
||
|
{
|
||
|
class Connection;
|
||
|
class ResultSet;
|
||
|
}
|
||
|
}
|
||
|
namespace javax
|
||
|
{
|
||
|
namespace sql
|
||
|
{
|
||
|
class RowSetInternal;
|
||
|
class RowSetMetaData;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class javax::sql::RowSetInternal : public ::java::lang::Object
|
||
|
{
|
||
|
|
||
|
public:
|
||
|
virtual JArray< ::java::lang::Object * > * getParams() = 0;
|
||
|
virtual ::java::sql::Connection * getConnection() = 0;
|
||
|
virtual void setMetaData(::javax::sql::RowSetMetaData *) = 0;
|
||
|
virtual ::java::sql::ResultSet * getOriginal() = 0;
|
||
|
virtual ::java::sql::ResultSet * getOriginalRow() = 0;
|
||
|
static ::java::lang::Class class$;
|
||
|
} __attribute__ ((java_interface));
|
||
|
|
||
|
#endif // __javax_sql_RowSetInternal__
|