Package org.tmatesoft.sqljet.core.schema
Interface ISqlJetCastExpression
-
- All Superinterfaces:
ISqlJetExpression
- All Known Implementing Classes:
SqlJetCastExpression
public interface ISqlJetCastExpression extends ISqlJetExpression
Cast expression.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ISqlJetExpression
getExpression()
ISqlJetTypeDef
getType()
-
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression
getValue
-
-
-
-
Method Detail
-
getExpression
ISqlJetExpression getExpression()
-
getType
ISqlJetTypeDef getType()
-
-