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