|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jpox.util.SQLFormat
public class SQLFormat
Utility class providing SQL formatting methods.
| Constructor Summary | |
|---|---|
SQLFormat()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
format(java.math.BigDecimal bd)
Formats the given BigDecimal value into a SQL floating-point literal. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SQLFormat()
| Method Detail |
|---|
public static java.lang.String format(java.math.BigDecimal bd)
bd - The number to format.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||