Package | Description |
---|---|
oracle.pgx.api.frames |
This package contains classes and utilities to build and manipulate PGX Frames.
|
Modifier and Type | Method and Description |
---|---|
PgxDbFrameStorer |
PgxDbFrameStorer.connections(int numConnections)
sets the number of connections to open to store the data in parallel
|
PgxDbFrameStorer |
PgxDbFrameStorer.dataSourceId(java.lang.String dataSourceId)
sets the dataSourceId to which to connect
|
PgxDbFrameStorer |
PgxGenericFrameStorer.db()
returns a PgxDbFrameStorer
|
PgxDbFrameStorer |
PgxDbFrameStorer.jdbcUrl(java.lang.String jdbcUrl)
sets the jdbcUrl to use for connecting to the DB
|
PgxDbFrameStorer |
PgxDbFrameStorer.keystoreAlias(java.lang.String keystoreAlias)
sets the keystore alias to retrieve the password from the keystore
|
PgxDbFrameStorer |
PgxDbFrameStorer.name(java.lang.String frameName)
sets the name of the stored frame
|
PgxDbFrameStorer |
PgxDbFrameStorer.owner(java.lang.String owner)
sets the owner (schema) of the table into which to store the data
|
PgxDbFrameStorer |
PgxDbFrameStorer.password(java.lang.String password)
sets the password to use for connecting to the database
|
PgxDbFrameStorer |
PgxDbFrameStorer.schema(java.lang.String schema)
sets the schema into which to store the table
|
PgxDbFrameStorer |
PgxDbFrameStorer.tablename(java.lang.String tableName)
sets name of the table that should be stored in DB
|
PgxDbFrameStorer |
PgxDbFrameStorer.username(java.lang.String userName)
sets the username of the DB user to use to connect to the DB
|