[][src]Function odbc::ffi::SQLGetTypeInfo

pub unsafe extern "system" fn SQLGetTypeInfo(
    statement_handle: *mut Stmt,
    data_type: SqlDataType
) -> SQLRETURN

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

SQL_SUCCESS, SQL_SUCCESS_WITH_INFO, SQL_STILL_EXECUTING, SQL_ERROR, or SQL_INVALID_HANDLE.