de.ispsoft.jaxme.generator.parserdata
Class JdbcView

java.lang.Object
  extended byde.ispsoft.jaxme.generator.parserdata.JdbcTable
      extended byde.ispsoft.jaxme.generator.parserdata.JdbcView

public class JdbcView
extends JdbcTable

A JDBC view is similar to a JDBC table, but read-only. One or more queries with added parameters can be specified, that allow to retrieve matching data.

Author:
Jochen Wiedmann

Constructor Summary
JdbcView()
          Creates a new instance of JdbcView
 
Methods inherited from class de.ispsoft.jaxme.generator.parserdata.JdbcTable
addListMethod, getCreateKeyPostInsert, getCreateKeyQuery, getJdbcKeys, getListMethods, getName, setCreateKeyPostInsert, setCreateKeyQuery, setJdbcKeys, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdbcView

public JdbcView()
Creates a new instance of JdbcView