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

A

AbstractDbMojo - Class in net.sourceforge.sql2java.maven
Common abstract Mojo for plugins with db props.
AbstractDbMojo() - Constructor for class net.sourceforge.sql2java.maven.AbstractDbMojo
 
addColumn(Column) - Method in class net.sourceforge.sql2java.Table
 
addForeignKey(Column) - Method in class net.sourceforge.sql2java.Column
 
addForeignKey(Column) - Method in class net.sourceforge.sql2java.Table
 
addImportedKey(Column) - Method in class net.sourceforge.sql2java.Column
 
addImportedKey(Column) - Method in class net.sourceforge.sql2java.Table
 
addManyToManyKey(Column, Column) - Method in class net.sourceforge.sql2java.Table
 
addPrimaryKey(Column) - Method in class net.sourceforge.sql2java.Table
 

B

BASE_SUFFIX - Static variable in class net.sourceforge.sql2java.StringUtilities
 
basePackage - Variable in class net.sourceforge.sql2java.CodeWriter
 
BEAN_SUFFIX - Static variable in class net.sourceforge.sql2java.StringUtilities
 

C

catalog - Variable in class net.sourceforge.sql2java.maven.AbstractDbMojo
Database catalog
checkDatabase() - Method in class net.sourceforge.sql2java.CodeWriter
 
checkTable(Table) - Method in class net.sourceforge.sql2java.CodeWriter
 
classPrefix - Variable in class net.sourceforge.sql2java.CodeWriter
 
cleanup() - Method in class net.sourceforge.sql2java.CodeWriter
 
cleanup() - Method in class net.sourceforge.sql2java.Database
 
clone() - Method in class net.sourceforge.sql2java.Column
 
CodeWriter - Class in net.sourceforge.sql2java
 
CodeWriter(Database, Properties) - Constructor for class net.sourceforge.sql2java.CodeWriter
The Default Constructor
Column - Class in net.sourceforge.sql2java
 
Column() - Constructor for class net.sourceforge.sql2java.Column
 
columnFor(String) - Method in class net.sourceforge.sql2java.Column
is this column described to be in the given type ? check in sql2java.properties the table.[TABLENAME].in.[TYPE].exclude & table.[TABLENAME].in.[TYPE].include
convertClass(String, String) - Method in class net.sourceforge.sql2java.StringUtilities
 
convertName(String) - Method in class net.sourceforge.sql2java.StringUtilities
 
convertName(Column) - Method in class net.sourceforge.sql2java.StringUtilities
 
convertName(Table) - Method in class net.sourceforge.sql2java.StringUtilities
 
convertName(String, boolean) - Static method in class net.sourceforge.sql2java.StringUtilities
Converts name into a more Java-ish style name.
countColumns() - Method in class net.sourceforge.sql2java.Table
 
countForeignKeys() - Method in class net.sourceforge.sql2java.Column
 
countForeignKeys() - Method in class net.sourceforge.sql2java.Table
 
countImportedKeys() - Method in class net.sourceforge.sql2java.Column
 
countImportedKeys() - Method in class net.sourceforge.sql2java.Table
 
countPrimaryKeys() - Method in class net.sourceforge.sql2java.Table
 
current_vc - Variable in class net.sourceforge.sql2java.CodeWriter
 

D

Database - Class in net.sourceforge.sql2java
 
Database() - Constructor for class net.sourceforge.sql2java.Database
 
dateClassName - Static variable in class net.sourceforge.sql2java.CodeWriter
 
db - Variable in class net.sourceforge.sql2java.CodeWriter
 
destDir - Variable in class net.sourceforge.sql2java.CodeWriter
 
driver - Variable in class net.sourceforge.sql2java.maven.AbstractDbMojo
JDBC driver class name.

E

EXCEPTION_SUFFIX - Static variable in class net.sourceforge.sql2java.StringUtilities
 
excludeHash - Variable in class net.sourceforge.sql2java.CodeWriter
 
execute() - Method in class net.sourceforge.sql2java.ant.GenerationTask
 
execute() - Method in class net.sourceforge.sql2java.ant.SchemaCheckTask
 
execute() - Method in class net.sourceforge.sql2java.ant.TableGenerationTask
 
execute() - Method in class net.sourceforge.sql2java.ant.UtilsGenerationTask
 
execute() - Method in class net.sourceforge.sql2java.maven.Sql2JavaMojo
 
execute() - Method in class net.sourceforge.sql2java.maven.SqlFileMojo
 

F

FACTORY_SUFFIX - Static variable in class net.sourceforge.sql2java.StringUtilities
 

G

GenerationTask - Class in net.sourceforge.sql2java.ant
 
GenerationTask() - Constructor for class net.sourceforge.sql2java.ant.GenerationTask
 
getAllPackages() - Method in class net.sourceforge.sql2java.Database
 
getBeanClass(Table) - Method in class net.sourceforge.sql2java.StringUtilities
 
getBeanClass(String) - Method in class net.sourceforge.sql2java.StringUtilities
 
getBlock(String) - Method in class net.sourceforge.sql2java.UserCodeParser
Returns the comment+code block associated with this name.
getBlockNames() - Method in class net.sourceforge.sql2java.UserCodeParser
Returns an array of the block names parsed in the existing file.
getCatalog() - Method in class net.sourceforge.sql2java.Column
 
getCatalog() - Method in class net.sourceforge.sql2java.Database
 
getCatalog() - Method in class net.sourceforge.sql2java.Table
 
getCheckingType() - Method in class net.sourceforge.sql2java.Column
 
getClassPrefix() - Method in class net.sourceforge.sql2java.CodeWriter
 
getColumn(String) - Method in class net.sourceforge.sql2java.Table
 
getColumns() - Method in class net.sourceforge.sql2java.CodeWriter
Return table.getColumns() as a List
getColumns() - Method in class net.sourceforge.sql2java.Table
 
getColumnsFor(String) - Method in class net.sourceforge.sql2java.Table
 
getConstName() - Method in class net.sourceforge.sql2java.Column
 
getCoreClass(Table) - Method in class net.sourceforge.sql2java.StringUtilities
 
getCoreClass(String) - Method in class net.sourceforge.sql2java.StringUtilities
 
getDb() - Method in class net.sourceforge.sql2java.CodeWriter
Public accessor for db
getDecimalDigits() - Method in class net.sourceforge.sql2java.Column
 
getDefaultRules() - Method in class net.sourceforge.sql2java.Column
 
getDefaultRules(Column) - Method in class net.sourceforge.sql2java.StringUtilities
 
getDefaultValue() - Method in class net.sourceforge.sql2java.Column
 
getDefaultWidget() - Method in class net.sourceforge.sql2java.Column
 
getDriver() - Method in class net.sourceforge.sql2java.Database
 
getExceptionClass(Table) - Method in class net.sourceforge.sql2java.StringUtilities
 
getExceptionClass(String) - Method in class net.sourceforge.sql2java.StringUtilities
 
getFactoryClass(Table) - Method in class net.sourceforge.sql2java.StringUtilities
 
getFactoryClass(String) - Method in class net.sourceforge.sql2java.StringUtilities
 
getFilename() - Method in class net.sourceforge.sql2java.UserCodeParser
Returns the filename associated with this parser.
getForeignColumn() - Method in class net.sourceforge.sql2java.Column
 
getForeignKeyFor(Table) - Method in class net.sourceforge.sql2java.Table
Return the imported key pointing to the passed table.
getForeignKeyGetMethod(Column) - Method in class net.sourceforge.sql2java.StringUtilities
 
getForeignKeyGetMethod(String) - Method in class net.sourceforge.sql2java.StringUtilities
 
getForeignKeyInitializedMethod(Column) - Method in class net.sourceforge.sql2java.StringUtilities
 
getForeignKeyInitializedMethod(String) - Method in class net.sourceforge.sql2java.StringUtilities
 
getForeignKeyInitializedVarName(Column) - Method in class net.sourceforge.sql2java.StringUtilities
 
getForeignKeyInitializedVarName(String) - Method in class net.sourceforge.sql2java.StringUtilities
 
getForeignKeyModifiedMethod(Column) - Method in class net.sourceforge.sql2java.StringUtilities
 
getForeignKeyModifiedMethod(String) - Method in class net.sourceforge.sql2java.StringUtilities
 
getForeignKeyModifiedVarName(Column) - Method in class net.sourceforge.sql2java.StringUtilities
 
getForeignKeyModifiedVarName(String) - Method in class net.sourceforge.sql2java.StringUtilities
 
getForeignKeys() - Method in class net.sourceforge.sql2java.CodeWriter
Return table.getForeignKeys() as a List
getForeignKeys() - Method in class net.sourceforge.sql2java.Column
 
getForeignKeys() - Method in class net.sourceforge.sql2java.Table
 
getForeignKeySetMethod(Column) - Method in class net.sourceforge.sql2java.StringUtilities
 
getForeignKeySetMethod(String) - Method in class net.sourceforge.sql2java.StringUtilities
 
getForeignKeyVarName(Column) - Method in class net.sourceforge.sql2java.StringUtilities
 
getForeignKeyVarName(String) - Method in class net.sourceforge.sql2java.StringUtilities
 
getForeignTables() - Method in class net.sourceforge.sql2java.Table
 
getFullName() - Method in class net.sourceforge.sql2java.Column
 
getGetMethod(Column) - Method in class net.sourceforge.sql2java.StringUtilities
 
getGetMethod(String) - Method in class net.sourceforge.sql2java.StringUtilities
 
getImportedKeyAddMethod(Column) - Method in class net.sourceforge.sql2java.StringUtilities
 
getImportedKeyAddMethod(String) - Method in class net.sourceforge.sql2java.StringUtilities
 
getImportedKeyGetMethod(Column) - Method in class net.sourceforge.sql2java.StringUtilities
 
getImportedKeyGetMethod(String) - Method in class net.sourceforge.sql2java.StringUtilities
 
getImportedKeyInitializedMethod(Column) - Method in class net.sourceforge.sql2java.StringUtilities
 
getImportedKeyInitializedMethod(String) - Method in class net.sourceforge.sql2java.StringUtilities
 
getImportedKeyInitializedVarName(Column) - Method in class net.sourceforge.sql2java.StringUtilities
 
getImportedKeyInitializedVarName(String) - Method in class net.sourceforge.sql2java.StringUtilities
 
getImportedKeyModifiedMethod(Column) - Method in class net.sourceforge.sql2java.StringUtilities
 
getImportedKeyModifiedMethod(String) - Method in class net.sourceforge.sql2java.StringUtilities
 
getImportedKeyModifiedVarName(Column) - Method in class net.sourceforge.sql2java.StringUtilities
 
getImportedKeyModifiedVarName(String) - Method in class net.sourceforge.sql2java.StringUtilities
 
getImportedKeys() - Method in class net.sourceforge.sql2java.CodeWriter
Return table.getImportedKeys() as a List
getImportedKeys() - Method in class net.sourceforge.sql2java.Column
 
getImportedKeys() - Method in class net.sourceforge.sql2java.Table
 
getImportedKeySetMethod(Column) - Method in class net.sourceforge.sql2java.StringUtilities
 
getImportedKeySetMethod(String) - Method in class net.sourceforge.sql2java.StringUtilities
 
getImportedKeyVarName(Column) - Method in class net.sourceforge.sql2java.StringUtilities
 
getImportedKeyVarName(String) - Method in class net.sourceforge.sql2java.StringUtilities
 
getImportedTables() - Method in class net.sourceforge.sql2java.Table
 
getInitializedMethod(Column) - Method in class net.sourceforge.sql2java.StringUtilities
 
getInitializedMethod(String) - Method in class net.sourceforge.sql2java.StringUtilities
 
getInitializedVarName(Column) - Method in class net.sourceforge.sql2java.StringUtilities
 
getInstance() - Static method in class net.sourceforge.sql2java.StringUtilities
This is the default method for obtaining a StringUtilities instance.
getIteratorClass(Table) - Method in class net.sourceforge.sql2java.StringUtilities
 
getIteratorClass(String) - Method in class net.sourceforge.sql2java.StringUtilities
 
getJavaPrimaryType() - Method in class net.sourceforge.sql2java.Column
return the primary java type of the current column return null if no java primary type is available
getJavaPrimaryType(Column) - Method in class net.sourceforge.sql2java.StringUtilities
 
getJavaType() - Method in class net.sourceforge.sql2java.Column
return the java type of the current column
getJavaTypeAsTypeName() - Method in class net.sourceforge.sql2java.Column
return the string representation of the column type
getLinkedPackages() - Method in class net.sourceforge.sql2java.Table
 
getLinkedTables(Table) - Method in class net.sourceforge.sql2java.CodeWriter
Returns a table's linked tables as a list
getLinkedTables() - Method in class net.sourceforge.sql2java.Table
 
getLockColumn(Collection) - Method in class net.sourceforge.sql2java.CodeWriter
Find the column in the Collection that matches optimisticLockColumn
getManagerClass(Table) - Method in class net.sourceforge.sql2java.StringUtilities
 
getManagerClass(String) - Method in class net.sourceforge.sql2java.StringUtilities
 
getManagerObjectName(Table) - Method in class net.sourceforge.sql2java.StringUtilities
 
getManagerObjectName(String) - Method in class net.sourceforge.sql2java.StringUtilities
 
getManyToManyKeys() - Method in class net.sourceforge.sql2java.Table
Returns a 2-D array of the keys in this table that form a many to many relationship.
getMappedType() - Method in class net.sourceforge.sql2java.Column
return internal type for the current column
getModifiedMethod(Column) - Method in class net.sourceforge.sql2java.StringUtilities
 
getModifiedMethod(String) - Method in class net.sourceforge.sql2java.StringUtilities
 
getModifiedVarName(Column) - Method in class net.sourceforge.sql2java.StringUtilities
 
getName() - Method in class net.sourceforge.sql2java.Column
 
getName() - Method in class net.sourceforge.sql2java.Table
 
getNullable() - Method in class net.sourceforge.sql2java.Column
 
getNullableAsString() - Method in class net.sourceforge.sql2java.Column
 
getOracleRetrieveRemarks() - Method in class net.sourceforge.sql2java.Database
 
getOrdinalPosition() - Method in class net.sourceforge.sql2java.Column
 
getOutputDirectory() - Method in class net.sourceforge.sql2java.maven.Sql2JavaMojo
 
getPackage() - Method in class net.sourceforge.sql2java.Table
 
getPackageAsPath(String) - Method in class net.sourceforge.sql2java.StringUtilities
 
getPackagePath() - Method in class net.sourceforge.sql2java.Table
 
getPassword() - Method in class net.sourceforge.sql2java.Database
 
getPreparedStatementMethod(String, int) - Method in class net.sourceforge.sql2java.Column
Maps the SQL type for the column to a "set" method to call on the PreparedStatement.
getPreparedStatementMethod(String, String) - Method in class net.sourceforge.sql2java.Column
 
getPrimaryKeys() - Method in class net.sourceforge.sql2java.CodeWriter
Return table.getPrimaryKeys() as a List
getPrimaryKeys() - Method in class net.sourceforge.sql2java.Table
 
getPropertiesFile() - Method in class net.sourceforge.sql2java.maven.Sql2JavaMojo
 
getProperty(String) - Static method in class net.sourceforge.sql2java.CodeWriter
Convenience property chop method
getProperty(String, String) - Static method in class net.sourceforge.sql2java.CodeWriter
Convenience property chop method
getProperty(String) - Static method in class net.sourceforge.sql2java.Main
 
getProperty(String, String) - Static method in class net.sourceforge.sql2java.Main
helper method with default values
getProperty(Properties, String) - Static method in class net.sourceforge.sql2java.maven.Sql2JavaMojo
 
getProperty(Properties, String, String) - Static method in class net.sourceforge.sql2java.maven.Sql2JavaMojo
helper method with default values
getPropertyExploded(String) - Static method in class net.sourceforge.sql2java.CodeWriter
Return as a String array the key's value.
getPropertyTag() - Method in class net.sourceforge.sql2java.Column
 
getPropertyTag(Column) - Method in class net.sourceforge.sql2java.StringUtilities
 
getRadix() - Method in class net.sourceforge.sql2java.Column
 
getRelationnalBeanClass(Table) - Method in class net.sourceforge.sql2java.StringUtilities
 
getRelationnalBeanClass(String) - Method in class net.sourceforge.sql2java.StringUtilities
 
getRelationTable() - Method in class net.sourceforge.sql2java.CodeWriter
Returns a db.getRelationTable( table ) as a list
getRelationTable(Table) - Method in class net.sourceforge.sql2java.Database
Return an array of tables having foreign key pointing to the passed table.
getRemarks() - Method in class net.sourceforge.sql2java.CodeWriter
Returns the current table's remarks.
getRemarks() - Method in class net.sourceforge.sql2java.Column
 
getRemarks() - Method in class net.sourceforge.sql2java.Table
 
getResultSetMethodObject(String) - Method in class net.sourceforge.sql2java.Column
return the resultSet get method for a given position the assumption is that the resultset variable is called rs
getResultSetMethodObject(String, String) - Method in class net.sourceforge.sql2java.Column
 
getSchema() - Method in class net.sourceforge.sql2java.Column
 
getSchema() - Method in class net.sourceforge.sql2java.Database
 
getSchema() - Method in class net.sourceforge.sql2java.Table
 
getScriptDirectory() - Method in class net.sourceforge.sql2java.maven.SqlFileMojo
 
getSetMethod(Column) - Method in class net.sourceforge.sql2java.StringUtilities
 
getSetMethod(String) - Method in class net.sourceforge.sql2java.StringUtilities
 
getSize() - Method in class net.sourceforge.sql2java.Column
 
getStringConvertionMethod() - Method in class net.sourceforge.sql2java.Column
method to convert the given string into the internal java representation
getStringConvertionMethod(Column) - Method in class net.sourceforge.sql2java.StringUtilities
 
getTable(String) - Method in class net.sourceforge.sql2java.CodeWriter
Public db.getTables()
getTable() - Method in class net.sourceforge.sql2java.CodeWriter
public accessor for table
getTable() - Method in class net.sourceforge.sql2java.Column
 
getTable(String) - Method in class net.sourceforge.sql2java.Database
 
getTableName() - Method in class net.sourceforge.sql2java.Column
 
getTableNamePattern() - Method in class net.sourceforge.sql2java.Database
 
getTables() - Method in class net.sourceforge.sql2java.CodeWriter
Public db.getTables()
getTables() - Method in class net.sourceforge.sql2java.Database
 
getTableTypes() - Method in class net.sourceforge.sql2java.Database
 
getType() - Method in class net.sourceforge.sql2java.Column
 
getType() - Method in class net.sourceforge.sql2java.Table
 
getUrl() - Method in class net.sourceforge.sql2java.Database
 
getUsername() - Method in class net.sourceforge.sql2java.Database
 
getVarName() - Method in class net.sourceforge.sql2java.Column
 
getVarName(Column) - Method in class net.sourceforge.sql2java.StringUtilities
 
getVarName(String) - Method in class net.sourceforge.sql2java.StringUtilities
 
getWidgetMethod(Column) - Method in class net.sourceforge.sql2java.StringUtilities
 
getWidgetMethod(String) - Method in class net.sourceforge.sql2java.StringUtilities
 

H

hasBlock(String) - Method in class net.sourceforge.sql2java.UserCodeParser
Returns true if there is a block with the given name in the existing file that was parsed, otherwise returns false.
hasCompareTo() - Method in class net.sourceforge.sql2java.Column
does this type has a compareTo method ?
hasForeignKeys() - Method in class net.sourceforge.sql2java.Table
 
hasImportedKeys() - Method in class net.sourceforge.sql2java.Table
 
hasPrimaryKey() - Method in class net.sourceforge.sql2java.Table
 
hasPrimaryType() - Method in class net.sourceforge.sql2java.Column
does this column has a primary java type like short, boolean instead of Integer and Boolean ?
hasRemarks() - Method in class net.sourceforge.sql2java.CodeWriter
Returns true if the current table.getRemarks().length() > 0

I

includeHash - Variable in class net.sourceforge.sql2java.CodeWriter
 
isColumnNumeric() - Method in class net.sourceforge.sql2java.Column
is this column numeric ?
isForeignKey() - Method in class net.sourceforge.sql2java.Column
 
isForeignKey(Column) - Method in class net.sourceforge.sql2java.Table
 
isImportedKey() - Method in class net.sourceforge.sql2java.Column
 
isInArray(String[], String) - Static method in class net.sourceforge.sql2java.Main
is the given code in the string array ?
isInArray(String[], String) - Static method in class net.sourceforge.sql2java.maven.Sql2JavaMojo
is the given code in the string array ?
isNew() - Method in class net.sourceforge.sql2java.UserCodeParser
Returns true if the file to parse did not exist.
isPresentLock(Collection) - Method in class net.sourceforge.sql2java.CodeWriter
Wrapper for the static Column method
isPrimaryKey(boolean) - Method in class net.sourceforge.sql2java.Column
 
isPrimaryKey() - Method in class net.sourceforge.sql2java.Column
 
isRelationTable() - Method in class net.sourceforge.sql2java.Table
 
isString() - Method in class net.sourceforge.sql2java.Column
is this column a string ?
ITERATOR_SUFFIX - Static variable in class net.sourceforge.sql2java.StringUtilities
 

L

libraryPackage - Variable in class net.sourceforge.sql2java.CodeWriter
 
linkedTables(Database, Table) - Method in class net.sourceforge.sql2java.Table
Return, beside the passed table, the tables this table points to.
listContainsString(List, String) - Method in class net.sourceforge.sql2java.CodeWriter
Check if a list contains an item that is equal() to a string
load() - Method in class net.sourceforge.sql2java.Database
 
log(String) - Method in class net.sourceforge.sql2java.CodeWriter
System.out.println() wrapper

M

M_ARRAY - Static variable in class net.sourceforge.sql2java.Column
 
M_BIGDECIMAL - Static variable in class net.sourceforge.sql2java.Column
 
M_BLOB - Static variable in class net.sourceforge.sql2java.Column
 
M_BOOLEAN - Static variable in class net.sourceforge.sql2java.Column
 
M_BYTES - Static variable in class net.sourceforge.sql2java.Column
 
M_CLOB - Static variable in class net.sourceforge.sql2java.Column
 
M_DOUBLE - Static variable in class net.sourceforge.sql2java.Column
 
M_FLOAT - Static variable in class net.sourceforge.sql2java.Column
 
M_INTEGER - Static variable in class net.sourceforge.sql2java.Column
 
M_LONG - Static variable in class net.sourceforge.sql2java.Column
 
M_OBJECT - Static variable in class net.sourceforge.sql2java.Column
 
M_REF - Static variable in class net.sourceforge.sql2java.Column
 
M_SQLDATE - Static variable in class net.sourceforge.sql2java.Column
 
M_STRING - Static variable in class net.sourceforge.sql2java.Column
 
M_TIME - Static variable in class net.sourceforge.sql2java.Column
 
M_TIMESTAMP - Static variable in class net.sourceforge.sql2java.Column
 
M_URL - Static variable in class net.sourceforge.sql2java.Column
 
M_UTILDATE - Static variable in class net.sourceforge.sql2java.Column
 
Main - Class in net.sourceforge.sql2java
 
Main() - Constructor for class net.sourceforge.sql2java.Main
 
main(String[]) - Static method in class net.sourceforge.sql2java.Main
main entry point
main(String[], Map) - Static method in class net.sourceforge.sql2java.Main
main entry point
MANAGER_SUFFIX - Static variable in class net.sourceforge.sql2java.StringUtilities
 

N

net.sourceforge.sql2java - package net.sourceforge.sql2java
 
net.sourceforge.sql2java.ant - package net.sourceforge.sql2java.ant
 
net.sourceforge.sql2java.maven - package net.sourceforge.sql2java.maven
 

O

optimisticLockColumn - Variable in class net.sourceforge.sql2java.CodeWriter
 
optimisticLockType - Variable in class net.sourceforge.sql2java.CodeWriter
 

P

parse(String) - Method in class net.sourceforge.sql2java.UserCodeParser
Parses the file passed in.
password - Variable in class net.sourceforge.sql2java.maven.AbstractDbMojo
Database connection user password.
PREFIX - Static variable in class net.sourceforge.sql2java.StringUtilities
 
process() - Method in class net.sourceforge.sql2java.CodeWriter
The entry point for generating code.
props - Static variable in class net.sourceforge.sql2java.CodeWriter
 

R

relationConnectsTo(Table) - Method in class net.sourceforge.sql2java.Table
Tells whether if one of this table's columns (imported key) points to one of the otherTable's pk.
RELATIONNAL_BEAN_SUFFIX - Static variable in class net.sourceforge.sql2java.StringUtilities
 
removeColumn(Column) - Method in class net.sourceforge.sql2java.Table
 

S

schema - Variable in class net.sourceforge.sql2java.maven.AbstractDbMojo
Database schema
SchemaCheckTask - Class in net.sourceforge.sql2java.ant
 
SchemaCheckTask() - Constructor for class net.sourceforge.sql2java.ant.SchemaCheckTask
 
setCatalog(String) - Method in class net.sourceforge.sql2java.Column
 
setCatalog(String) - Method in class net.sourceforge.sql2java.Database
 
setCatalog(String) - Method in class net.sourceforge.sql2java.Table
 
setCheckingType(String) - Method in class net.sourceforge.sql2java.Column
 
setCurrentFilename(String, String) - Method in class net.sourceforge.sql2java.CodeWriter
 
setCurrentJavaFilename(String, String) - Method in class net.sourceforge.sql2java.CodeWriter
 
setDatabase(Database) - Method in class net.sourceforge.sql2java.Column
 
setDatabase(Database) - Method in class net.sourceforge.sql2java.Table
 
setDecimalDigits(int) - Method in class net.sourceforge.sql2java.Column
 
setDefaultValue(String) - Method in class net.sourceforge.sql2java.Column
 
setDestinationFolder(String) - Method in class net.sourceforge.sql2java.CodeWriter
 
setDriver(String) - Method in class net.sourceforge.sql2java.Database
 
setName(String) - Method in class net.sourceforge.sql2java.Column
 
setName(String) - Method in class net.sourceforge.sql2java.Table
 
setNullable(int) - Method in class net.sourceforge.sql2java.Column
 
setOracleRetrieveRemarks(boolean) - Method in class net.sourceforge.sql2java.Database
 
setOrdinalPosition(int) - Method in class net.sourceforge.sql2java.Column
 
setPassword(String) - Method in class net.sourceforge.sql2java.Database
 
setPropertyFile(String) - Method in class net.sourceforge.sql2java.ant.GenerationTask
 
setPropertyFile(String) - Method in class net.sourceforge.sql2java.ant.SchemaCheckTask
 
setPropertyFile(String) - Method in class net.sourceforge.sql2java.ant.TableGenerationTask
 
setPropertyFile(String) - Method in class net.sourceforge.sql2java.ant.UtilsGenerationTask
 
setRadix(int) - Method in class net.sourceforge.sql2java.Column
 
setRemarks(String) - Method in class net.sourceforge.sql2java.Column
 
setRemarks(String) - Method in class net.sourceforge.sql2java.Table
 
setSchema(String) - Method in class net.sourceforge.sql2java.Column
 
setSchema(String) - Method in class net.sourceforge.sql2java.Database
 
setSchema(String) - Method in class net.sourceforge.sql2java.Table
 
setSize(int) - Method in class net.sourceforge.sql2java.Column
 
setTableName(String) - Method in class net.sourceforge.sql2java.Column
 
setTableNamePattern(String) - Method in class net.sourceforge.sql2java.Database
 
setTables(String) - Method in class net.sourceforge.sql2java.ant.TableGenerationTask
 
setTableTypes(String[]) - Method in class net.sourceforge.sql2java.Database
 
setType(short) - Method in class net.sourceforge.sql2java.Column
 
setType(String) - Method in class net.sourceforge.sql2java.Table
 
setUrl(String) - Method in class net.sourceforge.sql2java.Database
 
setUseLibrary(String) - Method in class net.sourceforge.sql2java.CodeWriter
 
setUsername(String) - Method in class net.sourceforge.sql2java.Database
 
Sql2JavaMojo - Class in net.sourceforge.sql2java.maven
Goal which uses sql2java to generate Java files from a SQL database.
Sql2JavaMojo() - Constructor for class net.sourceforge.sql2java.maven.Sql2JavaMojo
 
SqlFileMojo - Class in net.sourceforge.sql2java.maven
Goal which uses hsqldb's SqlFile to source scripts to a db.
SqlFileMojo() - Constructor for class net.sourceforge.sql2java.maven.SqlFileMojo
 
StringUtilities - Class in net.sourceforge.sql2java
 

T

table - Variable in class net.sourceforge.sql2java.CodeWriter
 
Table - Class in net.sourceforge.sql2java
 
Table() - Constructor for class net.sourceforge.sql2java.Table
 
TableGenerationTask - Class in net.sourceforge.sql2java.ant
 
TableGenerationTask() - Constructor for class net.sourceforge.sql2java.ant.TableGenerationTask
 
tableName() - Method in class net.sourceforge.sql2java.CodeWriter
Return table.getName()
timeClassName - Static variable in class net.sourceforge.sql2java.CodeWriter
 
timestampClassName - Static variable in class net.sourceforge.sql2java.CodeWriter
 
toString() - Method in class net.sourceforge.sql2java.Column
 

U

url - Variable in class net.sourceforge.sql2java.maven.AbstractDbMojo
Database connection string.
useEqualsInSetter() - Method in class net.sourceforge.sql2java.Column
does this type can use equal instead of the compareTo method ?
useLibrary - Variable in class net.sourceforge.sql2java.CodeWriter
 
user - Variable in class net.sourceforge.sql2java.maven.AbstractDbMojo
Database connection user name.
UserCodeParser - Class in net.sourceforge.sql2java
Parses an existing source file for special sql2code comment blocks.
UserCodeParser(String) - Constructor for class net.sourceforge.sql2java.UserCodeParser
Constructs a new parser, and tells the parser to try to load the given filename.
UtilsGenerationTask - Class in net.sourceforge.sql2java.ant
 
UtilsGenerationTask() - Constructor for class net.sourceforge.sql2java.ant.UtilsGenerationTask
 

V

vc - Variable in class net.sourceforge.sql2java.CodeWriter
 

W

writeComponent(String) - Method in class net.sourceforge.sql2java.CodeWriter
This method creates a file and generates the class; it is based on the original SQL2Java methods The filename for the class is based on the value of the Velocity variable passed in.
A B C D E F G H I L M N O P R S T U V W 

Copyright © 2014. All Rights Reserved.