com.googlecode.jdbw.server.h2
Class H2ServerTypes.Network

java.lang.Object
  extended by com.googlecode.jdbw.server.AbstractDatabaseType
      extended by com.googlecode.jdbw.server.h2.H2ServerTypes.H2ServerType
          extended by com.googlecode.jdbw.server.h2.H2ServerTypes.Network
All Implemented Interfaces:
DatabaseServerType
Enclosing class:
H2ServerTypes

public static class H2ServerTypes.Network
extends H2ServerTypes.H2ServerType


Field Summary
static H2ServerTypes.Network INSTANCE
           
 
Method Summary
 String getName()
           
 
Methods inherited from class com.googlecode.jdbw.server.h2.H2ServerTypes.H2ServerType
getSQLDialect
 
Methods inherited from class com.googlecode.jdbw.server.AbstractDatabaseType
createAutoExecutor, createExecutor, createMetaDataResolver, isConnectionError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final H2ServerTypes.Network INSTANCE
Method Detail

getName

public String getName()
Returns:
Name of the database server type


Copyright © 2012. All Rights Reserved.