|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.spec.ColumnDesc
public class ColumnDesc
Describes a column name and type.
Constructor Summary | |
---|---|
ColumnDesc(java.lang.String name,
java.lang.String type,
boolean array,
boolean primitiveArray)
Ctor. |
Method Summary | |
---|---|
java.lang.String |
getName()
Returns column name. |
java.lang.String |
getType()
Return column type |
boolean |
isArray()
Return true for array |
boolean |
isPrimitiveArray()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ColumnDesc(java.lang.String name, java.lang.String type, boolean array, boolean primitiveArray)
name
- column nametype
- typearray
- true for arrayprimitiveArray
- true for array of primitivesMethod Detail |
---|
public java.lang.String getName()
public java.lang.String getType()
public boolean isArray()
public boolean isPrimitiveArray()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |