net.anotheria.db.util
Class DDLConfig

java.lang.Object
  extended by net.anotheria.db.util.DDLConfig

public class DDLConfig
extends Object


Constructor Summary
DDLConfig()
           
 
Method Summary
 String getDbOwnerName()
           
static DDLConfig getInstance()
          Get instance method.
 void setDbOwnerName(String dbOwnerName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDLConfig

public DDLConfig()
Method Detail

getInstance

public static DDLConfig getInstance()
Get instance method.

Returns:
DDLConfig

getDbOwnerName

public String getDbOwnerName()

setDbOwnerName

public void setDbOwnerName(String dbOwnerName)


Copyright © 2010-2013 anotheria.net. All Rights Reserved.