|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a database object in the form of source code.
Method Summary | |
java.lang.String |
getCode()
Gets the underlying code representing this object. |
int |
getValidBreakpointLocation(int number)
Given the line number, finds out the valid line number that is greater than number that can set breakpoint. |
void |
save(java.lang.String code)
Uses the specified code to recreate the undeying database object. |
Method Detail |
public java.lang.String getCode() throws java.sql.SQLException
java.sql.SQLException
public void save(java.lang.String code) throws java.sql.SQLException
code
-
java.sql.SQLException
public int getValidBreakpointLocation(int number) throws java.sql.SQLException
number
-
java.sql.SQLException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |