Collection Contents 上一页 下一页 PDF

UltraLite for M-Business Anywhere User's Guide

UltraLite for M-Business Anywhere API Reference

Class PreparedStatement


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

Collection Contents 上一页 下一页 PDF