| |
|
| com.versant.core.jdo.tools.ant.JdoTaskBase com.versant.core.jdo.tools.ant.CreateJdbcSchemaTask
CreateJdbcSchemaTask | public class CreateJdbcSchemaTask extends JdoTaskBase (Code) | | This ant task will create the JDBC schema for a set of .jdo files and
classes. The classes do not have to be enhanced first. The schema may
be written to one or more sql script files or may be generated directly.
This can also be used outside of Ant by creating an instance and setting
properties or by using the main method and command line args.
This also supports Versant ODBMS.
|
comments | protected boolean comments(Code) | | |
direct | protected boolean direct(Code) | | |
droptables | protected boolean droptables(Code) | | |
validate | protected boolean validate(Code) | | |
execute | public void execute()(Code) | | |
setComments | public void setComments(boolean comments)(Code) | | Include comments in the output?
|
setCreatetables | public void setCreatetables(String direct)(Code) | | |
setLogEvents | public void setLogEvents(String logEvents)(Code) | | |
|
|
|