public class ReadMethodsForProperty extends JDBCDatabaseMethods
| Constructor and Description |
|---|
ReadMethodsForProperty() |
| Modifier and Type | Method and Description |
|---|---|
Collection<ch.agent.crnickl.api.Property<?>> |
getProperties(ch.agent.crnickl.api.Database database,
String pattern)
Find a collection of properties with names matching a simple pattern.
|
ch.agent.crnickl.api.Property<?> |
getProperty(ch.agent.crnickl.api.Database database,
String name)
Find a property by its name in a database.
|
ch.agent.crnickl.api.Property<?> |
getProperty(ch.agent.crnickl.api.Surrogate surrogate)
Find a property corresponding to a surrogate.
|
close, executeAndGetNewId, getId, getId, getIdOrZero, makeSurrogate, open, open, openpublic ch.agent.crnickl.api.Property<?> getProperty(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.Property<?>> getProperties(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 ch.agent.crnickl.api.Property<?> getProperty(ch.agent.crnickl.api.Surrogate surrogate)
throws ch.agent.crnickl.T2DBException
surrogate - a surrogatech.agent.crnickl.T2DBExceptionCopyright © 2017. All rights reserved.