|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.novell.nds.dirxml.driver.jdbc.db.Sybase
Sybase JDBC library.
Library of functions/procedures for Sybase ASE that supports the shipping IDM JDBC driver preconfigurations.
Method Summary | |
static String |
PadPassword(String password,
String padChar)
Ensures a Sybase password is at least 6 characters long. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static String PadPassword(String password, String padChar)
password
is less than 6 characters long,
it is padded with character padChar
until it
is 6 characters long.
password
- the password to pad; may be null
padChar
- the character to pad with;
if null
, ""
, or length > 1,
'8' is used.
""
;
never returns null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |