SQLJet Home

org.tmatesoft.sqljet.core.schema
Interface ISqlJetCastExpression

All Superinterfaces:
ISqlJetExpression

public interface ISqlJetCastExpression
extends ISqlJetExpression

Cast expression.

Author:
TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)

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()

SQLJet Home

Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.