org.tmatesoft.sqljet.core.schema
Interface ISqlJetCastExpression

All Superinterfaces:
ISqlJetExpression
All Known Implementing Classes:
SqlJetCastExpression

public interface ISqlJetCastExpression
extends ISqlJetExpression

Cast expression.


Method Summary
 ISqlJetExpression getExpression()
           
 ISqlJetTypeDef getType()
           
 
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression
getValue
 

Method Detail

getExpression

ISqlJetExpression getExpression()

getType

ISqlJetTypeDef getType()