!C99Shell v. 1.0 pre-release build #13!

Software: Apache/2.0.54 (Unix) mod_perl/1.99_09 Perl/v5.8.0 mod_ssl/2.0.54 OpenSSL/0.9.7l DAV/2 FrontPage/5.0.2.2635 PHP/4.4.0 mod_gzip/2.0.26.1a 

uname -a: Linux snow.he.net 4.4.276-v2-mono-1 #1 SMP Wed Jul 21 11:21:17 PDT 2021 i686 

uid=99(nobody) gid=98(nobody) groups=98(nobody) 

Safe-mode: OFF (not secure)

/usr/include/java/sql/   drwxr-xr-x
Free 318.39 GB of 458.09 GB (69.5%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     Statement.h (1.77 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __java_sql_Statement__
#define __java_sql_Statement__

#pragma interface

#include <java/lang/Object.h>
#include <gcj/array.h>

extern "Java"
{
  namespace java
  {
    namespace sql
    {
      class Statement;
      class Connection;
      class SQLWarning;
      class ResultSet;
    }
  }
};

class ::java::sql::Statement : public ::java::lang::Object
{
public:
  virtual ::java::sql::ResultSet *executeQuery (::java::lang::String *) = 0;
  virtual jint executeUpdate (::java::lang::String *) = 0;
  virtual void close () = 0;
  virtual jint getMaxFieldSize () = 0;
  virtual void setMaxFieldSize (jint) = 0;
  virtual jint getMaxRows () = 0;
  virtual void setMaxRows (jint) = 0;
  virtual void setEscapeProcessing (jboolean) = 0;
  virtual jint getQueryTimeout () = 0;
  virtual void setQueryTimeout (jint) = 0;
  virtual void cancel () = 0;
  virtual ::java::sql::SQLWarning *getWarnings () = 0;
  virtual void clearWarnings () = 0;
  virtual void setCursorName (::java::lang::String *) = 0;
  virtual jboolean execute (::java::lang::String *) = 0;
  virtual ::java::sql::ResultSet *getResultSet () = 0;
  virtual jint getUpdateCount () = 0;
  virtual jboolean getMoreResults () = 0;
  virtual jint getFetchDirection () = 0;
  virtual void setFetchDirection (jint) = 0;
  virtual jint getFetchSize () = 0;
  virtual void setFetchSize (jint) = 0;
  virtual jint getResultSetConcurrency () = 0;
  virtual jint getResultSetType () = 0;
  virtual void addBatch (::java::lang::String *) = 0;
  virtual void clearBatch () = 0;
  virtual jintArray executeBatch () = 0;
  virtual ::java::sql::Connection *getConnection () = 0;

  static ::java::lang::Class class$;
} __attribute__ ((java_interface));

#endif /* __java_sql_Statement__ */

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0045 ]--