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

A

And - class net.sf.dewdrop.sqlml.expr.And.
 
And() - Constructor for class net.sf.dewdrop.sqlml.expr.And
 
add(SchemaComponent) - Method in class net.sf.dewdrop.sqlml.Schema
Adds a SchemaComponent object to the list of total SchemaComponents that define this schema.
add(SqlmlComponent) - Method in class net.sf.dewdrop.sqlml.Sqlml
 
addCheckConstraint(Check) - Method in class net.sf.dewdrop.sqlml.Column
 
addColumn(Column) - Method in class net.sf.dewdrop.sqlml.Table
 
addColumnRef(Ref) - Method in class net.sf.dewdrop.sqlml.Constraint
 
addNative(Native) - Method in class net.sf.dewdrop.sqlml.Table
 
addOperand(Object) - Method in class net.sf.dewdrop.sqlml.expr.Expression
Adds the specified operand to the end of this expression's operand list.
addRepeatableTableConstraint(Constraint) - Method in class net.sf.dewdrop.sqlml.Table
 
associateParentWithChild(SqlmlComponent, SqlmlComponent) - Method in class net.sf.dewdrop.sqlml.xml.SqlmlHandler
 

B

BIGINT - Static variable in class net.sf.dewdrop.sqlml.SqlDataType
 
BIT - Static variable in class net.sf.dewdrop.sqlml.SqlDataType
 
BLOB - Static variable in class net.sf.dewdrop.sqlml.SqlDataType
 
BOOLEAN - Static variable in class net.sf.dewdrop.sqlml.SqlDataType
 
BooleanExpression - class net.sf.dewdrop.sqlml.expr.BooleanExpression.
 
BooleanExpression() - Constructor for class net.sf.dewdrop.sqlml.expr.BooleanExpression
 
buildDom(File) - Method in interface net.sf.dewdrop.sqlml.DomBuilder
 
buildDom(File) - Method in class net.sf.dewdrop.sqlml.support.XmlDomBuilder
 

C

CASCADE - Static variable in class net.sf.dewdrop.sqlml.ModificationAction
 
CHAR - Static variable in class net.sf.dewdrop.sqlml.SqlDataType
 
CHECK - Static variable in class net.sf.dewdrop.util.SqlNameToken
 
CLOB - Static variable in class net.sf.dewdrop.sqlml.SqlDataType
 
Check - class net.sf.dewdrop.sqlml.Check.
 
Check() - Constructor for class net.sf.dewdrop.sqlml.Check
 
ClassUtils - class net.sf.dewdrop.util.ClassUtils.
Class short description goes here.
ClassUtils() - Constructor for class net.sf.dewdrop.util.ClassUtils
 
Column - class net.sf.dewdrop.sqlml.Column.
 
Column() - Constructor for class net.sf.dewdrop.sqlml.Column
 
ColumnDirective - class net.sf.dewdrop.sqlml.directive.ColumnDirective.
Class short description goes here.
ColumnDirective() - Constructor for class net.sf.dewdrop.sqlml.directive.ColumnDirective
 
Configuration - class net.sf.dewdrop.sqlml.config.Configuration.
 
Configuration() - Constructor for class net.sf.dewdrop.sqlml.config.Configuration
 
Configuration(Dialect) - Constructor for class net.sf.dewdrop.sqlml.config.Configuration
 
Constraint - class net.sf.dewdrop.sqlml.Constraint.
Abstract class for any database component that contains a list of Ref elements.
Constraint() - Constructor for class net.sf.dewdrop.sqlml.Constraint
 
ConstraintDirective - class net.sf.dewdrop.sqlml.directive.ConstraintDirective.
Class short description goes here.
ConstraintDirective() - Constructor for class net.sf.dewdrop.sqlml.directive.ConstraintDirective
 
CountryIsoCodeReader - class net.sf.dewdrop.util.CountryIsoCodeReader.
Very simple, hard-coded utility class that visits the ISO 3166 web site, pulls the list of the countries and their corresponding 2-letter code, and generates sql to insert these pairs into a database.
CountryIsoCodeReader() - Constructor for class net.sf.dewdrop.util.CountryIsoCodeReader
 
cached - Variable in class net.sf.dewdrop.sqlml.Table
 
capitalizeFirstChar(String) - Static method in class net.sf.dewdrop.util.StringUtils
Capitalizes the first character in any string if the character can be capitalized.
characters(char[], int, int) - Method in class net.sf.dewdrop.sqlml.xml.SqlmlHandler
The only xml elements that uses character data are "description", "native", and "conditionalValue"
checkConstraints - Variable in class net.sf.dewdrop.sqlml.Column
 
clone() - Method in class net.sf.dewdrop.sqlml.directive.ColumnDirective
 
clone() - Method in class net.sf.dewdrop.sqlml.directive.ConstraintDirective
 
clone() - Method in class net.sf.dewdrop.sqlml.directive.TableComponentDirective
 
column - Variable in class net.sf.dewdrop.sqlml.Ref
 
columnMetadataJustified - Variable in class net.sf.dewdrop.sqlml.config.Configuration
 
columnRefs - Variable in class net.sf.dewdrop.sqlml.Constraint
 
columns - Variable in class net.sf.dewdrop.sqlml.Table
 
components - Variable in class net.sf.dewdrop.sqlml.Sqlml
 
containsColumn(String) - Method in class net.sf.dewdrop.sqlml.Table
 
containsTable(String) - Method in class net.sf.dewdrop.sqlml.Schema
Returns true if this schema contains a defined table with a name of tableName, false otherwise.
create(String, String, int) - Static method in class net.sf.dewdrop.util.SqlNameToken
 

D

DATE - Static variable in class net.sf.dewdrop.sqlml.SqlDataType
 
DEFAULT_CHAR_TOKEN - Static variable in class net.sf.dewdrop.sql.dialect.Dialect
 
DEFAULT_COLUMN_DIRECTIVE - Static variable in class net.sf.dewdrop.sqlml.directive.ColumnDirective
 
DEFAULT_COLUMN_INDENT_LEVEL - Static variable in class net.sf.dewdrop.sqlml.config.Configuration
 
DEFAULT_COLUMN_METADATA_JUSTIFIED - Static variable in class net.sf.dewdrop.sqlml.config.Configuration
 
DEFAULT_CONFIG - Static variable in class net.sf.dewdrop.sqlml.config.Configuration
 
DEFAULT_DIALECT - Static variable in class net.sf.dewdrop.sql.dialect.Dialect
 
DEFAULT_INDENT_STRING - Static variable in class net.sf.dewdrop.sqlml.config.Configuration
 
DEFAULT_LINES_BETWEEN_COLUMN_DEFINITIONS - Static variable in class net.sf.dewdrop.sqlml.config.Configuration
 
DEFAULT_LINES_BETWEEN_ROOT_DEFINITIONS - Static variable in class net.sf.dewdrop.sqlml.config.Configuration
 
DEFAULT_MAX_PAGE_WIDTH - Static variable in class net.sf.dewdrop.sqlml.config.Configuration
 
DEFAULT_NUMERIC_TOKEN - Static variable in class net.sf.dewdrop.sql.dialect.Dialect
 
DEFAULT_OPERAND_COUNT - Static variable in class net.sf.dewdrop.sqlml.expr.Expression
 
DEFAULT_OUTPUT_WRAPPED_IN_TRANSACTION - Static variable in class net.sf.dewdrop.sqlml.config.Configuration
 
DEFAULT_ROOT_INDENT_LEVEL - Static variable in class net.sf.dewdrop.sqlml.config.Configuration
 
DEFAULT_TABLE_COMPONENT_INDENT_LEVEL - Static variable in class net.sf.dewdrop.sqlml.config.Configuration
 
DEFAULT_TABLE_OPEN_PAREN_ON_SAME_LINE - Static variable in class net.sf.dewdrop.sqlml.config.Configuration
 
DEFAULT_VARBINARY_TOKEN - Static variable in class net.sf.dewdrop.sql.dialect.Dialect
 
DEFAULT_VARCHAR_TOKEN - Static variable in class net.sf.dewdrop.sql.dialect.Dialect
 
DELIMITER - Static variable in class net.sf.dewdrop.util.CountryIsoCodeReader
 
DOUBLE - Static variable in class net.sf.dewdrop.sqlml.SqlDataType
 
Description - class net.sf.dewdrop.sqlml.Description.
 
Description() - Constructor for class net.sf.dewdrop.sqlml.Description
 
DewDropDefaultHandler - class net.sf.dewdrop.xml.DewDropDefaultHandler.
Class short description goes here.
DewDropDefaultHandler() - Constructor for class net.sf.dewdrop.xml.DewDropDefaultHandler
Default constructor.
DewDropException - exception net.sf.dewdrop.DewDropException.
 
DewDropException() - Constructor for class net.sf.dewdrop.DewDropException
 
DewDropException(String) - Constructor for class net.sf.dewdrop.DewDropException
 
DewDropException(Throwable) - Constructor for class net.sf.dewdrop.DewDropException
 
DewDropException(String, Throwable) - Constructor for class net.sf.dewdrop.DewDropException
 
Dialect - class net.sf.dewdrop.sql.dialect.Dialect.
 
Dialect() - Constructor for class net.sf.dewdrop.sql.dialect.Dialect
 
DialectException - exception net.sf.dewdrop.sql.dialect.DialectException.
 
DialectException() - Constructor for class net.sf.dewdrop.sql.dialect.DialectException
 
DialectException(String) - Constructor for class net.sf.dewdrop.sql.dialect.DialectException
 
DialectException(Throwable) - Constructor for class net.sf.dewdrop.sql.dialect.DialectException
 
DialectException(String, Throwable) - Constructor for class net.sf.dewdrop.sql.dialect.DialectException
 
DomBuilder - interface net.sf.dewdrop.sqlml.DomBuilder.
 
decrementIndent() - Method in class net.sf.dewdrop.sqlml.config.Configuration
 
defaultValue - Variable in class net.sf.dewdrop.sqlml.Column
 
description - Variable in class net.sf.dewdrop.sqlml.SchemaComponent
 
dialect - Variable in class net.sf.dewdrop.sqlml.config.Configuration
 
directive - Variable in class net.sf.dewdrop.sqlml.Column
 
directive - Variable in class net.sf.dewdrop.sqlml.Constraint
 

E

EXPR_PACKAGE - Static variable in class net.sf.dewdrop.sqlml.xml.SqlmlHandler
 
Eq - class net.sf.dewdrop.sqlml.expr.Eq.
 
Eq() - Constructor for class net.sf.dewdrop.sqlml.expr.Eq
 
Expression - class net.sf.dewdrop.sqlml.expr.Expression.
 
Expression() - Constructor for class net.sf.dewdrop.sqlml.expr.Expression
 
endDocument() - Method in class net.sf.dewdrop.xml.DewDropDefaultHandler
 
endElement(String, String, String) - Method in class net.sf.dewdrop.sqlml.xml.SqlmlHandler
 
endElement(String, String, String) - Method in class net.sf.dewdrop.xml.DewDropDefaultHandler
 
endPrefixMapping(String) - Method in class net.sf.dewdrop.xml.DewDropDefaultHandler
 
equals(Object) - Method in class net.sf.dewdrop.sql.dialect.Dialect
 
equals(Object) - Method in class net.sf.dewdrop.sqlml.Check
 
equals(Object) - Method in class net.sf.dewdrop.sqlml.Constraint
 
equals(Object) - Method in class net.sf.dewdrop.sqlml.ForeignKey
 
equals(Object) - Method in class net.sf.dewdrop.sqlml.Index
 
equals(Object) - Method in class net.sf.dewdrop.sqlml.ModificationAction
 
equals(Object) - Method in class net.sf.dewdrop.sqlml.Native
 
equals(Object) - Method in class net.sf.dewdrop.sqlml.Ref
 
equals(Object) - Method in class net.sf.dewdrop.sqlml.Schema
 
equals(Object) - Method in class net.sf.dewdrop.sqlml.SchemaComponent
 
equals(Object) - Method in class net.sf.dewdrop.sqlml.Sequence
 
equals(Object) - Method in class net.sf.dewdrop.sqlml.SqlDataType
 
equals(Object) - Method in class net.sf.dewdrop.sqlml.SqlmlComponent
 
equals(Object) - Method in class net.sf.dewdrop.sqlml.Table
 
equals(Object) - Method in class net.sf.dewdrop.sqlml.expr.Expression
 
exit() - Method in class net.sf.dewdrop.Main
 

F

FLOAT - Static variable in class net.sf.dewdrop.sqlml.SqlDataType
 
FOREIGN_KEY - Static variable in class net.sf.dewdrop.util.SqlNameToken
 
ForeignKey - class net.sf.dewdrop.sqlml.ForeignKey.
 
ForeignKey() - Constructor for class net.sf.dewdrop.sqlml.ForeignKey
 
findLanguages() - Method in class net.sf.dewdrop.util.LanguageIsoCodeReader
 
fkRef - Variable in class net.sf.dewdrop.sqlml.Column
 
forName(String) - Static method in class net.sf.dewdrop.util.ClassUtils
 
foreignKey - Variable in class net.sf.dewdrop.sqlml.Column
 
fullText - Variable in class net.sf.dewdrop.sqlml.Index
 

G

GenericDialect - class net.sf.dewdrop.sql.dialect.GenericDialect.
 
GenericDialect() - Constructor for class net.sf.dewdrop.sql.dialect.GenericDialect
 
Gt - class net.sf.dewdrop.sqlml.expr.Gt.
 
Gt() - Constructor for class net.sf.dewdrop.sqlml.expr.Gt
 
Gte - class net.sf.dewdrop.sqlml.expr.Gte.
 
Gte() - Constructor for class net.sf.dewdrop.sqlml.expr.Gte
 
get(SqlDataType) - Method in class net.sf.dewdrop.sql.dialect.TypeMap
Retrieve the default type string for the specified SqlDataType.
get(SqlDataType, int, int) - Method in class net.sf.dewdrop.sql.dialect.TypeMap
get type name for specified type and size
getBooleanExpression() - Method in class net.sf.dewdrop.sqlml.Check
 
getCheckConstraints() - Method in class net.sf.dewdrop.sqlml.Column
 
getCloseQuote() - Method in class net.sf.dewdrop.sql.dialect.Dialect
Returns the closing delimiter for a quoted literal string.
getColumn() - Method in class net.sf.dewdrop.sqlml.Ref
 
getColumn(String) - Method in class net.sf.dewdrop.sqlml.Table
Returns the table with a name of columnName.
getColumn() - Method in class net.sf.dewdrop.xml.OrphanedFKRef
 
getColumnRefs() - Method in class net.sf.dewdrop.sqlml.Constraint
 
getColumns() - Method in class net.sf.dewdrop.sqlml.Table
 
getComponents() - Method in class net.sf.dewdrop.sqlml.Schema
Returns a list of all the SchemaComponent objects that make up this schema instance.
getComponents() - Method in class net.sf.dewdrop.sqlml.Sqlml
 
getCount() - Method in class net.sf.dewdrop.sqlml.directive.ConstraintDirective
 
getDefault() - Method in class net.sf.dewdrop.sqlml.Column
 
getDescription() - Method in class net.sf.dewdrop.sqlml.SchemaComponent
 
getDialect(String) - Static method in class net.sf.dewdrop.sql.dialect.Dialect
 
getDialect() - Method in class net.sf.dewdrop.sqlml.config.Configuration
 
getDirective() - Method in class net.sf.dewdrop.sqlml.Column
 
getDirective() - Method in class net.sf.dewdrop.sqlml.Constraint
 
getDocumentLocator() - Method in class net.sf.dewdrop.xml.DewDropDefaultHandler
 
getFk() - Method in class net.sf.dewdrop.xml.OrphanedFKRef
 
getForeignKey() - Method in class net.sf.dewdrop.sqlml.Column
 
getIncrementBy() - Method in class net.sf.dewdrop.sqlml.Sequence
A value of -1 means an incrementBy value was not specified, so don't print one out during sql generation.
getIndentLevel() - Method in class net.sf.dewdrop.sqlml.SqlmlComponent
 
getIndentLevel() - Method in class net.sf.dewdrop.sqlml.config.Configuration
 
getIndentString() - Method in class net.sf.dewdrop.sqlml.config.Configuration
 
getInnerNotNull() - Method in class net.sf.dewdrop.sqlml.Column
 
getInnerPrimaryKey() - Method in class net.sf.dewdrop.sqlml.Column
 
getInnnerUnique() - Method in class net.sf.dewdrop.sqlml.Column
 
getJavaSqlType() - Method in class net.sf.dewdrop.sqlml.SqlDataType
 
getJustifyIndentLevel() - Method in class net.sf.dewdrop.sqlml.directive.ColumnDirective
 
getJustifyIndentLevel() - Method in class net.sf.dewdrop.sqlml.directive.ConstraintDirective
 
getJustifyIndentLevel() - Method in class net.sf.dewdrop.sqlml.directive.TableComponentDirective
 
getLeftHandSide() - Method in class net.sf.dewdrop.sqlml.expr.BooleanExpression
 
getLength() - Method in class net.sf.dewdrop.sqlml.Column
 
getLine() - Method in class net.sf.dewdrop.xml.OrphanedFKRef
 
getLineSeparator() - Method in class net.sf.dewdrop.sqlml.config.Configuration
 
getLinesBetweenRootDefinitions() - Method in class net.sf.dewdrop.sqlml.config.Configuration
Returns the number of new lines inserted between root-level SQL component definitions such as tables, indicies, views, etc.
getLinesBetweenTableComponents() - Method in class net.sf.dewdrop.sqlml.config.Configuration
 
getMaxOperands() - Method in class net.sf.dewdrop.sqlml.expr.Expression
 
getMaxPageWidth() - Method in class net.sf.dewdrop.sqlml.config.Configuration
Returns the maxPageWidth, which is the maximum number of characters per line.
getMaxVal() - Method in class net.sf.dewdrop.sqlml.Sequence
A value of -1 means a max value was not specified, so don't print one out during sql generation.
getName() - Method in class net.sf.dewdrop.sql.dialect.Dialect
Returns the name of this dialect.
getName() - Method in class net.sf.dewdrop.sqlml.SchemaComponent
 
getNatives() - Method in class net.sf.dewdrop.sqlml.Table
 
getNumOperands() - Method in class net.sf.dewdrop.sqlml.expr.Expression
 
getOnDelete() - Method in class net.sf.dewdrop.sqlml.ForeignKey
 
getOnUpdate() - Method in class net.sf.dewdrop.sqlml.ForeignKey
 
getOpenQuote() - Method in class net.sf.dewdrop.sql.dialect.Dialect
Returns the opening delimiter for a quoted literal string.
getOperand(int) - Method in class net.sf.dewdrop.sqlml.expr.Expression
 
getOperator() - Method in class net.sf.dewdrop.sqlml.expr.BooleanExpression
 
getPackageName(String) - Static method in class net.sf.dewdrop.util.ClassUtils
 
getParentTableName() - Method in class net.sf.dewdrop.sqlml.directive.ColumnDirective
 
getParentTableName() - Method in class net.sf.dewdrop.sqlml.directive.ConstraintDirective
 
getParentTableName() - Method in class net.sf.dewdrop.sqlml.directive.TableComponentDirective
 
getParser() - Method in class net.sf.dewdrop.sqlml.support.XmlDomBuilder
 
getPrecision() - Method in class net.sf.dewdrop.sqlml.Column
 
getPrimaryKey() - Method in class net.sf.dewdrop.sqlml.Table
 
getRef() - Method in class net.sf.dewdrop.sqlml.Column
 
getRepeatableTableConstraints() - Method in class net.sf.dewdrop.sqlml.Table
 
getRightHandSide() - Method in class net.sf.dewdrop.sqlml.expr.BooleanExpression
 
getRootIndentLevel() - Method in class net.sf.dewdrop.sqlml.config.Configuration
Returns the indent level for all root SchemaComponents relative to the left margin of the page.
getSchema() - Method in class net.sf.dewdrop.sqlml.Sqlml
 
getSql() - Method in class net.sf.dewdrop.sqlml.Native
 
getSqlml() - Method in class net.sf.dewdrop.sqlml.xml.SqlmlHandler
 
getStartVal() - Method in class net.sf.dewdrop.sqlml.Sequence
A value of -1 means a start value was not specified, so don't print one out during sql generation.
getTable() - Method in class net.sf.dewdrop.sqlml.ForeignKey
 
getTable() - Method in class net.sf.dewdrop.sqlml.Ref
 
getTable(String) - Method in class net.sf.dewdrop.sqlml.Schema
Returns the table with a name of tableName.
getTableComponentIndentLevel() - Method in class net.sf.dewdrop.sqlml.config.Configuration
Returns the column indent level for a column relative to the left margin of its parent table.
getTargetTable() - Method in class net.sf.dewdrop.sqlml.Index
 
getTargets() - Method in class net.sf.dewdrop.sqlml.Native
Returns a list of SupportedRDBMS objects.
getType() - Method in class net.sf.dewdrop.sqlml.Column
 
getTypeString(SqlDataType) - Method in class net.sf.dewdrop.sql.dialect.Dialect
Get the name of the database type associated with the given SqlDataType.
getTypeString(SqlDataType, int, int) - Method in class net.sf.dewdrop.sql.dialect.Dialect
Get the name of the database type associated with the given SqlDataType.
getValue() - Method in class net.sf.dewdrop.sqlml.ModificationAction
 
getValue() - Method in class net.sf.dewdrop.sqlml.SqlDataType
 
getValue() - Method in class net.sf.dewdrop.sqlml.Value
 
global - Variable in class net.sf.dewdrop.sqlml.Table
 

H

HTTP_PORT - Static variable in class net.sf.dewdrop.util.CountryIsoCodeReader
 
HTTP_PORT - Static variable in class net.sf.dewdrop.util.LanguageIsoCodeReader
 
hasDeleteAction() - Method in class net.sf.dewdrop.sqlml.ForeignKey
 
hasUpdateAction() - Method in class net.sf.dewdrop.sqlml.ForeignKey
 
hashCode() - Method in class net.sf.dewdrop.sqlml.ModificationAction
 
hashCode() - Method in class net.sf.dewdrop.sqlml.expr.Expression
 

I

INDEX - Static variable in class net.sf.dewdrop.util.SqlNameToken
 
INTEGER - Static variable in class net.sf.dewdrop.sqlml.SqlDataType
 
ISO_3166_HOST - Static variable in class net.sf.dewdrop.util.CountryIsoCodeReader
 
ISO_3166_TXT_FILE_PATH - Static variable in class net.sf.dewdrop.util.CountryIsoCodeReader
 
ISO_639_2_HOST - Static variable in class net.sf.dewdrop.util.LanguageIsoCodeReader
 
ISO_639_2_HTML_PATH - Static variable in class net.sf.dewdrop.util.LanguageIsoCodeReader
 
Index - class net.sf.dewdrop.sqlml.Index.
 
Index() - Constructor for class net.sf.dewdrop.sqlml.Index
 
i18n(String) - Method in class net.sf.dewdrop.sqlml.SqlmlComponent
 
i18n(String, Object) - Method in class net.sf.dewdrop.sqlml.SqlmlComponent
 
i18n(String, Object[]) - Method in class net.sf.dewdrop.sqlml.SqlmlComponent
 
incrementBy - Variable in class net.sf.dewdrop.sqlml.Sequence
 
incrementCount() - Method in class net.sf.dewdrop.sqlml.directive.ConstraintDirective
 
incrementIndent() - Method in class net.sf.dewdrop.sqlml.config.Configuration
 
indent(Writer) - Method in class net.sf.dewdrop.sqlml.config.Configuration
 
indent(Writer, int) - Method in class net.sf.dewdrop.sqlml.config.Configuration
 
indentLevel - Variable in class net.sf.dewdrop.sqlml.SqlmlComponent
 
indentLevel - Variable in class net.sf.dewdrop.sqlml.config.Configuration
 
indentString - Variable in class net.sf.dewdrop.sqlml.config.Configuration
 
inline - Variable in class net.sf.dewdrop.sqlml.Constraint
 
innerNn - Variable in class net.sf.dewdrop.sqlml.Column
 
innerPk - Variable in class net.sf.dewdrop.sqlml.Column
 
innerUq - Variable in class net.sf.dewdrop.sqlml.Column
 
instantiateElement(String) - Method in class net.sf.dewdrop.sqlml.xml.SqlmlHandler
 
isCached() - Method in class net.sf.dewdrop.sqlml.Table
 
isColumnMetadataJustified() - Method in class net.sf.dewdrop.sqlml.config.Configuration
Returns whether or not column metadata for column definitions will be justified flush with all other column metadata in a table.
isComplex() - Method in class net.sf.dewdrop.sqlml.Constraint
Returns true if and only if this constraint is concerned with multiple columns, false otherwise
isComplex() - Method in class net.sf.dewdrop.sqlml.expr.BooleanExpression
Does this boolean expression have any nested BooleanExpressions?
isFullText() - Method in class net.sf.dewdrop.sqlml.Index
 
isGlobal() - Method in class net.sf.dewdrop.sqlml.Table
 
isInline() - Method in class net.sf.dewdrop.sqlml.Constraint
 
isInlinePkDeclarationAllowed() - Method in class net.sf.dewdrop.sqlml.directive.ColumnDirective
 
isNull() - Method in class net.sf.dewdrop.sqlml.Value
 
isNumeric() - Method in class net.sf.dewdrop.sqlml.Value
Returns true if the value represented by this object can be represented as a numeric value.
isNumeric(Object) - Static method in class net.sf.dewdrop.sqlml.Value
Returns true if the given value can be represented as a numeric value as specified by NumberFormat.parse(String) for the default locale, false otherwise.
isOutputWrappedInTransaction() - Method in class net.sf.dewdrop.sqlml.config.Configuration
 
isPrimaryKey() - Method in class net.sf.dewdrop.sqlml.Column
 
isRequired() - Method in class net.sf.dewdrop.sqlml.Column
 
isSpaceUsedForIndents() - Method in class net.sf.dewdrop.sqlml.config.Configuration
Returns true if the space character is to be used as the indent character in the document, false if a tab is to be used.
isTableOpenParenOnSameLine() - Method in class net.sf.dewdrop.sqlml.config.Configuration
Returns true if, when creating a new table, the table's open parenthesis is to be on the same line as the table name and table modifiers.
isTemporary() - Method in class net.sf.dewdrop.sqlml.Table
 
isUnique() - Method in class net.sf.dewdrop.sqlml.Column
 
isUnique() - Method in class net.sf.dewdrop.sqlml.Index
 

J

JdbcUtils - class net.sf.dewdrop.util.JdbcUtils.
Simple class to provide conversion between commonly used JDBC elements and DewDrop elements.
JdbcUtils() - Constructor for class net.sf.dewdrop.util.JdbcUtils
 
justifyIndentLevel - Variable in class net.sf.dewdrop.sqlml.directive.ColumnDirective
 
justifyIndentLevel - Variable in class net.sf.dewdrop.sqlml.directive.ConstraintDirective
 
justifyIndentLevel - Variable in class net.sf.dewdrop.sqlml.directive.TableComponentDirective
 

L

LanguageIsoCodeReader - class net.sf.dewdrop.util.LanguageIsoCodeReader.
Class short description goes here.
LanguageIsoCodeReader() - Constructor for class net.sf.dewdrop.util.LanguageIsoCodeReader
 
Lt - class net.sf.dewdrop.sqlml.expr.Lt.
 
Lt() - Constructor for class net.sf.dewdrop.sqlml.expr.Lt
 
Lte - class net.sf.dewdrop.sqlml.expr.Lte.
 
Lte() - Constructor for class net.sf.dewdrop.sqlml.expr.Lte
 
length - Variable in class net.sf.dewdrop.sqlml.Column
 
lineSeparator - Variable in class net.sf.dewdrop.sqlml.config.Configuration
 
linesBetweenRootDefinitions - Variable in class net.sf.dewdrop.sqlml.config.Configuration
 
linesBetweenTableComponents - Variable in class net.sf.dewdrop.sqlml.config.Configuration
 
logger - Variable in class net.sf.dewdrop.Main
 
logger - Variable in class net.sf.dewdrop.sqlml.SqlmlComponent
 
logger - Variable in class net.sf.dewdrop.xml.DewDropDefaultHandler
 

M

Main - class net.sf.dewdrop.Main.
Driver class for the DewDrop application.
Main() - Constructor for class net.sf.dewdrop.Main
 
ModificationAction - class net.sf.dewdrop.sqlml.ModificationAction.
 
ModificationAction(String) - Constructor for class net.sf.dewdrop.sqlml.ModificationAction
 
main(String[]) - Static method in class net.sf.dewdrop.Main
 
main(String[]) - Static method in class net.sf.dewdrop.util.CountryIsoCodeReader
 
main(String[]) - Static method in class net.sf.dewdrop.util.LanguageIsoCodeReader
 
maxOperands - Variable in class net.sf.dewdrop.sqlml.expr.Expression
 
maxPageWidth - Variable in class net.sf.dewdrop.sqlml.config.Configuration
 
maxVal - Variable in class net.sf.dewdrop.sqlml.Sequence
 

N

NL - Static variable in class net.sf.dewdrop.xml.DewDropDefaultHandler
 
NOT_NULL - Static variable in class net.sf.dewdrop.util.SqlNameToken
 
NO_ACTION - Static variable in class net.sf.dewdrop.sqlml.ModificationAction
 
NUMERIC - Static variable in class net.sf.dewdrop.sqlml.SqlDataType
 
Native - class net.sf.dewdrop.sqlml.Native.
 
Native() - Constructor for class net.sf.dewdrop.sqlml.Native
 
Neq - class net.sf.dewdrop.sqlml.expr.Neq.
 
Neq() - Constructor for class net.sf.dewdrop.sqlml.expr.Neq
 
NotNull - class net.sf.dewdrop.sqlml.NotNull.
 
NotNull() - Constructor for class net.sf.dewdrop.sqlml.NotNull
 
name - Variable in class net.sf.dewdrop.sqlml.SchemaComponent
 
natives - Variable in class net.sf.dewdrop.sqlml.Table
 
net.sf.dewdrop - package net.sf.dewdrop
 
net.sf.dewdrop.sql.dialect - package net.sf.dewdrop.sql.dialect
 
net.sf.dewdrop.sqlml - package net.sf.dewdrop.sqlml
 
net.sf.dewdrop.sqlml.config - package net.sf.dewdrop.sqlml.config
 
net.sf.dewdrop.sqlml.directive - package net.sf.dewdrop.sqlml.directive
 
net.sf.dewdrop.sqlml.expr - package net.sf.dewdrop.sqlml.expr
 
net.sf.dewdrop.sqlml.support - package net.sf.dewdrop.sqlml.support
 
net.sf.dewdrop.sqlml.xml - package net.sf.dewdrop.sqlml.xml
 
net.sf.dewdrop.util - package net.sf.dewdrop.util
 
net.sf.dewdrop.xml - package net.sf.dewdrop.xml
 
newInstance(Class) - Static method in class net.sf.dewdrop.util.ClassUtils
 

O

Or - class net.sf.dewdrop.sqlml.expr.Or.
 
Or() - Constructor for class net.sf.dewdrop.sqlml.expr.Or
 
OrphanedFKRef - class net.sf.dewdrop.xml.OrphanedFKRef.
Simple class to record a ForiegnKey and what line/column it occured on in order to report it later to the user if the referenced table is never defined.
OrphanedFKRef(Table, ForeignKey, int, int) - Constructor for class net.sf.dewdrop.xml.OrphanedFKRef
 
onDelete - Variable in class net.sf.dewdrop.sqlml.ForeignKey
 
onUpdate - Variable in class net.sf.dewdrop.sqlml.ForeignKey
 
onWriteSql(Writer, Configuration) - Method in class net.sf.dewdrop.sqlml.Check
 
onWriteSql(Writer, Configuration) - Method in class net.sf.dewdrop.sqlml.Column
 
onWriteSql(Writer, Configuration) - Method in class net.sf.dewdrop.sqlml.Description
 
onWriteSql(Writer, Configuration) - Method in class net.sf.dewdrop.sqlml.ForeignKey
 
onWriteSql(Writer, Configuration) - Method in class net.sf.dewdrop.sqlml.Index
 
onWriteSql(Writer, Configuration) - Method in class net.sf.dewdrop.sqlml.Native
 
onWriteSql(Writer, Configuration) - Method in class net.sf.dewdrop.sqlml.NotNull
 
onWriteSql(Writer, Configuration) - Method in class net.sf.dewdrop.sqlml.PrimaryKey
 
onWriteSql(Writer, Configuration) - Method in class net.sf.dewdrop.sqlml.Ref
 
onWriteSql(Writer, Configuration) - Method in class net.sf.dewdrop.sqlml.Schema
 
onWriteSql(Writer, Configuration) - Method in class net.sf.dewdrop.sqlml.Sequence
 
onWriteSql(Writer, Configuration) - Method in class net.sf.dewdrop.sqlml.Sqlml
 
onWriteSql(Writer, Configuration) - Method in class net.sf.dewdrop.sqlml.SqlmlComponent
 
onWriteSql(Writer, Configuration) - Method in class net.sf.dewdrop.sqlml.Table
 
onWriteSql(Writer, Configuration) - Method in class net.sf.dewdrop.sqlml.Unique
 
onWriteSql(Writer, Configuration) - Method in class net.sf.dewdrop.sqlml.Value
 
onWriteSql(Writer, Configuration) - Method in class net.sf.dewdrop.sqlml.expr.BooleanExpression
 
operands - Variable in class net.sf.dewdrop.sqlml.expr.Expression
A List of SqlmlComponents.
operator - Variable in class net.sf.dewdrop.sqlml.expr.BooleanExpression
 
outputWrappedInTransaction - Variable in class net.sf.dewdrop.sqlml.config.Configuration
 

P

PRIMARY_KEY - Static variable in class net.sf.dewdrop.util.SqlNameToken
 
PrimaryKey - class net.sf.dewdrop.sqlml.PrimaryKey.
 
PrimaryKey() - Constructor for class net.sf.dewdrop.sqlml.PrimaryKey
 
parentTableName - Variable in class net.sf.dewdrop.sqlml.directive.TableComponentDirective
 
parseArgs(String[]) - Method in class net.sf.dewdrop.Main
 
precision - Variable in class net.sf.dewdrop.sqlml.Column
 
primaryKey - Variable in class net.sf.dewdrop.sqlml.Column
 
primaryKey - Variable in class net.sf.dewdrop.sqlml.Table
 
printUsage() - Method in class net.sf.dewdrop.Main
 
printVersion() - Method in class net.sf.dewdrop.Main
 
put(SqlDataType, int, String) - Method in class net.sf.dewdrop.sql.dialect.TypeMap
set a type name for specified type key and capacity
put(SqlDataType, String) - Method in class net.sf.dewdrop.sql.dialect.TypeMap
set a default type name for specified type key

R

Ref - class net.sf.dewdrop.sqlml.Ref.
 
Ref() - Constructor for class net.sf.dewdrop.sqlml.Ref
 
registerColumnType(SqlDataType, int, String) - Method in class net.sf.dewdrop.sql.dialect.Dialect
Subclasses register a typename for the given type code and maximum column length.
registerColumnType(SqlDataType, String) - Method in class net.sf.dewdrop.sql.dialect.Dialect
Subclasses register a typename for the given type code.
removeColumn(String) - Method in class net.sf.dewdrop.sqlml.Table
 
repeatableTableConstraints - Variable in class net.sf.dewdrop.sqlml.Table
 
replaceFirst(String, String, String) - Static method in class net.sf.dewdrop.util.StringUtils
 
required - Variable in class net.sf.dewdrop.sqlml.Column
 
resolveEntity(String, String) - Method in class net.sf.dewdrop.sqlml.xml.SqlmlDtdResolver
 
resolveEntity(String, String) - Method in class net.sf.dewdrop.xml.DewDropDefaultHandler
 
retrieveCountries() - Method in class net.sf.dewdrop.util.CountryIsoCodeReader
Returns a hashmap of the country names, keyed by their corresponding 2 letter code.
rootIndentLevel - Variable in class net.sf.dewdrop.sqlml.config.Configuration
 

S

SEQUENCE - Static variable in class net.sf.dewdrop.util.SqlNameToken
 
SET_DEFAULT - Static variable in class net.sf.dewdrop.sqlml.ModificationAction
 
SET_NULL - Static variable in class net.sf.dewdrop.sqlml.ModificationAction
 
SMALLINT - Static variable in class net.sf.dewdrop.sqlml.SqlDataType
 
SQLML_PACKAGE - Static variable in class net.sf.dewdrop.sqlml.xml.SqlmlHandler
 
Schema - class net.sf.dewdrop.sqlml.Schema.
 
Schema() - Constructor for class net.sf.dewdrop.sqlml.Schema
 
SchemaComponent - class net.sf.dewdrop.sqlml.SchemaComponent.
 
SchemaComponent() - Constructor for class net.sf.dewdrop.sqlml.SchemaComponent
 
Sequence - class net.sf.dewdrop.sqlml.Sequence.
 
Sequence() - Constructor for class net.sf.dewdrop.sqlml.Sequence
 
SqlDataType - class net.sf.dewdrop.sqlml.SqlDataType.
Typesafe enum
SqlDataType(String, int) - Constructor for class net.sf.dewdrop.sqlml.SqlDataType
 
SqlNameToken - class net.sf.dewdrop.util.SqlNameToken.
This class uses a string conversion heuristic to create names following the java convention (e.g.
SqlNameToken(String) - Constructor for class net.sf.dewdrop.util.SqlNameToken
 
Sqlml - class net.sf.dewdrop.sqlml.Sqlml.
Object binding of the <sqlml> xml element.
Sqlml() - Constructor for class net.sf.dewdrop.sqlml.Sqlml
 
SqlmlComponent - class net.sf.dewdrop.sqlml.SqlmlComponent.
Base class of all Sqlml elements
SqlmlComponent() - Constructor for class net.sf.dewdrop.sqlml.SqlmlComponent
 
SqlmlDtdResolver - class net.sf.dewdrop.sqlml.xml.SqlmlDtdResolver.
 
SqlmlDtdResolver() - Constructor for class net.sf.dewdrop.sqlml.xml.SqlmlDtdResolver
 
SqlmlHandler - class net.sf.dewdrop.sqlml.xml.SqlmlHandler.
Class short description goes here.
SqlmlHandler() - Constructor for class net.sf.dewdrop.sqlml.xml.SqlmlHandler
Default constructor.
StringUtils - class net.sf.dewdrop.util.StringUtils.
Utility class providing string conversion methods.
StringUtils() - Constructor for class net.sf.dewdrop.util.StringUtils
 
schemaComponents - Variable in class net.sf.dewdrop.sqlml.Schema
 
setBooleanExpression(BooleanExpression) - Method in class net.sf.dewdrop.sqlml.Check
 
setCached(boolean) - Method in class net.sf.dewdrop.sqlml.Table
 
setColumn(String) - Method in class net.sf.dewdrop.sqlml.Ref
 
setColumnMetadataJustified(boolean) - Method in class net.sf.dewdrop.sqlml.config.Configuration
Sets whether or not column metadata is to be justfied when printed out.
setComponentAttributes(SqlmlComponent, Attributes) - Method in class net.sf.dewdrop.sqlml.xml.SqlmlHandler
 
setCount(int) - Method in class net.sf.dewdrop.sqlml.directive.ConstraintDirective
 
setDefault(String) - Method in class net.sf.dewdrop.sqlml.Column
 
setDescription(String) - Method in class net.sf.dewdrop.sqlml.SchemaComponent
 
setDialect(Dialect) - Method in class net.sf.dewdrop.sqlml.config.Configuration
 
setDirective(ColumnDirective) - Method in class net.sf.dewdrop.sqlml.Column
 
setDirective(ConstraintDirective) - Method in class net.sf.dewdrop.sqlml.Constraint
 
setDocumentLocator(Locator) - Method in class net.sf.dewdrop.xml.DewDropDefaultHandler
 
setEntityResolver(EntityResolver) - Method in class net.sf.dewdrop.xml.DewDropDefaultHandler
 
setForeignKey(ForeignKey) - Method in class net.sf.dewdrop.sqlml.Column
 
setFullText(boolean) - Method in class net.sf.dewdrop.sqlml.Index
 
setGlobal(boolean) - Method in class net.sf.dewdrop.sqlml.Table
 
setIncrementBy(int) - Method in class net.sf.dewdrop.sqlml.Sequence
 
setIndentLevel(int) - Method in class net.sf.dewdrop.sqlml.SqlmlComponent
 
setIndentLevel(int) - Method in class net.sf.dewdrop.sqlml.config.Configuration
 
setIndentString(String) - Method in class net.sf.dewdrop.sqlml.config.Configuration
 
setInline(boolean) - Method in class net.sf.dewdrop.sqlml.Constraint
 
setInlinePkDeclarationAllowed(boolean) - Method in class net.sf.dewdrop.sqlml.directive.ColumnDirective
 
setInnerNotNull(NotNull) - Method in class net.sf.dewdrop.sqlml.Column
 
setInnerPrimaryKey(PrimaryKey) - Method in class net.sf.dewdrop.sqlml.Column
 
setInnerUnique(Unique) - Method in class net.sf.dewdrop.sqlml.Column
 
setJustifyIndentLevel(int) - Method in class net.sf.dewdrop.sqlml.directive.ColumnDirective
 
setJustifyIndentLevel(int) - Method in class net.sf.dewdrop.sqlml.directive.ConstraintDirective
 
setJustifyIndentLevel(int) - Method in class net.sf.dewdrop.sqlml.directive.TableComponentDirective
 
setLeftHandSide(SqlmlComponent) - Method in class net.sf.dewdrop.sqlml.expr.BooleanExpression
 
setLength(int) - Method in class net.sf.dewdrop.sqlml.Column
 
setLineSeparator(String) - Method in class net.sf.dewdrop.sqlml.config.Configuration
 
setLinesBetweenRootDefinitions(int) - Method in class net.sf.dewdrop.sqlml.config.Configuration
Sets the number of new lines to be inserted between root-level SQL component definitions such as tables, indices, views, etc.
setLinesBetweenTableComponents(int) - Method in class net.sf.dewdrop.sqlml.config.Configuration
 
setMaxOperands(int) - Method in class net.sf.dewdrop.sqlml.expr.Expression
 
setMaxPageWidth(int) - Method in class net.sf.dewdrop.sqlml.config.Configuration
Sets the maxPageWidth, which is the maximum number of characters per line.
setMaxVal(int) - Method in class net.sf.dewdrop.sqlml.Sequence
 
setName(String) - Method in class net.sf.dewdrop.sqlml.SchemaComponent
 
setOnDelete(ModificationAction) - Method in class net.sf.dewdrop.sqlml.ForeignKey
 
setOnUpdate(ModificationAction) - Method in class net.sf.dewdrop.sqlml.ForeignKey
 
setOperand(int, Object) - Method in class net.sf.dewdrop.sqlml.expr.Expression
 
setOperator(String) - Method in class net.sf.dewdrop.sqlml.expr.BooleanExpression
 
setOutputWrappedInTransaction(boolean) - Method in class net.sf.dewdrop.sqlml.config.Configuration
 
setParentTableName(String) - Method in class net.sf.dewdrop.sqlml.directive.ColumnDirective
 
setParentTableName(String) - Method in class net.sf.dewdrop.sqlml.directive.ConstraintDirective
 
setParentTableName(String) - Method in class net.sf.dewdrop.sqlml.directive.TableComponentDirective
 
setParser(SAXParser) - Method in class net.sf.dewdrop.sqlml.support.XmlDomBuilder
Allows an external component to specify the sax parser to use for parsing operations.
setPrecision(int) - Method in class net.sf.dewdrop.sqlml.Column
 
setPrimaryKey(boolean) - Method in class net.sf.dewdrop.sqlml.Column
 
setPrimaryKey(PrimaryKey) - Method in class net.sf.dewdrop.sqlml.Table
 
setRef(Ref) - Method in class net.sf.dewdrop.sqlml.Column
 
setRequired(boolean) - Method in class net.sf.dewdrop.sqlml.Column
 
setRightHandSide(SqlmlComponent) - Method in class net.sf.dewdrop.sqlml.expr.BooleanExpression
 
setRootIndentLevel(int) - Method in class net.sf.dewdrop.sqlml.config.Configuration
Sets the root indent level for all SchemaComponents relative to the left margin of the page.
setSql(String) - Method in class net.sf.dewdrop.sqlml.Native
 
setStartVal(int) - Method in class net.sf.dewdrop.sqlml.Sequence
 
setTable(String) - Method in class net.sf.dewdrop.sqlml.ForeignKey
 
setTable(String) - Method in class net.sf.dewdrop.sqlml.Ref
 
setTableComponentIndentLevel(int) - Method in class net.sf.dewdrop.sqlml.config.Configuration
Sets the indent level for a table component relative to the left margin of its parent table.
setTableOpenParenOnSameLine(boolean) - Method in class net.sf.dewdrop.sqlml.config.Configuration
Sets whether or not a table definition's opening parenthesis will exist on the same line as the table declaration or not.
setTargetTable(String) - Method in class net.sf.dewdrop.sqlml.Index
 
setTargets(String) - Method in class net.sf.dewdrop.sqlml.Native
 
setTemporary(boolean) - Method in class net.sf.dewdrop.sqlml.Table
 
setType(SqlDataType) - Method in class net.sf.dewdrop.sqlml.Column
 
setUnique(boolean) - Method in class net.sf.dewdrop.sqlml.Column
 
setUnique(boolean) - Method in class net.sf.dewdrop.sqlml.Index
 
setValue(Object) - Method in class net.sf.dewdrop.sqlml.Value
 
sql - Variable in class net.sf.dewdrop.sqlml.Native
 
start() - Method in class net.sf.dewdrop.Main
 
startDocument() - Method in class net.sf.dewdrop.xml.DewDropDefaultHandler
 
startElement(String, String, String, Attributes) - Method in class net.sf.dewdrop.sqlml.xml.SqlmlHandler
 
startPrefixMapping(String, String) - Method in class net.sf.dewdrop.xml.DewDropDefaultHandler
 
startVal - Variable in class net.sf.dewdrop.sqlml.Sequence
 
supportsSequences() - Method in class net.sf.dewdrop.sql.dialect.Dialect
Returns whether or not this SQL Dialect supports sequences.

T

TIME - Static variable in class net.sf.dewdrop.sqlml.SqlDataType
 
TIMESTAMP - Static variable in class net.sf.dewdrop.sqlml.SqlDataType
 
TINYINT - Static variable in class net.sf.dewdrop.sqlml.SqlDataType
 
Table - class net.sf.dewdrop.sqlml.Table.
 
Table() - Constructor for class net.sf.dewdrop.sqlml.Table
 
TableComponentDirective - class net.sf.dewdrop.sqlml.directive.TableComponentDirective.
Class short description goes here.
TableComponentDirective() - Constructor for class net.sf.dewdrop.sqlml.directive.TableComponentDirective
 
TypeMap - class net.sf.dewdrop.sql.dialect.TypeMap.
This class maps a type to names.
TypeMap() - Constructor for class net.sf.dewdrop.sql.dialect.TypeMap
 
table - Variable in class net.sf.dewdrop.sqlml.ForeignKey
 
table - Variable in class net.sf.dewdrop.sqlml.Ref
 
tableComponentIndentLevel - Variable in class net.sf.dewdrop.sqlml.config.Configuration
 
tableOpenParenOnSameLine - Variable in class net.sf.dewdrop.sqlml.config.Configuration
 
targetTable - Variable in class net.sf.dewdrop.sqlml.Index
 
targets - Variable in class net.sf.dewdrop.sqlml.Native
 
temporary - Variable in class net.sf.dewdrop.sqlml.Table
 
toCalendar(Timestamp) - Static method in class net.sf.dewdrop.util.JdbcUtils
 
toClass(SqlDataType) - Static method in class net.sf.dewdrop.util.JdbcUtils
 
toSql() - Method in class net.sf.dewdrop.sqlml.SqlmlComponent
Returns the String output of this SqlmlComponent and all of its child components.
toSql(Dialect) - Method in class net.sf.dewdrop.sqlml.SqlmlComponent
Returns the String output of this SqlmlComponent and all of its child components.
toSql(Configuration) - Method in class net.sf.dewdrop.sqlml.SqlmlComponent
Returns the String output of this SqlmlComponent and all of its child components.
toString() - Method in class net.sf.dewdrop.sql.dialect.Dialect
 
toString() - Method in class net.sf.dewdrop.sqlml.ModificationAction
 
toString() - Method in class net.sf.dewdrop.sqlml.SqlDataType
 
toString() - Method in class net.sf.dewdrop.sqlml.SqlmlComponent
 
toString() - Method in class net.sf.dewdrop.util.SqlNameToken
 
toTimestamp(Calendar) - Static method in class net.sf.dewdrop.util.JdbcUtils
 
toType(SqlDataType) - Static method in class net.sf.dewdrop.util.JdbcUtils
 
type - Variable in class net.sf.dewdrop.sqlml.Column
 

U

UNIQUE - Static variable in class net.sf.dewdrop.util.SqlNameToken
 
Unique - class net.sf.dewdrop.sqlml.Unique.
 
Unique() - Constructor for class net.sf.dewdrop.sqlml.Unique
 
UnsupportedDataTypeException - exception net.sf.dewdrop.sql.dialect.UnsupportedDataTypeException.
Exception thrown when an SQL Dialect does not support a particular SqlDataType.
UnsupportedDataTypeException() - Constructor for class net.sf.dewdrop.sql.dialect.UnsupportedDataTypeException
 
UnsupportedDataTypeException(String) - Constructor for class net.sf.dewdrop.sql.dialect.UnsupportedDataTypeException
 
UnsupportedDataTypeException(Throwable) - Constructor for class net.sf.dewdrop.sql.dialect.UnsupportedDataTypeException
 
UnsupportedDataTypeException(String, Throwable) - Constructor for class net.sf.dewdrop.sql.dialect.UnsupportedDataTypeException
 
UnsupportedFeatureException - exception net.sf.dewdrop.sql.dialect.UnsupportedFeatureException.
 
UnsupportedFeatureException() - Constructor for class net.sf.dewdrop.sql.dialect.UnsupportedFeatureException
 
UnsupportedFeatureException(String) - Constructor for class net.sf.dewdrop.sql.dialect.UnsupportedFeatureException
 
UnsupportedFeatureException(Throwable) - Constructor for class net.sf.dewdrop.sql.dialect.UnsupportedFeatureException
 
UnsupportedFeatureException(String, Throwable) - Constructor for class net.sf.dewdrop.sql.dialect.UnsupportedFeatureException
 
uncapitalizeFirstChar(String) - Static method in class net.sf.dewdrop.util.StringUtils
Uncapitalizes the first character in any string if the character can be uncapitalized.
unique - Variable in class net.sf.dewdrop.sqlml.Column
 
unique - Variable in class net.sf.dewdrop.sqlml.Index
 
unqualify(Class) - Static method in class net.sf.dewdrop.util.ClassUtils
 
unqualify(String) - Static method in class net.sf.dewdrop.util.ClassUtils
 
updateDurableReferences(SqlmlComponent) - Method in class net.sf.dewdrop.sqlml.xml.SqlmlHandler
Updates all stateful reference components in this instance.

V

VARBINARY - Static variable in class net.sf.dewdrop.sqlml.SqlDataType
 
VARCHAR - Static variable in class net.sf.dewdrop.sqlml.SqlDataType
 
Value - class net.sf.dewdrop.sqlml.Value.
 
Value() - Constructor for class net.sf.dewdrop.sqlml.Value
 
validate(SqlmlComponent) - Method in class net.sf.dewdrop.sqlml.xml.SqlmlHandler
 
validate(ForeignKey) - Method in class net.sf.dewdrop.sqlml.xml.SqlmlHandler
Validates the ForeignKey fk.
validate(Ref) - Method in class net.sf.dewdrop.sqlml.xml.SqlmlHandler
 
validate(Column) - Method in class net.sf.dewdrop.sqlml.xml.SqlmlHandler
 
value - Variable in class net.sf.dewdrop.sqlml.ModificationAction
 
valueOf(String) - Static method in class net.sf.dewdrop.sqlml.ModificationAction
 
valueOf(String) - Static method in class net.sf.dewdrop.sqlml.SqlDataType
 
valueOf(int) - Static method in class net.sf.dewdrop.sqlml.SqlDataType
 

W

write(Writer, String) - Method in class net.sf.dewdrop.sqlml.config.Configuration
 
writeSql(Writer) - Method in class net.sf.dewdrop.sqlml.SqlmlComponent
Outputs the SQL for this SchemaComponent and all of its child components to the specified character Writer according to the system default configuration and dialect.
writeSql(Writer, Dialect) - Method in class net.sf.dewdrop.sqlml.SqlmlComponent
 
writeSql(Writer, Configuration) - Method in class net.sf.dewdrop.sqlml.SqlmlComponent
Outputs the SQL for this SchemaComponent and all of its child components to the specified character Writer customized according to the specified configuration parameter.
writeln(Writer, String) - Method in class net.sf.dewdrop.sqlml.config.Configuration
 
writeln(Writer) - Method in class net.sf.dewdrop.sqlml.config.Configuration
 

X

XmlDomBuilder - class net.sf.dewdrop.sqlml.support.XmlDomBuilder.
Constructs an SQLML DOM tree from an SQLML XML file.
XmlDomBuilder() - Constructor for class net.sf.dewdrop.sqlml.support.XmlDomBuilder
 

_

_BIGINT - Static variable in class net.sf.dewdrop.sqlml.SqlDataType
 
_BIT - Static variable in class net.sf.dewdrop.sqlml.SqlDataType
 
_BLOB - Static variable in class net.sf.dewdrop.sqlml.SqlDataType
 
_BOOLEAN - Static variable in class net.sf.dewdrop.sqlml.SqlDataType
 
_CASCADE - Static variable in class net.sf.dewdrop.sqlml.ModificationAction
 
_CHAR - Static variable in class net.sf.dewdrop.sqlml.SqlDataType
 
_CLOB - Static variable in class net.sf.dewdrop.sqlml.SqlDataType
 
_DATE - Static variable in class net.sf.dewdrop.sqlml.SqlDataType
 
_DOUBLE - Static variable in class net.sf.dewdrop.sqlml.SqlDataType
 
_FLOAT - Static variable in class net.sf.dewdrop.sqlml.SqlDataType
 
_INTEGER - Static variable in class net.sf.dewdrop.sqlml.SqlDataType
 
_NO_ACTION - Static variable in class net.sf.dewdrop.sqlml.ModificationAction
 
_NUMERIC - Static variable in class net.sf.dewdrop.sqlml.SqlDataType
 
_SET_DEFAULT - Static variable in class net.sf.dewdrop.sqlml.ModificationAction
 
_SET_NULL - Static variable in class net.sf.dewdrop.sqlml.ModificationAction
 
_SMALLINT - Static variable in class net.sf.dewdrop.sqlml.SqlDataType
 
_TIME - Static variable in class net.sf.dewdrop.sqlml.SqlDataType
 
_TIMESTAMP - Static variable in class net.sf.dewdrop.sqlml.SqlDataType
 
_TINYINT - Static variable in class net.sf.dewdrop.sqlml.SqlDataType
 
_VARBINARY - Static variable in class net.sf.dewdrop.sqlml.SqlDataType
 
_VARCHAR - Static variable in class net.sf.dewdrop.sqlml.SqlDataType
 
_components - Variable in class net.sf.dewdrop.xml.DewDropDefaultHandler
 
_locator - Variable in class net.sf.dewdrop.xml.DewDropDefaultHandler
allows place location in the document (line/column numbers, etc)
_namespaceMappings - Variable in class net.sf.dewdrop.xml.DewDropDefaultHandler
Store URI to prefix mappings

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