Class SqlJetCastExpression
- java.lang.Object
-
- org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
-
- org.tmatesoft.sqljet.core.internal.schema.SqlJetCastExpression
-
- All Implemented Interfaces:
ISqlJetCastExpression
,ISqlJetExpression
public class SqlJetCastExpression extends SqlJetExpression implements ISqlJetCastExpression
- Author:
- TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)
-
-
Constructor Summary
Constructors Constructor Description SqlJetCastExpression(org.antlr.runtime.tree.CommonTree ast)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ISqlJetExpression
getExpression()
ISqlJetTypeDef
getType()
java.lang.String
toString()
-
Methods inherited from class org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
create, getValue
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression
getValue
-
-
-
-
Constructor Detail
-
SqlJetCastExpression
public SqlJetCastExpression(org.antlr.runtime.tree.CommonTree ast) throws SqlJetException
- Throws:
SqlJetException
-
-
Method Detail
-
getExpression
public ISqlJetExpression getExpression()
- Specified by:
getExpression
in interfaceISqlJetCastExpression
-
getType
public ISqlJetTypeDef getType()
- Specified by:
getType
in interfaceISqlJetCastExpression
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-