Package-level declarations
Types
Link copied to clipboard
Exposes the Statement API.
Link copied to clipboard
interface PreparedStatementParameters
Exposes the API to deal with PreparedStatement's parameters.
Functions
Link copied to clipboard
Sets the bytes buffer value as the value for the parameter at index or sets null as the value for the parameter at index if value is null.
Sets the 64-bit floating point value as the value for the parameter at index or sets null as the value for the parameter at index if value is null.
Sets the 32-bit signed integer value as the value for the parameter at index or sets null as the value for the parameter at index if value is null.
Sets the 64-bit signed integer value as the value for the parameter at index or sets null as the value for the parameter at index if value is null.