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 and Description ISqlJetExpressiongetExpression()ISqlJetTypeDefgetType()-
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression
getValue
-
-
-
-
Method Detail
-
getExpression
ISqlJetExpression getExpression()
-
getType
ISqlJetTypeDef getType()
-
-
DataMelt 3.0 © DataMelt by jWork.ORG