public class ReadMethodsForValueType extends JDBCDatabaseMethods
| Constructor and Description |
|---|
ReadMethodsForValueType() |
| Modifier and Type | Method and Description |
|---|---|
<T> ch.agent.crnickl.api.ValueType<T> |
getValueType(ch.agent.crnickl.api.Database database,
String name)
Find a value type with a given name.
|
<T> ch.agent.crnickl.api.ValueType<T> |
getValueType(ch.agent.crnickl.api.Surrogate surrogate)
Find a value type corresponding to a surrogate.
|
Collection<ch.agent.crnickl.api.ValueType<?>> |
getValueTypes(ch.agent.crnickl.api.Database database,
String pattern)
Find a collection of value types with names matching a pattern.
|
close, executeAndGetNewId, getId, getId, getIdOrZero, makeSurrogate, open, open, openpublic <T> ch.agent.crnickl.api.ValueType<T> getValueType(ch.agent.crnickl.api.Database database,
String name)
throws ch.agent.crnickl.T2DBException
database - a databasename - a stringch.agent.crnickl.T2DBExceptionpublic Collection<ch.agent.crnickl.api.ValueType<?>> getValueTypes(ch.agent.crnickl.api.Database database, String pattern) throws ch.agent.crnickl.T2DBException
database - a databasepattern - a simple pattern where "*" stands for zero or more charactersch.agent.crnickl.T2DBExceptionpublic <T> ch.agent.crnickl.api.ValueType<T> getValueType(ch.agent.crnickl.api.Surrogate surrogate)
throws ch.agent.crnickl.T2DBException
surrogate - a surrogatech.agent.crnickl.T2DBExceptionCopyright © 2017. All rights reserved.