Uses of Class
de.mvcsys.rsql.RsqlException

Uses of RsqlException in de.mvcsys.rsql
 

Methods in de.mvcsys.rsql that throw RsqlException
static Object Rsql.computeValue(byte[] buffer, int offset, int type, int length, int scale, int precision, String encoding)
          Wandle die Daten im Puffer in einen Java-Datentyp um.
static void Rsql.storeValue(Object value, byte[] buffer, int offset, int type, int length, int scale, int precision, String encoding)
          Wandle einen Java-Datentyp in Pufferdaten um.
static String Rsql.makeDateString(Object o, int length, int scale)
          Hilfsfunktion: Wandle ein Datums-Object in einen SQL-Text
static boolean Rsql.testConv(Object value, int type, int length, int scale, int precision)
          Test der Konvertierung
 void RsqlStatement.release()
          Gebe alle Resourcen frei
 int RsqlStatement.execute()
          EXECUTE Dem Aufruf gehen bei Bedarf RsqlStatement.setParameter(int, java.lang.Object)-Aufrufe voraus
 RsqlCursor RsqlStatement.openCursor(String name, boolean fetchAhead)
          Erzeuge und öffne einen Cursor.
 RsqlCursor RsqlStatement.openCursor(String name, int fetchAhead)
          Erzeuge und öffne einen Cursor.
 void RsqlCursor.close()
          Gebe alle Resourcen frei
 boolean RsqlCursor.fetch()
          FTECH
protected  String RsqlConnection.getError()
          Hole Fehlertext
 void RsqlConnection.beginWork()
          BEGIN WORK
 void RsqlConnection.commitWork()
          COMMIT WORK
 void RsqlConnection.rollbackWork()
          ROLLBACK WORK
 int RsqlConnection.execImmediate(String sqlCommand)
          EXECUTE IMMEDIATE
protected  String RsqlConnection.getSystemCatalog(String node)
          Hole System-Katalog
 RsqlStatement RsqlConnection.prepareStatement(String name, String statement)
          PREPARE
 

Constructors in de.mvcsys.rsql that throw RsqlException
RsqlConnection(String hostName, String user, String password, boolean trace)
          Konstruktor.
RsqlConnection(String hostName, String user, String password, PrintWriter traceWriter)
          Konstruktor.
RsqlConnection(String hostName, int port, String user, String password, boolean trace)
          Konstruktor.
RsqlConnection(String hostName, int port, String user, String password, PrintWriter traceWriter)
          Konstruktor.
 



Copyright ¸ 2002 MvC Systemsoftware.