Package org.tmatesoft.sqljet.core.schema
Interface ISqlJetCastExpression
- All Superinterfaces:
ISqlJetExpression
- All Known Implementing Classes:
SqlJetCastExpression
Cast expression.
- Author:
- TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)
-
Method Summary
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression
getValue
-
Method Details
-
getExpression
ISqlJetExpression getExpression() -
getType
ISqlJetTypeDef getType()
-