org.salespointframework.core.data.database
Class MssqlTemplate

java.lang.Object
  extended by org.salespointframework.core.data.database.MssqlTemplate
All Implemented Interfaces:
DatabaseConnectionTemplate

public class MssqlTemplate
extends java.lang.Object
implements DatabaseConnectionTemplate

This is the Template for Microsoft SQL Server (Express) 2008 connections

Since:
4.0
Author:
Thomas Kissinger
See Also:
DatabaseConnectionTemplate

Constructor Summary
MssqlTemplate()
           
 
Method Summary
 java.lang.String getDeatiledDescription()
          returns the static detailed description for this connection types
 java.lang.String getDescription()
          returns connection's description
 java.awt.image.BufferedImage getImage()
          returns a static image for this connection type
 java.lang.String getName()
          returns tha static connection name
 DatabaseConnection newInstance()
          returns a new instance of MssqlDatabaseConnection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MssqlTemplate

public MssqlTemplate()
Method Detail

getDescription

public java.lang.String getDescription()
returns connection's description

Specified by:
getDescription in interface DatabaseConnectionTemplate
Returns:
template description

getImage

public java.awt.image.BufferedImage getImage()
returns a static image for this connection type

Specified by:
getImage in interface DatabaseConnectionTemplate
Returns:
template image

getName

public java.lang.String getName()
returns tha static connection name

Specified by:
getName in interface DatabaseConnectionTemplate
Returns:
template name

newInstance

public DatabaseConnection newInstance()
returns a new instance of MssqlDatabaseConnection

Specified by:
newInstance in interface DatabaseConnectionTemplate
Returns:
new DatabaseConnection

getDeatiledDescription

public java.lang.String getDeatiledDescription()
returns the static detailed description for this connection types

Specified by:
getDeatiledDescription in interface DatabaseConnectionTemplate
Returns:
template's detailed description