Mendix Runtime
Documentation for the Mendix Runtime Environment API
com.mendix.systemwideinterfaces.connectionbus.data.IDataColumnSchema Interface Reference

List of all members.

Public Member Functions

boolean isPrimaryKey ()
boolean isForeignKey ()
int getIndex ()
String getName ()
IMetaPrimitive getMetaPrimitive ()

Detailed Description

A DataColumnSchema describes all properties of a column inside a DataTableSchema


Member Function Documentation

int com.mendix.systemwideinterfaces.connectionbus.data.IDataColumnSchema.getIndex ( )

Returns the position of this column in the data table schema.

Returns:
the position of this column in the data table schema.
IMetaPrimitive com.mendix.systemwideinterfaces.connectionbus.data.IDataColumnSchema.getMetaPrimitive ( )

Only for internal use.

String com.mendix.systemwideinterfaces.connectionbus.data.IDataColumnSchema.getName ( )

Returns the name of the column.

Returns:
the column name
boolean com.mendix.systemwideinterfaces.connectionbus.data.IDataColumnSchema.isForeignKey ( )

Only for internal use.

boolean com.mendix.systemwideinterfaces.connectionbus.data.IDataColumnSchema.isPrimaryKey ( )

Only for internal use.


The documentation for this interface was generated from the following file: