= jdbc:ds-create == Description Create a JDBC datasource config for pax-jdbc-config from a DataSourceFactory == Syntax jdbc:ds-create [options] name == Arguments |=== |Name |Description | name | The JDBC datasource name |=== == Options |=== |Name |Description |-p, --password |The database password |-dt, --databaseType |The database type (ConnectionPoolDataSource, XADataSource or DataSource) |-dbName |Database name to use |-dn, --driverName |org.osgi.driver.name property of the DataSourceFactory |-url |The JDBC URL to use |--help |Display this help message |-dc, --driverClass |org.osgi.driver.class property of the DataSourceFactory |-u, --username |The database username |===