public interface FetchOwnerDelegate
Modifier and Type | Method and Description |
---|---|
String[] |
getColumnNames(Fetch fetch)
Returns the column names used for loading the specified fetch.
|
Type |
getType(Fetch fetch)
Returns the type of the specified fetch.
|
boolean |
isNullable(Fetch fetch)
Is the specified fetch nullable?
|
boolean isNullable(Fetch fetch)
fetch
- - the owned fetch.Type getType(Fetch fetch)
fetch
- - the owned fetch.Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.