|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arsdigita.persistence.metadata.Utilities
General static utility methods for the metadata classes. These methods are not intended to be used outside of the metadata package.
Field Summary | |
static String |
LINE_BREAK
|
static String |
versionId
|
Method Summary | |
static StringBuffer |
getSB(StringBuffer sb)
This takes a string buffer and returns the same thing that was passed in if the value is not null or creates a StringBuffer to return if the value is null. |
static boolean |
isJDBCType(int type)
This function returns true if the value type
maps to a valid JDBC Type. |
static String |
join(List elements,
String sep)
Deprecated. use StringUtils |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String versionId
public static final String LINE_BREAK
Method Detail |
public static final StringBuffer getSB(StringBuffer sb)
sb
- The StringBuffer to examine
public static boolean isJDBCType(int type)
type
maps to a valid JDBC Type. Mainly intended for use in
precondition statements.
type
- The value to check
java.sql.Types
public static String join(List elements, String sep)
StringUtils
elements
- the strings to join togethersep
- the separator string
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |