Escape syntax indicates information that must be translated from JDBC format to Informix native format. Valid escape syntax for SQL statements is as follows.
You can put any of this syntax in an SQL statement, as follows:
executeUpdate("insert into tab1 values( {d '1999-01-01'} )");
Everything inside the brackets is converted into a valid Informix SQL statement and returned to the calling function.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]