Class DbMetaData
- java.lang.Object
-
- org.infinispan.persistence.jdbc.table.management.DbMetaData
-
public class DbMetaData extends Object
- Author:
- Ryan Emerson
-
-
Constructor Summary
Constructors Constructor Description DbMetaData(DatabaseType type, Integer majorVersion, Integer minorVersion, boolean upsertDisabled, boolean indexingDisabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMajorVersion()
int
getMinorVersion()
DatabaseType
getType()
boolean
isIndexingDisabled()
boolean
isUpsertDisabled()
-
-
-
Constructor Detail
-
DbMetaData
public DbMetaData(DatabaseType type, Integer majorVersion, Integer minorVersion, boolean upsertDisabled, boolean indexingDisabled)
-
-
Method Detail
-
getType
public DatabaseType getType()
-
getMajorVersion
public int getMajorVersion()
-
getMinorVersion
public int getMinorVersion()
-
isUpsertDisabled
public boolean isUpsertDisabled()
-
isIndexingDisabled
public boolean isIndexingDisabled()
-
-