public class SQLResult extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
getBoolean(String columnLabel) |
String |
getDomainCreateSysPermissionName(String columnLabel) |
String |
getDomainSysPermissionName(String columnLabel) |
int |
getInteger(int columnIndex) |
int |
getInteger(String columnLabel) |
Id<ResourceId> |
getNextResourceId(int columnIndex) |
Resource |
getResource(String columnLabel) |
Resource |
getResource(String resourceIdColumnLabel,
String externalIdColumnLabel) |
Id<ResourceClassId> |
getResourceClassId(String columnLabel) |
String |
getResourceCreateSysPermissionName(String columnLabel) |
Id<DomainId> |
getResourceDomainId(String columnLabel) |
Id<ResourceId> |
getResourceId(String columnLabel) |
Id<ResourcePermissionId> |
getResourcePermissionId(String columnLabel) |
String |
getResourceSysPermissionName(String columnLabel) |
String |
getString(String columnLabel) |
Long |
getSysPermissionId(String columnLabel) |
boolean |
next() |
public Id<ResourceId> getResourceId(String columnLabel) throws SQLException
SQLExceptionpublic Resource getResource(String columnLabel) throws SQLException
SQLExceptionpublic Resource getResource(String resourceIdColumnLabel, String externalIdColumnLabel) throws SQLException
SQLExceptionpublic Id<ResourceId> getNextResourceId(int columnIndex) throws SQLException
SQLExceptionpublic Id<ResourceClassId> getResourceClassId(String columnLabel) throws SQLException
SQLExceptionpublic Id<DomainId> getResourceDomainId(String columnLabel) throws SQLException
SQLExceptionpublic Id<ResourcePermissionId> getResourcePermissionId(String columnLabel) throws SQLException
SQLExceptionpublic String getResourceCreateSysPermissionName(String columnLabel) throws SQLException
SQLExceptionpublic String getResourceSysPermissionName(String columnLabel) throws SQLException
SQLExceptionpublic String getDomainCreateSysPermissionName(String columnLabel) throws SQLException
SQLExceptionpublic String getDomainSysPermissionName(String columnLabel) throws SQLException
SQLExceptionpublic Long getSysPermissionId(String columnLabel) throws SQLException
SQLExceptionpublic boolean getBoolean(String columnLabel) throws SQLException
SQLExceptionpublic int getInteger(String columnLabel) throws SQLException
SQLExceptionpublic int getInteger(int columnIndex)
throws SQLException
SQLExceptionpublic String getString(String columnLabel) throws SQLException
SQLExceptionpublic boolean next()
throws SQLException
SQLExceptionpublic void close()
throws SQLException
SQLException
OACC is a Java Application Security Framework developed by Acciente, LLC., released under Apache License 2.0.
Copyright 2009-2017, Acciente, LLC.