|
OCILIB (C and C++ Driver for Oracle)
4.0.0
|
Functions | |
| OCI_EXPORT OCI_TypeInfo *OCI_API | OCI_TypeInfoGet (OCI_Connection *con, const otext *name, unsigned int type) |
| Retrieve the available type info information. More... | |
| OCI_EXPORT unsigned int OCI_API | OCI_TypeInfoGetType (OCI_TypeInfo *typinf) |
| Return the type of the type info object. More... | |
| OCI_EXPORT OCI_Connection *OCI_API | OCI_TypeInfoGetConnection (OCI_TypeInfo *typinf) |
| Retrieve connection handle from the type info handle. More... | |
| OCI_EXPORT boolean OCI_API | OCI_TypeInfoFree (OCI_TypeInfo *typinf) |
| Free a type info object. More... | |
| OCI_EXPORT unsigned int OCI_API | OCI_TypeInfoGetColumnCount (OCI_TypeInfo *typinf) |
| Retruns the number of columns of a table/view/object. More... | |
| OCI_EXPORT OCI_Column *OCI_API | OCI_TypeInfoGetColumn (OCI_TypeInfo *typinf, unsigned int index) |
| Return the column object handle at the given index in the table. More... | |
| OCI_EXPORT const otext *OCI_API | OCI_TypeInfoGetName (OCI_TypeInfo *typinf) |
| Return the name described by the type info object. More... | |
| OCI_EXPORT OCI_TypeInfo* OCI_API OCI_TypeInfoGet | ( | OCI_Connection * | con, |
| const otext * | name, | ||
| unsigned int | type | ||
| ) |
#include <ocilib.h>
Retrieve the available type info information.
| con | - Connection handle |
| name | - Table/view name to query for |
| type | - Type of object |
Referenced by ocilib::TypeInfo::TypeInfo().
| OCI_EXPORT unsigned int OCI_API OCI_TypeInfoGetType | ( | OCI_TypeInfo * | typinf | ) |
#include <ocilib.h>
Return the type of the type info object.
| typinf | - Type info handle |
Referenced by ocilib::TypeInfo::GetType().
| OCI_EXPORT OCI_Connection* OCI_API OCI_TypeInfoGetConnection | ( | OCI_TypeInfo * | typinf | ) |
#include <ocilib.h>
Retrieve connection handle from the type info handle.
| typinf | - Type info handle |
Referenced by ocilib::TypeInfo::GetConnection().
| OCI_EXPORT boolean OCI_API OCI_TypeInfoFree | ( | OCI_TypeInfo * | typinf | ) |
#include <ocilib.h>
Free a type info object.
| typinf | - Type info handle |
| OCI_EXPORT unsigned int OCI_API OCI_TypeInfoGetColumnCount | ( | OCI_TypeInfo * | typinf | ) |
#include <ocilib.h>
Retruns the number of columns of a table/view/object.
| typinf | - Type info handle |
Referenced by ocilib::TypeInfo::GetColumnCount().
| OCI_EXPORT OCI_Column* OCI_API OCI_TypeInfoGetColumn | ( | OCI_TypeInfo * | typinf, |
| unsigned int | index | ||
| ) |
#include <ocilib.h>
Return the column object handle at the given index in the table.
| typinf | - Type info handle |
| index | - Column position |
Referenced by ocilib::TypeInfo::GetColumn().
| OCI_EXPORT const otext* OCI_API OCI_TypeInfoGetName | ( | OCI_TypeInfo * | typinf | ) |
#include <ocilib.h>
Return the name described by the type info object.
| typinf | - Type info handle |