UltraLite for M-Business Anywhere User's Guide
UltraLite for M-Business Anywhere API Reference
Represents a pre-compiled SQL statement with or without IN parameters. Created at runtime using Connection.prepareStatement.
This object can then be used to efficiently execute this statements multiple times.
When a prepared statement is closed, all ResultSet and ResultSetSchema objects associated with it are also closed. For resource management reasons, it is preferred that you explicitly close prepared statements when you are done with them.
Method appendBytesParameter
Method appendStringChunkParameter
Method close
Method executeQuery
Method executeStatement
Method getPlan
Method getResultSetSchema
Method hasResultSet
Method isOpen
Method setBooleanParameter
Method setBytesParameter
Method setDateParameter
Method setDoubleParameter
Method setFloatParameter
Method setIntParameter
Method setLongParameter
Method setNullParameter
Method setShortParameter
Method setStringParameter
Method setTimeParameter
Method setTimestampParameter
Method setULongParameter
Method setUUIDParameter
SQL Anywhere Studio 9.0.2
版权所有 © 1989–2005 Sybase, Inc. 部分版权所有 © 2001–2005 iAnywhere Solutions, Inc. 保留所有权利。