Uses of Class
com.oopsclick.silk.storage.SqlCommand
-
Packages that use SqlCommand Package Description com.oopsclick.silk.storage -
-
Uses of SqlCommand in com.oopsclick.silk.storage
Methods in com.oopsclick.silk.storage that return SqlCommand Modifier and Type Method Description SqlCommandObjectStructure. getPkSql()Gets the PK SQL.SqlCommandObjectStructure. getSelectByName(java.lang.String name)Gets the select by name.SqlCommandObjectStructure. getSqlAuthorization(int i)Gets the SqlAuthorization.SqlCommandObjectStructure. getSqlAuthorization(java.lang.String name)Gets the SqlAuthorization based on the provided authorization value.SqlCommandObjectStructure. getSqlOperationAt(int index)Gets the SQL operation at index position.SqlCommandObjectStructure. getSqlOperationByName(java.lang.String name)Gets the SQL operation by name.Methods in com.oopsclick.silk.storage that return types with arguments of type SqlCommand Modifier and Type Method Description java.util.List<SqlCommand>ObjectStructure. getSqlAuthorizationList()Gets the sql authorization list.java.util.List<SqlCommand>ObjectStructure. getSqlOperationList()Gets the SQL operation list.java.util.List<SqlCommand>ObjectStructure. getSqlOperationListByName(java.lang.String name)Gets the SQL operation list by name.java.util.List<SqlCommand>ObjectStructure. getSqlSelectList()Gets the sql select list.Methods in com.oopsclick.silk.storage with parameters of type SqlCommand Modifier and Type Method Description voidObjectStructure. addSqlAuthorization(SqlCommand select)Adds items to SqlAuthorization.voidObjectStructure. addSqlOperationList(SqlCommand sqlCommand)Adds the SQL operation list.voidObjectStructure. addSqlSelectList(SqlCommand select)Adds the sql select list.voidObjectStructure. setPkSql(SqlCommand pkSql)Sets the PK SQL.voidObjectStructure. setSqlOperationList(SqlCommand sqlCommand)Set the SQL operation list.Method parameters in com.oopsclick.silk.storage with type arguments of type SqlCommand Modifier and Type Method Description voidObjectStructure. setSqlAuthorizationList(java.util.List<SqlCommand> sqlAuthorizationList)Sets Authorization List.voidObjectStructure. setSqlOperationList(java.util.List<SqlCommand> sqlOperationList)SQL Operations.voidObjectStructure. setSqlSelectList(java.util.List<SqlCommand> sqlSelectList)Selects.
-