public class BackupCommand extends Prepared
create, parameters, prepareAlways, session, sqlStatement| Constructor and Description | 
|---|
| BackupCommand(Session session) | 
| Modifier and Type | Method and Description | 
|---|---|
| static String | correctFileName(String f)Fix the file name, replacing backslash with slash. | 
| int | getType()Get the command type as defined in CommandInterface | 
| boolean | isTransactional()Check if this command is transactional. | 
| boolean | needRecompile()Check if the statement needs to be re-compiled. | 
| ResultInterface | queryMeta()Get an empty result set containing the meta data. | 
| void | setFileName(Expression fileName) | 
| int | update()Execute the statement. | 
checkCanceled, checkParameters, getCurrentObjectId, getCurrentRowNumber, getObjectId, getParameters, getPlanSQL, getSQL, getSQL, getSQL, isCacheable, isQuery, isReadOnly, prepare, query, setCommand, setCurrentRowNumber, setObjectId, setParameterList, setPrepareAlways, setRow, setSession, setSQL, toStringpublic BackupCommand(Session session)
public void setFileName(Expression fileName)
public int update()
Preparedpublic boolean isTransactional()
PreparedisTransactional in class Preparedpublic static String correctFileName(String f)
f - the file namepublic boolean needRecompile()
PreparedneedRecompile in class Preparedpublic ResultInterface queryMeta()
PreparedCopyright © 2012 JBoss by Red Hat. All Rights Reserved.