Interface ISqlJetExpression

All Known Subinterfaces:
ISqlJetBetweenExpression, ISqlJetBinaryExpression, ISqlJetBindParameter, ISqlJetBlobLiteral, ISqlJetCaseExpression, ISqlJetCastExpression, ISqlJetCollateExpression, ISqlJetColumnExpression, ISqlJetFloatLiteral, ISqlJetFunctionExpression, ISqlJetFunctionLiteral, ISqlJetInExpression, ISqlJetInTableExpression, ISqlJetIntegerLiteral, ISqlJetInValuesExpression, ISqlJetIsNullExpression, ISqlJetLiteralValue, ISqlJetMatchExpression, ISqlJetNullLiteral, ISqlJetRaiseExpression, ISqlJetStringLiteral, ISqlJetUnaryExpression
All Known Implementing Classes:
SqlJetBetweenExpression, SqlJetBinaryExpression, SqlJetBindParameter, SqlJetBlobLiteral, SqlJetBoolLiteral, SqlJetCaseExpression, SqlJetCastExpression, SqlJetCollateExpression, SqlJetColumnExpression, SqlJetExpression, SqlJetFloatLiteral, SqlJetFunctionExpression, SqlJetFunctionLiteral, SqlJetInTableExpression, SqlJetIntegerLiteral, SqlJetInValuesExpression, SqlJetIsNullExpression, SqlJetMatchExpression, SqlJetNullLiteral, SqlJetRaiseExpression, SqlJetStringLiteral, SqlJetUnaryExpression

public interface ISqlJetExpression
SQL expression.
Author:
TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details