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

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

public static class H2ServerTypes.FileBased
extends H2ServerTypes.H2ServerType


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

getName

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


Copyright © 2012. All Rights Reserved.