|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<RowsetDefinition.DBType> mondrian.xmla.RowsetDefinition.DBType
static enum RowsetDefinition.DBType
The only OLE DB Types Indicators returned by SQL Server are thoses coded below. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/oledb/htm/oledbtype_indicators.asp
Enum Constant Summary | |
---|---|
BOOL
|
|
CY
|
|
I4
|
|
I8
|
|
R8
|
|
UI2
Used by SQL Server for font size. |
|
UI4
Used by SQL Server for colors, font flags and cell ordinal. |
|
VARIANT
Used by SQL Server for value. |
|
WSTR
|
Field Summary | |
---|---|
(package private) String |
dbTypeIndicator
A Boolean that indicates whether the data type is nullable. |
Method Summary | |
---|---|
static RowsetDefinition.DBType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RowsetDefinition.DBType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final RowsetDefinition.DBType I4
public static final RowsetDefinition.DBType R8
public static final RowsetDefinition.DBType CY
public static final RowsetDefinition.DBType BOOL
public static final RowsetDefinition.DBType VARIANT
public static final RowsetDefinition.DBType UI2
public static final RowsetDefinition.DBType UI4
public static final RowsetDefinition.DBType I8
public static final RowsetDefinition.DBType WSTR
Field Detail |
---|
String dbTypeIndicator
Method Detail |
---|
public static RowsetDefinition.DBType[] values()
for (RowsetDefinition.DBType c : RowsetDefinition.DBType.values()) System.out.println(c);
public static RowsetDefinition.DBType valueOf(String name)
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullname
- the name of the enum constant to be returned.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |