fc.jdbc.dbo
Class CreateAllTypes
java.lang.Object
fc.jdbc.dbo.CreateAllTypes
public class CreateAllTypes
- extends Object
Create a table containing all JDBC/SQL types we are interested in. The
table is created using the database and jdbc url in the specified
configurationf file. The "-db" flag is optional, if specified that table
is created in that catalog/schema. (Note: postgresql doesn't currently
allow us to set a db catalog, the db catalog/schema must be specified as
part of the jdbc url itself).
CreateAllTypes
public CreateAllTypes()
main
public static void main(String[] args)
throws Exception
- Throws:
Exception