# The JDBC driver you are using to connect to your database. # Consult the documentation for your jdbc driver to obtain the # full class name for your driver. # Example(s): # package.name.Driver driver= # The JDBC url for your database # Please note that the syntax varies from driver to driver. # Consult the documentation for your jdbc driver to obtain the # proper url syntax. # Example(s): # driver.url.syntax://your-db-server.com:[port number] url= # The username for your databse user= # The password for your database pass= # At this point only types of 'table' are supported. # Some JDBC drivers expect 'TABLE' instead of 'table' (eg PostgreSQL JDBC driver). tabletypes=Table # The directory where you wish you objects to be stored. # Example(s): # /tmp/objects/ # c:\temp\objects\ outputPath= # The Java package that you wish your generated objects to belong to. # Example(s): # com.yourcompany.projectname packageName= # The prefix you are using in your schema for tables. # Example(s): # t_ tablePrefix= # The prefix you are using in your schema for columns. # Example(s): # c_ columnPrefix=