Interface ISqlJetViewDef

All Known Implementing Classes:
SqlJetViewDef

public interface ISqlJetViewDef
View Definition.
Author:
TMate Software Ltd.
  • Method Summary

    Modifier and Type
    Method
    Description
    java.lang.String
     
    java.lang.String
     
  • Method Details

    • getName

      java.lang.String getName()
      Returns:
      name of this view
    • toSQL

      java.lang.String toSQL()
      Returns:
      SQL used to define this view.