Skip to content

DriverDoesNotSupportDescribeParam

[Source]

The ODBC driver does not implement SQLDescribeParam. Classified from SQLSTATE IM001 ("driver does not support this function") or HYC00 ("optional feature not implemented"). SQLite's ODBC driver is the most common offender; psqlODBC supports SQLDescribeParam.

primitive val DriverDoesNotSupportDescribeParam

Constructors

create

[Source]

new val create()
: DriverDoesNotSupportDescribeParam val^

Returns


Public Functions

string

[Source]

fun box string()
: String val

Returns


eq

[Source]

fun box eq(
  that: DriverDoesNotSupportDescribeParam val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: DriverDoesNotSupportDescribeParam val)
: Bool val

Parameters

Returns