Package | Description |
---|---|
com.healthmarketscience.common.util | |
com.healthmarketscience.sqlbuilder |
Builder-style classes for generating a wide variety of SQL statements (see
the Syntax Reference for
the major highlights).
|
com.healthmarketscience.sqlbuilder.custom |
SqlBuilder supports two types of custom SQL:
Custom values/expressions within existing queries - this type of
customization can be achieved using the custom SqlObject variants:
CustomSql , CustomExpression , and CustomCondition .
Custom clauses added to existing queries - the classes in this package
(and subpackages) enable this type of customization, read on for
details.
|
com.healthmarketscience.sqlbuilder.custom.mysql |
SqlBuilder customizations specific to the MySQL database.
|
com.healthmarketscience.sqlbuilder.custom.oracle |
SqlBuilder customizations specific to the Oracle database.
|
com.healthmarketscience.sqlbuilder.custom.postgresql |
SqlBuilder customizations specific to the PostgreSQL database.
|
com.healthmarketscience.sqlbuilder.custom.sqlserver |
SqlBuilder customizations specific to the SQL Server database.
|
Class and Description |
---|
AppendableExt
Wrapper for an Appendable which adds the ability for objects to append
themselves directly to the given Appendable instead of creating
intermediate CharSequence objects (Strings, etc).
|
Appendee
Should be implemented by an object which can append itself to an
AppendableExt object, where the work of generating a result for
toString() would itself involve the appending of multiple
CharSequences (Strings, etc). |
StringAppendableExt
Simple extension of AppendableExt that swallows IOExceptions under the
assumption that it will generally be used with Appendables which do not
actually throw any IOExceptions (i.e.
|
Class and Description |
---|
AppendableExt
Wrapper for an Appendable which adds the ability for objects to append
themselves directly to the given Appendable instead of creating
intermediate CharSequence objects (Strings, etc).
|
Appendee
Should be implemented by an object which can append itself to an
AppendableExt object, where the work of generating a result for
toString() would itself involve the appending of multiple
CharSequences (Strings, etc). |
AppendeeObject
Simple subclass for objects wishing to use the AppendableExt/Appendee
interface in new class hierarchies.
|
Class and Description |
---|
AppendableExt
Wrapper for an Appendable which adds the ability for objects to append
themselves directly to the given Appendable instead of creating
intermediate CharSequence objects (Strings, etc).
|
Appendee
Should be implemented by an object which can append itself to an
AppendableExt object, where the work of generating a result for
toString() would itself involve the appending of multiple
CharSequences (Strings, etc). |
AppendeeObject
Simple subclass for objects wishing to use the AppendableExt/Appendee
interface in new class hierarchies.
|
Class and Description |
---|
AppendableExt
Wrapper for an Appendable which adds the ability for objects to append
themselves directly to the given Appendable instead of creating
intermediate CharSequence objects (Strings, etc).
|
Appendee
Should be implemented by an object which can append itself to an
AppendableExt object, where the work of generating a result for
toString() would itself involve the appending of multiple
CharSequences (Strings, etc). |
AppendeeObject
Simple subclass for objects wishing to use the AppendableExt/Appendee
interface in new class hierarchies.
|
Class and Description |
---|
AppendableExt
Wrapper for an Appendable which adds the ability for objects to append
themselves directly to the given Appendable instead of creating
intermediate CharSequence objects (Strings, etc).
|
Appendee
Should be implemented by an object which can append itself to an
AppendableExt object, where the work of generating a result for
toString() would itself involve the appending of multiple
CharSequences (Strings, etc). |
AppendeeObject
Simple subclass for objects wishing to use the AppendableExt/Appendee
interface in new class hierarchies.
|
Class and Description |
---|
AppendableExt
Wrapper for an Appendable which adds the ability for objects to append
themselves directly to the given Appendable instead of creating
intermediate CharSequence objects (Strings, etc).
|
Appendee
Should be implemented by an object which can append itself to an
AppendableExt object, where the work of generating a result for
toString() would itself involve the appending of multiple
CharSequences (Strings, etc). |
AppendeeObject
Simple subclass for objects wishing to use the AppendableExt/Appendee
interface in new class hierarchies.
|
Class and Description |
---|
AppendableExt
Wrapper for an Appendable which adds the ability for objects to append
themselves directly to the given Appendable instead of creating
intermediate CharSequence objects (Strings, etc).
|
Appendee
Should be implemented by an object which can append itself to an
AppendableExt object, where the work of generating a result for
toString() would itself involve the appending of multiple
CharSequences (Strings, etc). |
AppendeeObject
Simple subclass for objects wishing to use the AppendableExt/Appendee
interface in new class hierarchies.
|
Copyright © 2006–2021 OpenHMS. All rights reserved.