Contents Index IsColumnDescending method Properties

UltraLite for MobileVB User's Guide
  UltraLite for MobileVB API Reference

ULPreparedStatement class


The ULPreparedStatement represents a pre-compiled SQL statement ready for execution. You can use Prepared Statement to run a SQL query. You can also use the ULPreparedStatement to execute the same statement multiple times using numerous input parameters. Since the prepared statement is precompiled, any further additions beyond the first execution take very little extra processing. Use ULPreparedStatement and Dynamic SQL when you want relatively fast DML over multiple rows.


Properties
AppendByteChunkParameter method
AppendStringChunkParameter method
Close method
ExecuteQuery method
ExecuteStatement method
SetBooleanParameter method
SetByteChunkParameter method
SetByteParameter method
SetDatetimeParameter method
SetDoubleParameter method
SetIntegerParameter method
SetLongParameter method
SetNullParameter method
SetRealParameter method
SetStringParameter method

Contents Index IsColumnDescending method Properties