A C D E F G I K L M N O P R S T U V

A

addCommandToTransactions() - Method in class org.codehaus.mojo.sql.SqlExecMojo
Add sql command to transactions list.
addFileSetToTransactions() - Method in class org.codehaus.mojo.sql.SqlExecMojo
Add user sql fileset to transation list
addFilesToTransactions() - Method in class org.codehaus.mojo.sql.SqlExecMojo
Add user input of srcFiles to transaction list.
addResourcesToTransactions() - Method in class org.codehaus.mojo.sql.SqlExecMojo
Add user input of srcFiles to transaction list.
addText(String) - Method in class org.codehaus.mojo.sql.SqlExecMojo
Set an inline SQL command to execute.
addText(String) - Method in class org.codehaus.mojo.sql.SqlExecMojo.Transaction
 
append - Variable in class org.codehaus.mojo.sql.SqlExecMojo
Append to an existing file or overwrite it?
autocommit - Variable in class org.codehaus.mojo.sql.SqlExecMojo
Set to true to execute none-transactional SQL.

C

compareTo(SqlExecMojo.Transaction) - Method in class org.codehaus.mojo.sql.SqlExecMojo.Transaction
 
conn - Variable in class org.codehaus.mojo.sql.SqlExecMojo
Database connection
containsSqlEnd(String, String) - Static method in class org.codehaus.mojo.sql.SqlSplitter
Check if the given sql line contains an end of command ';' Please note that we do not fully parse the SQL, so if we get a malformed statement, we cannot detect it.
containsValue(String) - Method in class org.codehaus.mojo.sql.DelimiterType
Is this value included in the enumeration?
copy(Resource, File) - Method in class org.codehaus.mojo.sql.SqlExecMojo
 
createTransaction() - Method in class org.codehaus.mojo.sql.SqlExecMojo
Add a SQL transaction to execute

D

delimiter - Variable in class org.codehaus.mojo.sql.SqlExecMojo
Set the delimiter that separates SQL statements.
DelimiterType - Class in org.codehaus.mojo.sql
 
DelimiterType() - Constructor for class org.codehaus.mojo.sql.DelimiterType
bean constructor
delimiterType - Variable in class org.codehaus.mojo.sql.SqlExecMojo
The delimiter type takes two values - "normal" and "row".
driver - Variable in class org.codehaus.mojo.sql.SqlExecMojo
Database driver classname.
driverProperties - Variable in class org.codehaus.mojo.sql.SqlExecMojo
Additional key=value pairs separated by comma to be passed into JDBC driver.

E

enableAnonymousPassword - Variable in class org.codehaus.mojo.sql.SqlExecMojo
Ignore the password and use anonymous access.
enableBlockMode - Variable in class org.codehaus.mojo.sql.SqlExecMojo
Deprecated. used delimiterType instead.
enableFiltering - Variable in class org.codehaus.mojo.sql.SqlExecMojo
Set to true if you want to filter the srcFiles using system-, user- and project properties
encoding - Variable in class org.codehaus.mojo.sql.SqlExecMojo
Encoding to use when reading SQL statements from a file.
escapeProcessing - Variable in class org.codehaus.mojo.sql.SqlExecMojo
Argument to Statement.setEscapeProcessing If you want the driver to use regular SQL syntax then set this to false.
execSQL(String, PrintStream) - Method in class org.codehaus.mojo.sql.SqlExecMojo
Exec the sql statement.
execute() - Method in class org.codehaus.mojo.sql.SqlExecMojo
Load the sql file and then execute it

F

FILE_SORTING_ASC - Static variable in class org.codehaus.mojo.sql.SqlExecMojo
Call SqlExecMojo.setOrderFile(String) with this value to sort in ascendant order the sql files.
FILE_SORTING_DSC - Static variable in class org.codehaus.mojo.sql.SqlExecMojo
Call SqlExecMojo.setOrderFile(String) with this value to sort in descendant order the sql files.
fileFilter - Variable in class org.codehaus.mojo.sql.SqlExecMojo
 
Fileset - Class in org.codehaus.mojo.sql
 
Fileset() - Constructor for class org.codehaus.mojo.sql.Fileset
 
fileset - Variable in class org.codehaus.mojo.sql.SqlExecMojo
File(s) containing SQL statements to load.
forceMojoExecution - Variable in class org.codehaus.mojo.sql.SqlExecMojo
Setting this parameter to true will force the execution of this mojo, even if it would get skipped usually.

G

getConnection() - Method in class org.codehaus.mojo.sql.SqlExecMojo
Creates a new Connection as using the driver, url, userid and password specified.
getDriver() - Method in class org.codehaus.mojo.sql.SqlExecMojo
 
getDriverProperties() - Method in class org.codehaus.mojo.sql.SqlExecMojo
parse driverProperties into Properties set
getGoodSqls() - Method in class org.codehaus.mojo.sql.SqlExecMojo
Deprecated. use SqlExecMojo.getSuccessfulStatements()
getIndex() - Method in class org.codehaus.mojo.sql.DelimiterType
 
getOnError() - Method in class org.codehaus.mojo.sql.SqlExecMojo
 
getOrderFile() - Method in class org.codehaus.mojo.sql.SqlExecMojo
 
getPassword() - Method in class org.codehaus.mojo.sql.SqlExecMojo
 
getResourceLocations() - Method in class org.codehaus.mojo.sql.SqlExecMojo
 
getResources(String[]) - Method in class org.codehaus.mojo.sql.SqlExecMojo
 
getSqlCommand() - Method in class org.codehaus.mojo.sql.SqlExecMojo
 
getSrcFiles() - Method in class org.codehaus.mojo.sql.SqlExecMojo
 
getSuccessfulStatements() - Method in class org.codehaus.mojo.sql.SqlExecMojo
Number of SQL statements executed so far that caused errors.
getTotalStatements() - Method in class org.codehaus.mojo.sql.SqlExecMojo
Number of SQL statements executed so far, including the ones that caused errors.
getTransactions() - Method in class org.codehaus.mojo.sql.SqlExecMojo
 
getUrl() - Method in class org.codehaus.mojo.sql.SqlExecMojo
 
getUsername() - Method in class org.codehaus.mojo.sql.SqlExecMojo
 
getValue() - Method in class org.codehaus.mojo.sql.DelimiterType
 
getValues() - Method in class org.codehaus.mojo.sql.DelimiterType
This is the only method a subclass needs to implement.

I

index - Variable in class org.codehaus.mojo.sql.DelimiterType
the index of the selected value in the array.
indexOfValue(String) - Method in class org.codehaus.mojo.sql.DelimiterType
get the index of a value in this enumeration.
isAlpha(char) - Static method in class org.codehaus.mojo.sql.SqlSplitter
 
isEnableBlockMode() - Method in class org.codehaus.mojo.sql.SqlExecMojo
 

K

keepFormat - Variable in class org.codehaus.mojo.sql.SqlExecMojo
Keep the format of an SQL block.

L

loadUserInfoFromSettings() - Method in class org.codehaus.mojo.sql.SqlExecMojo
Load username password from settings if user has not set them in JVM properties

M

mavenSession - Variable in class org.codehaus.mojo.sql.SqlExecMojo
 

N

NO_END - Static variable in class org.codehaus.mojo.sql.SqlSplitter
Value indicating the sql has no end-delimiter like i.e.
NORMAL - Static variable in class org.codehaus.mojo.sql.DelimiterType
 

O

ON_ERROR_ABORT - Static variable in class org.codehaus.mojo.sql.SqlExecMojo
Call SqlExecMojo.setOnError(String) with this value to abort SQL command execution if an error is found.
ON_ERROR_ABORT_AFTER - Static variable in class org.codehaus.mojo.sql.SqlExecMojo
Call SqlExecMojo.setOnError(String) with this value to continue SQL command execution until all commands have been attempted, then abort the build if an SQL error occurred in any of the commands.
ON_ERROR_CONTINUE - Static variable in class org.codehaus.mojo.sql.SqlExecMojo
Call SqlExecMojo.setOnError(String) with this value to continue SQL command execution if an error is found.
onError - Variable in class org.codehaus.mojo.sql.SqlExecMojo
Action to perform if an error is found.
orderFile - Variable in class org.codehaus.mojo.sql.SqlExecMojo
Set the order in which the SQL files will be executed.
org.codehaus.mojo.sql - package org.codehaus.mojo.sql
 
outputDelimiter - Variable in class org.codehaus.mojo.sql.SqlExecMojo
 
outputFile - Variable in class org.codehaus.mojo.sql.SqlExecMojo
Dump the SQL exection's output to a file.

P

password - Variable in class org.codehaus.mojo.sql.SqlExecMojo
Database password.
printResultSet - Variable in class org.codehaus.mojo.sql.SqlExecMojo
Print SQL results.
printResultSet(ResultSet, PrintStream) - Method in class org.codehaus.mojo.sql.SqlExecMojo
print any results in the result set.
project - Variable in class org.codehaus.mojo.sql.SqlExecMojo
The Maven Project Object

R

resourceLocations - Variable in class org.codehaus.mojo.sql.SqlExecMojo
List of resources containing SQL statements
ROW - Static variable in class org.codehaus.mojo.sql.DelimiterType
 
runStatements(Reader, PrintStream) - Method in class org.codehaus.mojo.sql.SqlExecMojo
read in lines and execute them
runTransaction(PrintStream) - Method in class org.codehaus.mojo.sql.SqlExecMojo.Transaction
 

S

setAppend(boolean) - Method in class org.codehaus.mojo.sql.SqlExecMojo
whether output should be appended to or overwrite an existing file.
setAutocommit(boolean) - Method in class org.codehaus.mojo.sql.SqlExecMojo
 
setDelimiter(String) - Method in class org.codehaus.mojo.sql.SqlExecMojo
Set the delimiter that separates SQL statements.
setDelimiterType(String) - Method in class org.codehaus.mojo.sql.SqlExecMojo
Set the delimiter type: "normal" or "row" (default "normal").
setDriver(String) - Method in class org.codehaus.mojo.sql.SqlExecMojo
 
setDriverProperties(String) - Method in class org.codehaus.mojo.sql.SqlExecMojo
 
setEnableBlockMode(boolean) - Method in class org.codehaus.mojo.sql.SqlExecMojo
 
setEncoding(String) - Method in class org.codehaus.mojo.sql.SqlExecMojo
Set the file encoding to use on the SQL files read in
setEscapeProcessing(boolean) - Method in class org.codehaus.mojo.sql.SqlExecMojo
Set escape processing for statements.
setFileFilter(MavenFileFilter) - Method in class org.codehaus.mojo.sql.SqlExecMojo
 
setFileset(Fileset) - Method in class org.codehaus.mojo.sql.SqlExecMojo
 
setKeepFormat(boolean) - Method in class org.codehaus.mojo.sql.SqlExecMojo
whether or not format should be preserved.
setOnError(String) - Method in class org.codehaus.mojo.sql.SqlExecMojo
 
setOrderFile(String) - Method in class org.codehaus.mojo.sql.SqlExecMojo
 
setOutputFile(File) - Method in class org.codehaus.mojo.sql.SqlExecMojo
Set the output file;
setPassword(String) - Method in class org.codehaus.mojo.sql.SqlExecMojo
 
setPrintResultSet(boolean) - Method in class org.codehaus.mojo.sql.SqlExecMojo
Print result sets from the statements; optional, default false
setPrintResutlSet(boolean) - Method in class org.codehaus.mojo.sql.SqlExecMojo
Deprecated. typo, use setPrintResultSet()
setResourceLocations(String[]) - Method in class org.codehaus.mojo.sql.SqlExecMojo
 
setSettings(Settings) - Method in class org.codehaus.mojo.sql.SqlExecMojo
 
setSettingsKey(String) - Method in class org.codehaus.mojo.sql.SqlExecMojo
 
setShowheaders(boolean) - Method in class org.codehaus.mojo.sql.SqlExecMojo
Print headers for result sets from the statements; optional, default true.
setSkip(boolean) - Method in class org.codehaus.mojo.sql.SqlExecMojo
 
setSqlCommand(String) - Method in class org.codehaus.mojo.sql.SqlExecMojo
 
setSrc(File) - Method in class org.codehaus.mojo.sql.SqlExecMojo.Transaction
 
setSrcFiles(File[]) - Method in class org.codehaus.mojo.sql.SqlExecMojo
 
settings - Variable in class org.codehaus.mojo.sql.SqlExecMojo
 
settingsKey - Variable in class org.codehaus.mojo.sql.SqlExecMojo
Server's id in settings.xml to look up username and password.
setTransactions(Vector<SqlExecMojo.Transaction>) - Method in class org.codehaus.mojo.sql.SqlExecMojo
 
setUrl(String) - Method in class org.codehaus.mojo.sql.SqlExecMojo
 
setUsername(String) - Method in class org.codehaus.mojo.sql.SqlExecMojo
 
setValue(String) - Method in class org.codehaus.mojo.sql.DelimiterType
Set the delimiterValue.
showheaders - Variable in class org.codehaus.mojo.sql.SqlExecMojo
Print header columns.
skip - Variable in class org.codehaus.mojo.sql.SqlExecMojo
When true, skip the execution.
skipMojo() - Method in class org.codehaus.mojo.sql.SqlExecMojo
Determine if the mojo execution should get skipped.
skipOnConnectionError - Variable in class org.codehaus.mojo.sql.SqlExecMojo
Skip execution when there is an error obtaining a connection.
sortTransactions() - Method in class org.codehaus.mojo.sql.SqlExecMojo
Sort the transaction list.
sqlCommand - Variable in class org.codehaus.mojo.sql.SqlExecMojo
SQL input commands separated by ${delimiter}.
SqlExecMojo - Class in org.codehaus.mojo.sql
Executes SQL against a database.
SqlExecMojo() - Constructor for class org.codehaus.mojo.sql.SqlExecMojo
 
SqlExecMojo.Transaction - Class in org.codehaus.mojo.sql
Contains the definition of a new transaction element.
SqlExecMojo.Transaction() - Constructor for class org.codehaus.mojo.sql.SqlExecMojo.Transaction
 
SqlSplitter - Class in org.codehaus.mojo.sql
Utility class to split a long sql batch script into single SQL commands.
SqlSplitter() - Constructor for class org.codehaus.mojo.sql.SqlSplitter
 
srcFiles - Variable in class org.codehaus.mojo.sql.SqlExecMojo
List of files containing SQL statements to load.
statement - Variable in class org.codehaus.mojo.sql.SqlExecMojo
SQL statement
successfulStatements - Variable in class org.codehaus.mojo.sql.SqlExecMojo
number of successful executed statements

T

toString() - Method in class org.codehaus.mojo.sql.DelimiterType
Convert the value to its string form.
totalStatements - Variable in class org.codehaus.mojo.sql.SqlExecMojo
number of total executed statements
transactions - Variable in class org.codehaus.mojo.sql.SqlExecMojo
SQL transactions to perform
tSqlCommand - Variable in class org.codehaus.mojo.sql.SqlExecMojo.Transaction
 
tSrcFile - Variable in class org.codehaus.mojo.sql.SqlExecMojo.Transaction
 

U

url - Variable in class org.codehaus.mojo.sql.SqlExecMojo
Database URL.
username - Variable in class org.codehaus.mojo.sql.SqlExecMojo
Database username.

V

value - Variable in class org.codehaus.mojo.sql.DelimiterType
The selected value in this enumeration.

A C D E F G I K L M N O P R S T U V

Copyright © 2006-2011 The Kuali Foundation. All Rights Reserved.