Function odbc_sys::SQLGetTypeInfo

source ·
pub unsafe extern "system" fn SQLGetTypeInfo(
    statement_handle: HStmt,
    data_type: SqlDataType
) -> SqlReturn
Expand description

SQLGetTypeInfo returns information about data types supported by the data source. The driver returns the information in the form of an SQL result set. The data types are intended for use in Data Definition Language (DDL) statements.

Returns

SUCCESS, SUCCESS_WITH_INFO, SQL_STILL_EXECUTING, ERROR, or INVALID_HANDLE.