|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.db.DBOutputTypeDesc
public class DBOutputTypeDesc
Descriptor for SQL output columns.
Constructor Summary | |
---|---|
DBOutputTypeDesc(int sqlType,
java.lang.String className,
DatabaseTypeBinding optionalBinding)
Ctor. |
Method Summary | |
---|---|
java.lang.String |
getClassName()
Returns the class name that getObject() on the output column produces. |
DatabaseTypeBinding |
getOptionalBinding()
Returns the optional mapping from output column type to Java built-in. |
int |
getSqlType()
Returns the SQL type of the output column. |
java.lang.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, java.lang.String className, DatabaseTypeBinding optionalBinding)
sqlType
- the type of the columnclassName
- the Java class reflecting column typeoptionalBinding
- is the optional mapping from output column type to Java built-inMethod Detail |
---|
public int getSqlType()
public java.lang.String getClassName()
public DatabaseTypeBinding getOptionalBinding()
public java.lang.String toString()
toString
in class java.lang.Object
|
© 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 |