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

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.InMemory
All Implemented Interfaces:
DatabaseServerType
Enclosing class:
H2ServerTypes

public static class H2ServerTypes.InMemory
extends H2ServerTypes.H2ServerType


Field Summary
static H2ServerTypes.InMemory 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.InMemory INSTANCE
Method Detail

getName

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


Copyright © 2012. All Rights Reserved.