public class DbExport extends DbOperation
Setup.Project
assetLoc, configLoc, MDW_COMMON_PATH, META_DIR, projectDir, sourceGroup, templateDir, VERSIONS
MAVEN_CENTRAL_URL, SONATYPE_URL
Constructor and Description |
---|
DbExport() |
Modifier and Type | Method and Description |
---|---|
java.io.File |
getOutput() |
int |
getProcessLimit() |
java.lang.String |
getProcessWhere() |
int |
getRowLimit() |
Operation |
run(ProgressMonitor... monitors) |
void |
setOutput(java.io.File file) |
void |
setProcessLimit(int processLimit) |
void |
setRowLimit(int rowLimit) |
void |
setRowLimit(java.lang.String processWhere) |
getDbConnection, getDependencies, getExcludedTables, getTables, isOracle, loadDbDriver
createAsset, debug, downloadTemplates, findAllAssets, findMdwVersion, getAssetFile, getAssetFiles, getAssetLoc, getAssetName, getAssetPath, getAssetRelativePath, getAssetRoot, getBaseAssetPackages, getBaseUrl, getConfigLoc, getConfigRoot, getDatabaseDriver, getDatabasePassword, getDatabaseUrl, getDatabaseUser, getErr, getGitBranch, getGitPath, getGitRemoteUrl, getGitRoot, getGitUser, getImplsDir, getJava, getMdwConfig, getMdwHome, getMdwVersion, getOut, getPackageDir, getPackageDirs, getPackageMeta, getPackageMeta, getPackageName, getProject, getProjectDir, getProjectYaml, getRelativePath, getReleasesUrl, getServicesUrl, getSnapshotsUrl, getSourceGroup, getTempDir, getTemplateDir, getTemplatesUrl, getValue, getVersionProps, gitExists, initBaseAssetPackages, isCommandLine, isDebug, isDependencies, isNoProgress, isSnapshots, mkPackage, needsConfig, setAssetLoc, setBaseAssetPackages, setConfigLoc, setDatabaseDriver, setDatabasePassword, setDatabaseUrl, setDatabaseUser, setDebug, setDependencies, setErr, setGitBranch, setGitPassword, setGitRemoteUrl, setGitRoot, setGitUser, setMdwVersion, setNoProgress, setOut, setReleasesUrl, setServicesUrl, setSnapshotsUrl, setSourceGroup, setTemplateDir, status, subst, substitute, toCamel, updateBuildFile, validate
public java.io.File getOutput()
public void setOutput(java.io.File file)
public int getRowLimit()
public void setRowLimit(int rowLimit)
public int getProcessLimit()
public void setProcessLimit(int processLimit)
public java.lang.String getProcessWhere()
public void setRowLimit(java.lang.String processWhere)
public Operation run(ProgressMonitor... monitors) throws java.io.IOException
run
in interface Operation
run
in class DbOperation
monitors
- only a single long-running step is permitted
per operation since monitors cannot be reset.java.io.IOException
Copyright © 2019 CenturyLink, Inc.