MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
com.mysql.ndbjtie.ndbapi.NdbDictionary.ColumnConst Interface Reference
Inheritance diagram for com.mysql.ndbjtie.ndbapi.NdbDictionary.ColumnConst:

Classes

interface  ArrayType
interface  StorageType
interface  Type

Public Member Functions

String getName ()
boolean getNullable ()
boolean getPrimaryKey ()
int getColumnNo ()
boolean equal (ColumnConst column)
int getType ()
int getPrecision ()
int getScale ()
int getLength ()
int getCharsetNumber ()
int getInlineSize ()
int getPartSize ()
int getStripeSize ()
int getSize ()
boolean getPartitionKey ()
int getArrayType ()
int getStorageType ()
boolean getDynamic ()
boolean getIndexSourced ()

Detailed Description

Definition at line 112 of file NdbDictionary.java.


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