|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.eql.db.DBOutputTypeDesc
public class DBOutputTypeDesc
Descriptor for SQL output columns.
Constructor Summary | |
---|---|
DBOutputTypeDesc(int sqlType,
String className)
Ctor. |
Method Summary | |
---|---|
String |
getClassName()
Returns the class name that getObject() on the output column produces. |
int |
getSqlType()
Returns the SQL type of the output column. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DBOutputTypeDesc(int sqlType, String className)
sqlType
- the type of the columnclassName
- the Java class reflecting column typeMethod Detail |
---|
public int getSqlType()
public String getClassName()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |