net.java.ao.test.jdbc
Class SqlServer

java.lang.Object
  extended by net.java.ao.test.jdbc.AbstractJdbcConfiguration
      extended by net.java.ao.test.jdbc.SqlServer
All Implemented Interfaces:
JdbcConfiguration

public class SqlServer
extends AbstractJdbcConfiguration


Field Summary
static String DEFAULT_SCHEMA
           
static String DEFAULT_URL
           
 
Fields inherited from class net.java.ao.test.jdbc.AbstractJdbcConfiguration
DEFAULT_PASSWORD, DEFAULT_USER
 
Constructor Summary
SqlServer()
           
SqlServer(String url, String username, String password, String schema)
           
 
Method Summary
protected  String getDefaultSchema()
           
protected  String getDefaultUrl()
           
 
Methods inherited from class net.java.ao.test.jdbc.AbstractJdbcConfiguration
equals, getDefaultPassword, getDefaultUsername, getPassword, getSchema, getUrl, getUsername, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_SCHEMA

public static final String DEFAULT_SCHEMA
See Also:
Constant Field Values

DEFAULT_URL

public static final String DEFAULT_URL
See Also:
Constant Field Values
Constructor Detail

SqlServer

public SqlServer()

SqlServer

public SqlServer(String url,
                 String username,
                 String password,
                 String schema)
Method Detail

getDefaultSchema

protected String getDefaultSchema()
Specified by:
getDefaultSchema in class AbstractJdbcConfiguration

getDefaultUrl

protected String getDefaultUrl()
Specified by:
getDefaultUrl in class AbstractJdbcConfiguration


Copyright © 2007-2015. All Rights Reserved.