Update of /cvsroot/jython/jython/com/ziclix/python/sql/resource
In directory usw-pr-cvs1:/tmp/cvs-serv17905/ziclix/python/sql/resource
Modified Files:
zxJDBCMessages.properties
Log Message:
improved __methods__ and __members__
Index: zxJDBCMessages.properties
===================================================================
RCS file: /cvsroot/jython/jython/com/ziclix/python/sql/resource/zxJDBCMessages.properties,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** zxJDBCMessages.properties 2001/12/07 02:56:39 1.2
--- zxJDBCMessages.properties 2001/12/12 17:19:45 1.3
***************
*** 77,80 ****
--- 77,85 ----
performed.
+ nativesql.0=Converts the given SQL statement into the system's native SQL grammar.
+ nativesql.1=A driver may convert the JDBC sql grammar into its system's native SQL\
+ grammar prior to sending it; this method returns the native form of the statement\
+ that the driver would have sent.
+
# exception messages
noStoredProc=stored procedures not implemented in db
|